summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-10Ignore top-level dsmark class when displayingStephen Hemminger
Makes show queueing match what user expects based on configuration Bug 4450
2010-02-10Add QoS operational commands for PPPoEStephen Hemminger
2010-02-10Use vyatta-interfaces to complete ethernet listStephen Hemminger
2010-02-10Add wireless interface support to QoS operational commandsStephen Hemminger
2010-01-210.12.8debian/0.12.8Stephen Hemminger
2010-01-21Show queueing for interfaces with no output queueStephen Hemminger
Bug 5245 show-queuing script did not handle case where only ingress is used.
2009-12-140.12.7debian/0.12.7Stephen Hemminger
2009-12-14Fix sorting of class idStephen Hemminger
Bug 5138 Hex class numbers not translated correctly.
2009-10-010.12.6debian/0.12.6Stephen Hemminger
2009-10-20Sort lines in show-queuing --briefStephen Hemminger
Sort output lines Bug 3896
2009-05-290.12.5debian/0.12.5An-Cheng Huang
2009-05-190.12.4debian/0.12.4Stephen Hemminger
2009-05-19Merge branch 'jenner' of nehalam:git/vyatta-op-qos into jennerStephen Hemminger
2009-05-19Add support for WREDStephen Hemminger
Coming in near or future release.
2009-05-150.12.3debian/0.12.3Stephen Hemminger
2009-05-15Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op-qos into jennerStephen Hemminger
2009-05-15Update show queueing commandStephen Hemminger
Fix issues with sorting of class ids (Bug 3885) and ingress classes (Bug 3896) plus add support for nested classes (Bug 4274) even though they can't be configured yet. But wait there's more. Add a rate field since it is there and might be useful as well.
2009-04-14Remove extra p from BacklogStephen Hemminger
2009-04-130.12.2debian/0.12.2Stephen Hemminger
2009-04-13Update show queuing scriptStephen Hemminger
Use Vyatta::Interfaces so it handles all types. Add upcoming priority and drr queue types.
2009-01-080.12.1debian/0.12.1An-Cheng Huang
2008-12-12"files" file should be removed before package buildAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-11-253.2.0vyatta/3.2.0debian/0.12Mark O'Brien
2008-11-19add support for development buildAn-Cheng Huang
2008-11-17Merge branch 'islavista' into jennerRick Balocca
2008-11-14Fix vif in show queueingStephen Hemminger
At wrong level in hierarchy Bugfix 3925
2008-11-14Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op-qos into jennerStephen Hemminger
2008-11-14Fix vif in show queueingStephen Hemminger
At wrong level in hierarchy Bugfix 3925
2008-11-11Don't print class on IngressStephen Hemminger
Bugfix 3883
2008-11-10Sort interface namesStephen Hemminger
Sort interface names for show queueing. Bugfix 3885
2008-09-30Update show queueing to handle ingressStephen Hemminger
Teach the show operational mode about ingress
2008-09-29Other part of qdisc parsing fixStephen Hemminger
Handle multi-line message output of 'tc qdisc ls'
2008-09-29Reformat (tidy) show-queuingStephen Hemminger
2008-09-27Fix problem in parsing of qdisc commandStephen Hemminger
Bugfix 3720 The RED qdisc was overlooked on the pretty print list, and it produces additional lines of output that needed to be skipped.
2008-09-15Provide mapping from class id to queue displine idStephen Hemminger
Improved format of output: eth0 Output queue: Class Qos-Policy Sent Dropped Overlimit 1: traffic-shaper 110110 0 0 2 fair-queue 110110 0 0
2008-08-29Rename queuing to queueingStephen Hemminger
Both spellings are valid but 'queueing' is the more common spelling in networking (and IOS).
2008-08-29Improved Qos queue operational commandStephen Hemminger
This implements new improved operational command: show queueing ... Bugfix: 2918
2008-08-11Allow either iproute or vyatta-iprouteStephen Hemminger
2008-07-233.1.2vyatta/3.1.4vyatta/3.1.3vyatta/3.1.2debian/0.11hollywoodMark O'Brien
2008-07-09Add operational mode commands for QoS on serial/adslStephen Hemminger
Bugfix 3338
2008-06-173.1.0vyatta/3.1.1vyatta/3.1.0debian/0.10Mark O'Brien
2008-05-20Ignore derived filesrbalocca
2008-05-14Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-op-qos into hollywoodStephen Hemminger
2008-05-14Add -p (pretty) option to filter showStephen Hemminger
The format of tc command output could not be safely changed without breaking legacy scripts, so the comprimise was to add a -pretty option.
2008-05-07Convert to our method of changelog creationrbalocca
2008-05-063.0.5debian/0.9glendaleMark O'Brien
2008-05-053.0.4debian/0.8Mark O'Brien
2008-04-293.0.3debian/0.7Mark O'Brien