Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | Don't change transmit queue length | Stephen Hemminger | |
Unnecessary to change txq length and breaks things. | |||
2009-03-18 | Allow setting txqueuelen | Stephen Hemminger | |
Kernel is fixed to allow setting txqueuelen | |||
2009-03-17 | Use select to avoid passing output path around | Stephen Hemminger | |
Easier to just use 'select' in perl to avoid passing file descriptor everywhere. | |||
2009-03-12 | Replace update with create on multi-node | Stephen Hemminger | |
Don't break new config process | |||
2009-03-08 | Use hash rather than if/else for delete_interface | Stephen Hemminger | |
2009-03-08 | 0.12.9debian/0.12.9 | Stephen Hemminger | |
2009-03-08 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-03-08 | Print correct names for completion | Stephen Hemminger | |
Want the policy names, not the policy type. | |||
2009-03-08 | 0.12.8debian/0.12.8 | Stephen Hemminger | |
2009-03-08 | Reindent qos script | Stephen Hemminger | |
Getting a little ragged, use perltidy. | |||
2009-03-08 | Handle multiple options for list, start and delete | Stephen Hemminger | |
Make command more friendly if ever used manually. Handle multiple values for list_policy, start_interface and delete_policy | |||
2009-03-08 | Move apply from top level into policy nodes | Stephen Hemminger | |
Makes code simpler and will work better with config system. Also eliminates need for isChanged() code. | |||
2009-03-08 | Change vyatta-qos.pl to handle any interface type | Stephen Hemminger | |
Remove code that knows about serial/adsl, etc and replace with new Vyatta::Interface. Simpler and fixes potential issues with bonding, vif, etc. | |||
2009-03-08 | Fold name conflict checking into policy creation | Stephen Hemminger | |
Eliminate need for begin, just check for name conflicts at create. | |||
2009-03-07 | 0.12.7debian/0.12.7 | Stephen Hemminger | |
2009-03-07 | Fix problems caused by GetOptions() change. | Stephen Hemminger | |
When using closure form of GetOptions, any call to exit only causes GetOptions error rather than exit of program. Since QoS uses die to indicate transaction error, this doesn't work well! | |||
2009-03-07 | Change options | Stephen Hemminger | |
Script calls --apply, and typo for --start-interface. | |||
2009-03-07 | Avoid possible confusion over variable name 'usage' | Stephen Hemminger | |
Having variable and function with same name is confusing. | |||
2009-03-07 | Cleanup whitespace | Stephen Hemminger | |
Git hates trailing whitespace. | |||
2009-03-07 | Reindent Util.pm and enable strict check. | Stephen Hemminger | |
2009-03-07 | Reindent traffic shaper with perl tidy | Stephen Hemminger | |
2009-02-10 | 0.12.6debian/0.12.6 | Stephen Hemminger | |
2009-02-10 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-02-10 | Fix double prefix when setting up ShaperClass | Stephen Hemminger | |
Don't need to use Vyatta::Qos twice. Global search/replace strikes again | |||
2009-02-08 | 0.12.5debian/0.12.5 | Stephen Hemminger | |
2009-02-08 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-02-08 | Use undef rather than -1 in default class | Stephen Hemminger | |
If the class id -1 was mistakenly used it would match ingress values. So use undef instead. | |||
2009-02-08 | Fix loading problems with sub-class modules | Stephen Hemminger | |
Need full path on new ShaperClass. Enable warnings. | |||
2009-02-06 | 0.12.4debian/0.12.4 | Stephen Hemminger | |
2009-02-06 | Add ShaperClass and LimiterClass to Makefile | Stephen Hemminger | |
2009-02-05 | 0.12.3debian/0.12.3 | Stephen Hemminger | |
2009-02-05 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jenner | Stephen Hemminger | |
2009-02-05 | Split shaperclass into separate file | Stephen Hemminger | |
2009-02-05 | traffic limiter: move class to separate file | Stephen Hemminger | |
Move LimiterClass to its own file, and fix perlcritic warnings | |||
2009-02-05 | ratelimiter: fix perlcritic warnings | Stephen Hemminger | |
2009-02-05 | Fairqueue: fix perlcritic warnings | Stephen Hemminger | |
2009-02-05 | Fix vyatta config name change | Stephen Hemminger | |
VyattaConfig is now Vyatta::Config | |||
2009-02-02 | Bugfix 4052: Support PPPOE over ethernet VIFs. | Bob Gilligan | |
2009-02-02 | Move qos policy parameters for PPPOE to correct location in tree. | Bob Gilligan | |
2009-01-30 | 0.12.2debian/0.12.2 | 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. | |||
2009-01-30 | Fix error handling when no bandwidth specified | Stephen Hemminger | |
Bugfix 4075 Correctly report error message. | |||
2009-01-25 | Enable strict | Stephen Hemminger | |
Forgot to enable strict. | |||
2009-01-25 | Fix perl critic warning | Stephen Hemminger | |
Make loop variables local | |||
2009-01-22 | Don't reset txqueuelen after removing qos | Stephen Hemminger | |
Bugfix 3859 | |||
2009-01-08 | 0.12.1debian/0.12.1 | An-Cheng Huang | |
2008-12-12 | "files" file should be removed before package build | An-Cheng Huang | |
2008-12-12 | update maintainer information | An-Cheng Huang | |
2008-12-09 | Add support for network emulation | Stephen Hemminger | |
New QoS feature to allow emulating WAN characteristics | |||
2008-12-08 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jenner | Stephen Hemminger | |