Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-29 | 0.14.0debian/0.14.0 | Stephen Hemminger | |
2010-03-29 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-03-29 | Get ifb devices working | Stephen Hemminger | |
Need to have a match rule (even it is match all). Change naming convention for ifb devices Don't autocreate ifb0, ifb1 | |||
2010-03-29 | Rename rate-limiter to rate-control | Stephen Hemminger | |
Bug 4541 Limiting implies packet drop, but this qos-policy does shaping. | |||
2010-03-29 | Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur | Stephen Hemminger | |
2010-03-29 | Check return value from IFB correctly. | Stephen Hemminger | |
2010-03-29 | Need curverdir | Stephen Hemminger | |
2010-03-29 | Put PPP qos setup inside configure mode | Stephen Hemminger | |
Bug 5005 Make sure qos script is run inside equivalent environment as configuration mode. | |||
2010-03-29 | Allow any Qos policy to be used for input | Stephen Hemminger | |
Bug 5123 Add ability to use traffic-shaper and other policies for input traffic. | |||
2010-03-29 | Allow use of traffic-limiter for output policy | Stephen Hemminger | |
Simple limiting on output. | |||
2010-03-29 | Label Qos config version | Stephen Hemminger | |
For safety against future changes. | |||
2010-03-19 | 0.13.19debian/0.13.19 | Stephen Hemminger | |
2010-03-19 | Remove configure step depending on unused install | Stephen Hemminger | |
2010-03-19 | 0.13.18debian/0.13.18 | Stephen Hemminger | |
2010-03-19 | Set environment so ppp script can find variables | Stephen Hemminger | |
2010-03-19 | remove unused post install hook | Stephen Hemminger | |
2010-02-17 | 0.13.17debian/0.13.17 | An-Cheng Huang | |
2010-02-17 | 0.13.16debian/0.13.16 | Stephen Hemminger | |
2010-02-17 | Fix typo in filtering for match | Stephen Hemminger | |
Missing space in command cause failure of filter. Introduced with previous change to allow any protocol. | |||
2010-01-29 | 0.13.15debian/0.13.15 | Stephen Hemminger | |
2010-01-29 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-qos into kenwood | Stephen Hemminger | |
2010-01-22 | Simple to allow matching vlan tagged frames | Stephen Hemminger | |
Just skip matching on ethernet type field, this allows both IP and VLAN frames (and allows IPV6 over vlan). The downside is some false matches possible on non-IP frames, but not a big issue. Bug 4978 | |||
2010-01-22 | Add configuration version | Stephen Hemminger | |
Place holder in case need of future migration. | |||
2010-01-12 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-qos into kenwood | Stephen Hemminger | |
2009-12-07 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-qos into kenwood | Stephen Hemminger | |
2009-12-07 | Add VIF support for wireless | Stephen Hemminger | |
2009-11-30 | 0.13.14debian/0.13.14 | Michael Larson | |
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-11-13 | 0.13.13debian/0.13.13 | Michael Larson | |
2009-11-13 | dependency update | Michael Larson | |
2009-11-05 | 0.13.12debian/0.13.12 | Stig Thormodsrud | |
2009-11-05 | Fix parse error found by check_tmpl script. | Stig Thormodsrud | |
2009-10-20 | 0.13.11debian/0.13.11 | slioch | |
2009-10-20 | add support for priority in project | slioch | |
2009-10-01 | 0.13.10debian/0.13.10 | Stephen Hemminger | |
2009-10-01 | Allow update to interface if not present yet | Stephen Hemminger | |
Solves issues like Bug 4759 where qos-policy is commited to an interface that does not exist in system until later. (cherry picked from commit f94f46058fce5ca110a24ef90935b0f517b16d33) | |||
2009-10-01 | Fix perl error when attempting to delete qos policy | Stephen Hemminger | |
Bug 4597 Don't print ARRAY() print the element of that array. (cherry picked from commit 24889117e3aa124071e13541d4a6b663476226a2) | |||
2009-10-01 | Fix match rules for traffic limiter | Stephen Hemminger | |
Need to pass police string in to Match filter generator. Bug 4596 (cherry picked from commit 340773bacdacbb88586ff0ea8d053990205bd538) | |||
2009-10-01 | random-detect needs qmax > qmin | Stephen Hemminger | |
Need some space to compute RED parameters Bug 4594 (cherry picked from commit 603752d0771c2bdaf77e18e0f65135ac090fde85) | |||
2009-10-01 | Don't allow random-detect type for round-robin queue type | Stephen Hemminger | |
Random detect requires bandwidth which is not part of round robin policy. Therefore drop it as a configurable value. Bug 4595 (cherry picked from commit b1b823012b2a1aa0fa8578054fc1179f92a32c2f) | |||
2009-10-01 | Remove extra quote that caused shell error in fair-queue | Stephen Hemminger | |
Bug 4590 (cherry picked from commit 447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f) | |||
2009-10-01 | Fix IPV6 traffic-class match | Stephen Hemminger | |
This resolves issues with mulitple filters (can't have same priority), and IPV6 traffic-class/dscp match rules Bug 4552 (cherry picked from commit da8a3fdc4e5cc526bb28f6959944f3635c23a6ed) | |||
2009-10-01 | Fix mixed protocol matches | Stephen Hemminger | |
If matching on multiple protocols in same traffic-shaper class then the filter command was garbaled. Bug 4552 (cherry picked from commit 22e0d06a750abc2847e7e7bc96d8abf341a5bca1) | |||
2009-10-01 | Fix policy update | Stephen Hemminger | |
If policy is updated, then the function interfaces_using() has to set correct arguments for later update. (cherry picked from commit db0b46b068eda15884eb92636d52d6f821869283) | |||
2009-10-01 | Fix DSCP field match with set-dscp | Stephen Hemminger | |
Special case of DSCP changing exposed bug in dscp match code. Bug 4551 (cherry picked from commit 87f3e3dd1d054e5c356b8b9e251eb23b6a35bb32) | |||
2009-10-01 | Ignore deleted policy on end test | Stephen Hemminger | |
If policy is deleted, then the end: check is still run, but can be safely ignored. (cherry picked from commit 68312d5d735861153fbd28e5e3c98000761ca9a2) | |||
2009-10-01 | Fix issues with vif match | Stephen Hemminger | |
Typo in hash for match Bug 4583 (cherry picked from commit 2631b297f701250537ed0eeda21d5fe01c67785f) | |||
2009-10-01 | Fix update (apply-policy) at end | Stephen Hemminger | |
The $VAR(.) is not set on end node, so have to go hunting for policy type. Related to Bug 4545 (cherry picked from commit 39712bfaf390a4435218a14308cc6efa1a2d39b8) | |||
2009-10-01 | Require bandwidth setting for default class | Stephen Hemminger | |
Check for bandwidth value on default class (Bug 4551) (cherry picked from commit e69c7c849e70edd757b160488f83035f2a16be66) | |||
2009-10-01 | Address issues in traffic-shaper match | Stephen Hemminger | |
Fix bug when matching only ether protocol field (Bug 4539) Fix IPV6 match (Bug 4548) (cherry picked from commit 4ce140e2d2376b647f5dc65de0316bd331167a41) |