Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-08 | 0.15.22debian/0.15.22 | Stephen Hemminger | |
2011-08-08 | Fix help text refering to TCP port | Stephen Hemminger | |
Bug 7322 The match value is on port number and it can be either TCP or UDP. | |||
2011-08-02 | 0.15.21debian/0.15.21 | Stephen Hemminger | |
2011-08-02 | Fix Qos start interface | Stephen Hemminger | |
The start-interface option was not correctly handling both in and out directions. This is part of the problem with OpenVPN, and also shows up when doing QoS on PPP. | |||
2011-07-07 | 0.15.20debian/0.15.20 | Deepti Kulkarni | |
2011-07-07 | new branch | Deepti Kulkarni | |
2011-03-13 | 0.15.19debian/0.15.19 | Stephen Hemminger | |
2011-03-02 | Remove leftover check for port range | Stephen Hemminger | |
Bug 6865 Port can be text or numeric value (like destination port). | |||
2011-02-02 | 0.15.18debian/0.15.18 | Mohit Mehta | |
2011-02-02 | Parital fix for bug 6759 serial packages are incorrectly included in virt ISO | Mohit Mehta | |
* make vyatta-cfg-qos-serial depend on vyatta-serial | |||
2010-12-28 | 0.15.17debian/0.15.17 | An-Cheng Huang | |
2010-12-28 | new branch | An-Cheng Huang | |
2010-12-21 | 0.15.16debian/0.15.16 | Stephen Hemminger | |
2010-12-21 | Change help strings to eliminate verb | Stephen Hemminger | |
2010-12-17 | 0.15.15debian/0.15.15 | Stephen Hemminger | |
2010-12-17 | Wait for ppp devices when updating interface traffic-policy | Stephen Hemminger | |
Bug 4922 Need to add wait loop because bringing up ppp can take some time for interface to settle. | |||
2010-12-08 | 0.15.14debian/0.15.14 | Stephen Hemminger | |
2010-12-08 | Compute optimium rate to quantum value | Stephen Hemminger | |
Bug 6092 The code now calculates r2q value based on max rate and min rate which gives better accuracy and stops kernel message. | |||
2010-12-07 | Revert "Don't allow incoming Qos on VIF" | Stephen Hemminger | |
The bug was bogus. This reverts commit c1cda1e4495a6db1decb35e0e73ede71342d3ab0. | |||
2010-12-07 | Revert "Add nested shaper classes" | Stephen Hemminger | |
This reverts commit bcb18b96605e194cf8c186467b0a4d853695f75e. | |||
2010-11-08 | Fix path to ethtool | Stephen Hemminger | |
ethtool moved in Debian Squeeze to /sbin/ethtool | |||
2010-10-19 | Add nested shaper classes | Stephen Hemminger | |
This adds: traffic-policy myexample { bandwidth 100Mbit class 2 { class 2a { ... | |||
2010-10-07 | Don't allow incoming Qos on VIF | Stephen Hemminger | |
Bug 6294 Do allow user to configure incoming traffic-policy on Vlan's because the kernel ignores them. | |||
2010-09-02 | 0.15.13debian/0.15.13 | An-Cheng Huang | |
2010-09-01 | 0.15.12debian/0.15.12 | An-Cheng Huang | |
2010-09-01 | add control Replaces for vyatta-cfg-qos-serial | An-Cheng Huang | |
2010-08-26 | 0.15.11debian/0.15.11 | Stephen Hemminger | |
2010-08-26 | Split Qos templates for serial into a separate package | Stephen Hemminger | |
Only SE version wants templates for serial. | |||
2010-08-26 | add range check for IP source port | Stephen Hemminger | |
2010-08-20 | 0.15.10debian/0.15.10 | An-Cheng Huang | |
2010-08-17 | Fix shaper class queue calculations for random-detect | Stephen Hemminger | |
Need to handle queue-limit better (confusion between bytes and packets) Bug 5872 (cherry picked from commit 94ea365fc966a16807a2086db05ea2877e9b00fa) | |||
2010-08-17 | Fix help message | Stephen Hemminger | |
Queue limit is in packets not bytes. (cherry picked from commit baaee833507361b891601101b4faa4c5baaa3c41) | |||
2010-08-17 | Fix typo in Qos match for ethernet | Stephen Hemminger | |
Looking at wrong field in hash! Bug 5961 (cherry picked from commit 17b2ff0e596eff2d609d5abb661af3696914f7a6) | |||
2010-08-17 | Make round-robin quantum per class | Stephen Hemminger | |
Bug 5958 (cherry picked from commit 7f42350146525544bd38db2426d6f5c7b99302c2) | |||
2010-08-17 | Fix matching (default) | Stephen Hemminger | |
Use a null u32 rather than basic match to get statistics. (cherry picked from commit ac7353307d00a55d1740b642cf6c712a0b280181) | |||
2010-08-17 | Fix round-robin filter and class generation | Stephen Hemminger | |
This resolves problems with filter and classes for round-robin policy. Bug 5950 and 5952 (cherry picked from commit cb9532549c0eb2390cbd7d3eba1b5254bc7cb734) | |||
2010-08-17 | Allow class 1 for round-robin | Stephen Hemminger | |
(cherry picked from commit ad3d4ae244558ee0377ef600ece482f22048ff03) | |||
2010-08-17 | allow larger queue size for round-robin | Stephen Hemminger | |
(cherry picked from commit 79a5811983069dbe5146cdd0db15ac28149d3af1) | |||
2010-08-11 | 0.15.9debian/0.15.9 | An-Cheng Huang | |
2010-08-11 | remove CLI backend env variables usage | An-Cheng Huang | |
* these are no longer necessary with the new CLI library. | |||
2010-07-28 | Fix problem with port interpretation if protocol specified | Stephen Hemminger | |
Bug 5924 If ip protocol match was specified but no port match then the code would incorrectly call getPort (undef, "tcp") which gets interpreted as getPort("tcp") by Perl and causes error. (cherry picked from commit 5ad6cc5026cd19cf994dd0670db4d0fa31f9010b) | |||
2010-07-28 | Make default class work for round robin | Stephen Hemminger | |
Bug 5896 Need to insert dummy filter to match all packets (cherry picked from commit 9f1e20193852f059afda8041192086313107b29f) | |||
2010-07-28 | Fix help string on limiter priority | Stephen Hemminger | |
(cherry picked from commit 2c9b0e0641b24dc79320282eff358079b3c7c7c3) | |||
2010-07-23 | Revert "Rename limiter class priority field to precedence" | Stephen Hemminger | |
This reverts commit cf51e90bfc2d1c3b58192a726e786b598681fb71. Conflicts: templates/traffic-policy/limiter/node.tag/class/node.tag/precedence/node.def | |||
2010-07-23 | Fix delete of interface qos policy | Stephen Hemminger | |
Bug 5798 | |||
2010-07-22 | 0.15.8debian/0.15.8 | An-Cheng Huang | |
2010-07-21 | 0.15.7debian/0.15.7 | Stephen Hemminger | |
2010-07-21 | add whitespace | Stephen Hemminger | |
2010-07-21 | Check target of redirect before removing ifb | Stephen Hemminger | |
Bug 5889 Deleting input interface not allowed if target of redirect | |||
2010-07-21 | Move input interface back to Qos package | Stephen Hemminger | |