Age | Commit message (Collapse) | Author |
|
The name ip exists in /etc/protocols as a pseudonym for all IP protocols.
But the Qos match logic doesn't support it so do not allow the user to
choose that value
Bug 5689
|
|
Ethtool doesn't allow non-root user to read settings (in mainline kernel).
(cherry picked from commit 767fa8a7e2afeb1d53838a6f544fa1232aef39da)
|
|
|
|
Bug 4465
When using percent for netem, allow value without percent
|
|
Make a simpler version of WRED that acts more like Cisco.
Use Diffserv on Linux paper for example of how to use DSMARK and GRED
to achieve similar result.
|
|
Use recommendations from Sally Floyd.
|
|
The latency value is in microseconds.
|
|
One extra division by 8 was bein done (bandwidth already in bits/sec).
|
|
The exports for Util.pm changed.
|
|
Useful for WRED and shaper RED class.
|
|
The getAutoRate function is needed by WRED as well
|
|
|
|
|
|
Use more multi-level directory hierarchy instead of having all
modules at top level.
|