summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-170.13.16debian/0.13.16Stephen Hemminger
2010-02-17Fix typo in filtering for matchStephen Hemminger
Missing space in command cause failure of filter. Introduced with previous change to allow any protocol.
2010-01-290.13.15debian/0.13.15Stephen Hemminger
2010-01-29Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-qos into kenwoodStephen Hemminger
2010-01-22Simple to allow matching vlan tagged framesStephen 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-22Add configuration versionStephen Hemminger
Place holder in case need of future migration.
2010-01-12Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-qos into kenwoodStephen Hemminger
2009-12-07Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-qos into kenwoodStephen Hemminger
2009-12-07Add VIF support for wirelessStephen Hemminger
2009-11-300.13.14debian/0.13.14Michael Larson
2009-11-30added required keyword to help text.Michael Larson
2009-11-130.13.13debian/0.13.13Michael Larson
2009-11-13dependency updateMichael Larson
2009-11-050.13.12debian/0.13.12Stig Thormodsrud
2009-11-05Fix parse error found by check_tmpl script.Stig Thormodsrud
2009-10-200.13.11debian/0.13.11slioch
2009-10-20add support for priority in projectslioch
2009-10-010.13.10debian/0.13.10Stephen Hemminger
2009-10-01Allow update to interface if not present yetStephen 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-01Fix perl error when attempting to delete qos policyStephen Hemminger
Bug 4597 Don't print ARRAY() print the element of that array. (cherry picked from commit 24889117e3aa124071e13541d4a6b663476226a2)
2009-10-01Fix match rules for traffic limiterStephen Hemminger
Need to pass police string in to Match filter generator. Bug 4596 (cherry picked from commit 340773bacdacbb88586ff0ea8d053990205bd538)
2009-10-01random-detect needs qmax > qminStephen Hemminger
Need some space to compute RED parameters Bug 4594 (cherry picked from commit 603752d0771c2bdaf77e18e0f65135ac090fde85)
2009-10-01Don't allow random-detect type for round-robin queue typeStephen 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-01Remove extra quote that caused shell error in fair-queueStephen Hemminger
Bug 4590 (cherry picked from commit 447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f)
2009-10-01Fix IPV6 traffic-class matchStephen 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-01Fix mixed protocol matchesStephen 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-01Fix policy updateStephen 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-01Fix DSCP field match with set-dscpStephen Hemminger
Special case of DSCP changing exposed bug in dscp match code. Bug 4551 (cherry picked from commit 87f3e3dd1d054e5c356b8b9e251eb23b6a35bb32)
2009-10-01Ignore deleted policy on end testStephen Hemminger
If policy is deleted, then the end: check is still run, but can be safely ignored. (cherry picked from commit 68312d5d735861153fbd28e5e3c98000761ca9a2)
2009-10-01Fix issues with vif matchStephen Hemminger
Typo in hash for match Bug 4583 (cherry picked from commit 2631b297f701250537ed0eeda21d5fe01c67785f)
2009-10-01Fix update (apply-policy) at endStephen 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-01Require bandwidth setting for default classStephen Hemminger
Check for bandwidth value on default class (Bug 4551) (cherry picked from commit e69c7c849e70edd757b160488f83035f2a16be66)
2009-10-01Address issues in traffic-shaper matchStephen Hemminger
Fix bug when matching only ether protocol field (Bug 4539) Fix IPV6 match (Bug 4548) (cherry picked from commit 4ce140e2d2376b647f5dc65de0316bd331167a41)
2009-10-01remove pseudo-ethernet vifStephen Hemminger
(cherry picked from commit c1b29a3f355350a7b0409f215f144d9cf46a6977)
2009-10-01Cleanup how qos-policy change detection worksStephen Hemminger
The CLI end: node does work correctly, so don't need to go walking configuration manually Bug 4545 (cherry picked from commit 377896b296827e4d7c3c20debb3487605c45bbe3)
2009-10-01IPV6 match fixStephen Hemminger
Bug 4548 The tc u32 filter command wants "ipv6" in protocol field but "ip6" in the match field. Make up your mind Alexey! (cherry picked from commit e7d228450c037ce16923dee385e127e7028d3358)
2009-10-01Change initialization of WRED parametersStephen Hemminger
Bug 4544, 4543 Rereading documentation: mark-probability should always be 1/10 min-threshold should be scaled if max-threshold changed Also enforce sanity constraints on values. (cherry picked from commit 3a88e33b7d06814faac5c20e539f3b5d28f2bcb5)
2009-10-01Fix netem bandwidth (TBF) setupStephen Hemminger
Need limit or latency value Bug 4533 (cherry picked from commit 61a756a5003bda12380c300dbc963adfcc09d888)
2009-10-01Fix management of delete of policy in useStephen Hemminger
Minor config confusion in script. Bug 4532 (cherry picked from commit 28650945b96e0990fbe39e4743bca436662bae66)
2009-10-01Handle round-robin without configuration of defaultStephen Hemminger
If default class is not configured Qos. Bug 4529 (cherry picked from commit 0df90b28ca6d9cb6ae4f5267ef8522ac12a0c352)
2009-10-01Allow setting queue limit and average packet sizeStephen Hemminger
Two more (optional) parameters for random detect precedence groups. Bug 4518,4519 (cherry picked from commit 8104da09f5da338c6ce0813c367262de4e417598)
2009-10-01Allow random-detect for round-robin subqueueStephen Hemminger
Bug 4516 (cherry picked from commit 26890ac98e3ed6c0830e61fa91f306fea0cc227a)
2009-10-01Allow random-detect for Qos policy types without rateStephen Hemminger
Part of Bug 4516 (cherry picked from commit 8f5e0920e7edd83b8d58d016d7ec6964bf222577)
2009-10-01Use sudo when getting speedStephen Hemminger
Ethtool doesn't allow non-root user to read settings (in mainline kernel). (cherry picked from commit 767fa8a7e2afeb1d53838a6f544fa1232aef39da)
2009-08-200.13.9debian/0.13.9Stephen Hemminger
2009-08-20Add wireless configStephen Hemminger
2009-06-010.13.8debian/0.13.8An-Cheng Huang
2009-06-01Merge branch 'jenner' into kenwoodStephen Hemminger
Conflicts: debian/changelog
2009-06-010.13.6+jenner2debian/0.13.6+jenner2Stephen Hemminger
2009-06-01Fix handling of qos-percent/rate valuesStephen Hemminger
Typo in syntax validation script Bug 4485