Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-20 | Don't need sudo to run ethtool | Stephen Hemminger | |
Now vyatta user has permission through capability to run ethtool | |||
2010-07-20 | Validate shaper class ceiling | Stephen Hemminger | |
Bug 5879 | |||
2010-07-20 | Use perltidy to cleanup indentation | Stephen Hemminger | |
2010-06-14 | Reject ip as a IP protocol value | Stephen Hemminger | |
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 | |||
2009-10-01 | Use sudo when getting speed | Stephen Hemminger | |
Ethtool doesn't allow non-root user to read settings (in mainline kernel). (cherry picked from commit 767fa8a7e2afeb1d53838a6f544fa1232aef39da) | |||
2009-06-01 | Handle missing rate value more gracefully | Stephen Hemminger | |
2009-05-28 | Handle percent without % sign | Stephen Hemminger | |
Bug 4465 When using percent for netem, allow value without percent | |||
2009-05-23 | Reimplementation of WRED | Stephen Hemminger | |
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. | |||
2009-05-22 | Use better RED parameters | Stephen Hemminger | |
Use recommendations from Sally Floyd. | |||
2009-05-20 | Fix calculation of RED parameters | Stephen Hemminger | |
The latency value is in microseconds. | |||
2009-05-20 | Fix RED calculation | Stephen Hemminger | |
One extra division by 8 was bein done (bandwidth already in bits/sec). | |||
2009-05-19 | Fix exports for new module | Stephen Hemminger | |
The exports for Util.pm changed. | |||
2009-05-19 | Move RED parameter computation to common code | Stephen Hemminger | |
Useful for WRED and shaper RED class. | |||
2009-05-19 | Move getAutoRate into Util | Stephen Hemminger | |
The getAutoRate function is needed by WRED as well | |||
2009-03-07 | Reindent Util.pm and enable strict check. | Stephen Hemminger | |
2008-11-24 | VyattaConfig -> Vyatta::Config | Stephen Hemminger | |
2008-11-20 | Change perl module names from VyattaQosXXX to Vyatta::Qos:XXX | Stephen Hemminger | |
Use more multi-level directory hierarchy instead of having all modules at top level. |