Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-01 | Fix handling of qos-percent/rate values | Stephen Hemminger | |
Typo in syntax validation script Bug 4485 | |||
2009-06-01 | Fix more places where VAR is quoted | Stephen Hemminger | |
CLI quoting in expressions seems to have changed, so adapt. Bug 4485 | |||
2009-06-01 | Fix problems with bandwidth template | Stephen Hemminger | |
Bug 4485 Change template to deal with CLI changes in quoting evaluation of expressions. | |||
2009-06-01 | Handle missing rate value more gracefully | Stephen Hemminger | |
2009-05-29 | 0.13.6+jenner1debian/0.13.6+jenner1 | An-Cheng Huang | |
2009-05-29 | 0.13.6debian/0.13.6 | Stephen Hemminger | |
2009-05-29 | Fix handling of parameter validation | Stephen Hemminger | |
Can't use perl closures in getOptions, if routine exits, the error from getOptions rather than as exit code. Bug 4477 | |||
2009-05-29 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-05-29 | Mark probability must be > 0 | Stephen Hemminger | |
2009-05-29 | 0.13.5debian/0.13.5 | Stephen Hemminger | |
2009-05-29 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-05-29 | Need to require network delay | Stephen Hemminger | |
Packet reordering doesn't work unless there are packets in the queue, and no packets are held unless there is a delay. | |||
2009-05-28 | 0.13.4debian/0.13.4 | Stephen Hemminger | |
2009-05-28 | Merge branch 'jenner' of nehalam:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-05-28 | Allow netem without network delay value | Stephen Hemminger | |
Bug 4466 Need to allow policy without delay value. | |||
2009-05-28 | Handle percent without % sign | Stephen Hemminger | |
Bug 4465 When using percent for netem, allow value without percent | |||
2009-05-27 | 0.13.3debian/0.13.3 | Stephen Hemminger | |
2009-05-27 | Fix setup of DP Virtual Queues | Stephen Hemminger | |
Was refering to VQ incorrectly, they are not subclasses in GRED | |||
2009-05-27 | Fix missing argument in Netem | Stephen Hemminger | |
Missing interface name in printf | |||
2009-05-26 | 0.13.2debian/0.13.2 | Stephen Hemminger | |
2009-05-26 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-05-26 | Fix WRED setup | Stephen Hemminger | |
1. Use 0 for default class 2. Use indices in dsmark 3. Better formatting | |||
2009-05-26 | One more pass over on RED parameters | Stephen Hemminger | |
Make sure and get scaling right here. | |||
2009-05-26 | Can't have RED queue with Round Robin | Stephen Hemminger | |
The RED queue setup needs a rate value and RR doesn't have rate configuration. | |||
2009-05-23 | 0.13.1debian/0.13.1 | Stephen Hemminger | |
2009-05-23 | Merge branch 'jenner' of nehalam:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-05-23 | Reimplementation of WRED | Stephen Hemminger | |
Make a simpler version of WRED that acts more like Cisco. Use Diffserv on Linux paper for example of how to use DSMARK and GRED to achieve similar result. | |||
2009-05-22 | Use better RED parameters | Stephen Hemminger | |
Use recommendations from Sally Floyd. | |||
2009-05-20 | 0.12.21debian/0.12.21 | Stephen Hemminger | |
2009-05-20 | Fix creation of GRED qdisc | Stephen Hemminger | |
Need to calculate parameters correctly and format up command better. | |||
2009-05-20 | Fix definition of class values | Stephen Hemminger | |
GRED only allows 1..16 for classes, and reserve one for default so only 1..15 are ok for class value. | |||
2009-05-20 | Fix help text | Stephen Hemminger | |
Class value of 2 is allowed. | |||
2009-05-20 | Fix calculation of RED parameters | Stephen Hemminger | |
The latency value is in microseconds. | |||
2009-05-20 | Allow match rules without priority. | Stephen Hemminger | |
2009-05-20 | Missing setup of top level rate | Stephen Hemminger | |
2009-05-20 | change default packet size ot 1024 | Stephen Hemminger | |
2009-05-20 | Fix RED calculation | Stephen Hemminger | |
One extra division by 8 was bein done (bandwidth already in bits/sec). | |||
2009-05-19 | 0.12.20debian/0.12.20 | Stephen Hemminger | |
2009-05-19 | Rename weighted-random | Stephen Hemminger | |
Having too long a name messes up column output on operational commands. | |||
2009-05-19 | Fix exports for new module | Stephen Hemminger | |
The exports for Util.pm changed. | |||
2009-05-19 | Fix network emulator when no rate defined | Stephen Hemminger | |
It is okay to use netem without any rate setting. | |||
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-05-19 | Move RED parameter computation to common code | Stephen Hemminger | |
Useful for WRED and shaper RED class. | |||
2009-05-19 | Fix missing comma in drr setup | Stephen Hemminger | |
This would cause bug. | |||
2009-05-19 | Detect changes to ethernet match rules | Stephen Hemminger | |
If ethernet match rule changed, then need to flag it. | |||
2009-05-19 | Move getAutoRate into Util | Stephen Hemminger | |
The getAutoRate function is needed by WRED as well | |||
2009-05-19 | Add packet-length and latency as class attributes | Stephen Hemminger | |
Attributes needed for WRED implementation. | |||
2009-04-29 | 0.12.19debian/0.12.19 | Stephen Hemminger | |
2009-04-29 | Rename virtual-ethernet to pseudo-ethernet | Stephen Hemminger | |