Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qos-scripts: disable by default | Felix Fietkau | 2011-07-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 27832 | ||||
* | This patch updates qos-scripts to support fair traffic sharing using the SFQ ↵ | Jo-Philipp Wich | 2011-04-12 | 3 | -11/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with external classifiers method. It also corrects a bug in the unsupported ESFQ method already used by qos-scripts. (ESFQ: http://fatooh.org/esfq-2.6/ only updated to 2.6.24, it was switched to an SFQ patch after that and not updated since 2008) A class can be forced to use SFQ, and an external classifier added like this: config class "Normal" option avgrate 10 option priority 30 option packetdelay 100 option limitrate 94 # option qdisc "sfq perturb 2" config class "Normal_up" # option filter "protocol all flow hash keys src divisor 1024" config class "Normal_down" # option filter "protocol all flow hash keys dst divisor 1024" Using these options, the user needs to load cls_flow before qos-scripts starts. I've got more information here: http://oneitguy.com/blogs/netprince/fair-traffic-sharing-esfq-broken-switching-sfqexternal-classifiers This has been tested on r23914. Signed-off-by: Ben Pfountz <netprince<>vt_edu> SVN-Revision: 26622 | ||||
* | qos-scripts: remove the layer7 based classifiers from the default ↵ | Felix Fietkau | 2011-03-30 | 1 | -6/+0 |
| | | | | | | configuration - they are unreliable and prone to memory leaks SVN-Revision: 26364 | ||||
* | qos-scripts: disable overhead calculation by default, it does not work ↵ | Felix Fietkau | 2011-02-24 | 1 | -1/+0 |
| | | | | | | properly for many line speeds SVN-Revision: 25685 | ||||
* | qos-scripts: add missing dependency | Felix Fietkau | 2011-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 25656 | ||||
* | qos-scripts: drop the use of IMQ, use ifb and act_connmark instead | Felix Fietkau | 2011-02-21 | 4 | -24/+40 |
| | | | | SVN-Revision: 25640 | ||||
* | qos-scripts: Rework qos-stat script | Vasilis Tsiligiannis | 2011-01-20 | 2 | -17/+60 |
| | | | | SVN-Revision: 25052 | ||||
* | qos-scripts: bump pkg revision after r23227, extend copyright, mark ↵ | Jo-Philipp Wich | 2010-10-05 | 1 | -2/+6 |
| | | | | | | /etc/config/qos as conffile SVN-Revision: 23238 | ||||
* | qos-scripts: Fix generation of IMQ firewall rules on halfduplex mode (#7800) | Vasilis Tsiligiannis | 2010-10-04 | 1 | -3/+4 |
| | | | | SVN-Revision: 23227 | ||||
* | This patch allows the user to specify esfq as the leaf qdisc, as well as ↵ | Travis Kemen | 2010-02-26 | 2 | -2/+9 |
| | | | | | | perturb and hash parameters, closes #1893 SVN-Revision: 19874 | ||||
* | adjust dependencies of firewall and qos-scripts, so that these packages are ↵ | Felix Fietkau | 2009-12-09 | 1 | -1/+1 |
| | | | | | | visible even when iptables is not selected SVN-Revision: 18714 | ||||
* | set PKGARCH to all for packages in trunk containing only arch-neutral files ↵ | Florian Fainelli | 2009-07-24 | 1 | -0/+1 |
| | | | | | | | | (#5572) Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 16966 | ||||
* | Reload IMQ only when needed [PATCH] [qos-scripts] Use config_get_bool for ↵ | Jo-Philipp Wich | 2009-05-20 | 1 | -3/+3 |
| | | | | | | halfduplex option Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15948 | ||||
* | Fix packet/connection marking when using halfduplex option This fixes an bug ↵ | Jo-Philipp Wich | 2009-05-20 | 1 | -1/+1 |
| | | | | | | where QoS is not applied to packets passing through POSTROUTING chain when using halfduplex option. Since QoS is done on IMQ device, packets should be marked before sending to the IMQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15947 | ||||
* | Reload modules with parameters specified This patch makes qos-scripts reload ↵ | Jo-Philipp Wich | 2009-05-20 | 1 | -2/+11 |
| | | | | | | a module when there is need to pass some parameters to it. It fixes an issue on devices with more than two interfaces where many IMQ devices are needed but the module is already loaded with the default numdevs=2 Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15945 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | get rid of a remaining reference to ipp2p | Felix Fietkau | 2009-02-21 | 1 | -8/+0 |
| | | | | SVN-Revision: 14602 | ||||
* | qos-scripts: remove ipp2p from the default ruleset | Felix Fietkau | 2009-02-21 | 1 | -3/+0 |
| | | | | SVN-Revision: 14595 | ||||
* | fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035) | Nicolas Thill | 2008-09-24 | 1 | -3/+3 |
| | | | | SVN-Revision: 12681 | ||||
* | Load xt_layer7 for 2.6 kernels (#3269) | Florian Fainelli | 2008-03-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 10667 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 1 | -1/+0 |
| | | | | SVN-Revision: 10367 | ||||
* | do not fire up the qos-scripts hotplug part if the init script is disabled | Felix Fietkau | 2007-09-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 9046 | ||||
* | add qos-scripts patch from #2385 | Felix Fietkau | 2007-09-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 8860 | ||||
* | bump package versions after updates | Felix Fietkau | 2007-09-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 8680 | ||||
* | qos-scripts: add patch for tos and dscp support from #2291 | Felix Fietkau | 2007-09-07 | 1 | -0/+39 |
| | | | | SVN-Revision: 8663 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -4/+6 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | reorganize netfilter modules, get rid of the iptables-mod-extra dependency ↵ | Felix Fietkau | 2007-07-11 | 1 | -1/+1 |
| | | | | | | in qos-scripts SVN-Revision: 7912 | ||||
* | remove a warning that has confused a few people | Felix Fietkau | 2007-07-11 | 1 | -1/+0 |
| | | | | SVN-Revision: 7911 | ||||
* | qos-scripts update: | Felix Fietkau | 2007-06-30 | 3 | -11/+32 |
| | | | | | | | | - rewrite the RED qdisc calculations and add some comments this should fix the warnings about bursting (should also fix quirks with various linespeed settings) - reduce the calculated overhead for upstream, while i'm at it... SVN-Revision: 7782 | ||||
* | add direction matching patch for qos-scripts from #1708 | Felix Fietkau | 2007-06-11 | 1 | -0/+9 |
| | | | | SVN-Revision: 7571 | ||||
* | fix error handling in qos-scripts | Felix Fietkau | 2007-06-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 7442 | ||||
* | add qos-scripts connbytes match from #1618 | Felix Fietkau | 2007-05-04 | 1 | -0/+5 |
| | | | | SVN-Revision: 7091 | ||||
* | qos-scripts update - fix enabling/disabling of interfaces, make the overhead ↵ | Felix Fietkau | 2007-04-24 | 3 | -14/+20 |
| | | | | | | calculation optional SVN-Revision: 7048 | ||||
* | fix a small typo | Felix Fietkau | 2007-04-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 7047 | ||||
* | qos-scripts: fix RED burst calculation | Felix Fietkau | 2007-04-07 | 1 | -1/+2 |
| | | | | SVN-Revision: 6878 | ||||
* | update qos-scripts to v1.1 - rewritten hfsc rate calculation | Felix Fietkau | 2007-04-06 | 7 | -154/+158 |
| | | | | SVN-Revision: 6875 | ||||
* | same propset here as changeset:6500 | Tim Yardley | 2007-03-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6501 | ||||
* | more use of the INSTALL_DIR variable | Nicolas Thill | 2007-01-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 6023 | ||||
* | fix qos-scripts RED qdisc calculation for slow lines | Felix Fietkau | 2006-12-19 | 2 | -1/+2 |
| | | | | SVN-Revision: 5853 | ||||
* | allow the user to disable downlink shaping by removing the option download ↵ | Felix Fietkau | 2006-11-11 | 2 | -2/+1 |
| | | | | | | ... line SVN-Revision: 5497 | ||||
* | init script cleanup, use /etc/rc.d/ for enabled scripts, ↵ | Felix Fietkau | 2006-10-15 | 1 | -5/+3 |
| | | | | | | /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 8 | -0/+679 |