Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-19 | Add missing NetworkEmulator module | Stephen Hemminger | |
NetworkEmulator.pm not installed. | |||
2009-05-19 | Add Weighted RED Qos | Stephen Hemminger | |
Bug 4296 Ehancement to allow configuring GRED as form of weighted RED. | |||
2009-04-14 | Remove priority queue implementation | Stephen Hemminger | |
It needs more work (not ready for prime time). | |||
2009-04-13 | Add RoundRobin and Priority to build | Stephen Hemminger | |
2009-03-30 | Install PPP qos script properly | Stephen Hemminger | |
2009-03-30 | Generate QoS interface templates | Stephen Hemminger | |
Similar process to firewall and quagga parameters | |||
2009-02-06 | Add ShaperClass and LimiterClass to Makefile | Stephen Hemminger | |
2009-01-30 | Fix QoS over ppp interfaces | Stephen Hemminger | |
Bug 3473 Add ppp startup script to apply QoS on start of related interfaces. | |||
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. | |||
2008-09-23 | Add incoming traffic limiting to Qos | Stephen Hemminger | |
This adds support for Qos using incoming policing. It is accepts the syntax and processes commands, but is not fully debugged. Bugfix: 3664 | |||
2008-08-29 | Add drop-tail (aka FIFO) QoS policy | Stephen Hemminger | |
Add new configuration support for plain fifo queueing. Better code for the table in perl script that loads queue objects. | |||
2008-05-14 | new qos-policy type rate-limit | Stephen Hemminger | |
Add new QoS policy type "rate-limit" which is a wrapper around the the Token Bucket Filter (TBF) qdisc. Rate limit provides a simple way to do basic bandwidth limitation without the complexity of the doing multiple classes in the traffic shaper policy. | |||
2008-03-06 | Remove empty directories from the debian package | rbalocca | |
2008-03-06 | Fix build problem | rbalocca | |
2008-01-30 | Initial version of vyatta-cfg-qosdebian/0.1 | Stephen Hemminger | |
This the initial checkin prior to integration |