Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 | 1 | -50/+0 |
| | | | | SVN-Revision: 33688 | ||||
* | kernel: split off act_connmark into a separate package to avoid cluttering ↵ | Felix Fietkau | 2012-05-18 | 1 | -1/+1 |
| | | | | | | kmod-sched with a netfilter dependency (fixes #11483) SVN-Revision: 31791 | ||||
* | qos-scripts: use kmod-sched-core instead of kmod-sched | Felix Fietkau | 2012-05-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 31761 | ||||
* | qos-scripts: only use the lower 8 bits for firewall marks, allows ↵ | Jo-Philipp Wich | 2011-11-03 | 1 | -1/+1 |
| | | | | | | coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096) SVN-Revision: 28731 | ||||
* | This patch updates qos-scripts to support fair traffic sharing using the SFQ ↵ | Jo-Philipp Wich | 2011-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 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 | 1 | -1/+1 |
| | | | | SVN-Revision: 25640 | ||||
* | qos-scripts: Rework qos-stat script | Vasilis Tsiligiannis | 2011-01-20 | 1 | -2/+2 |
| | | | | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035) | Nicolas Thill | 2008-09-24 | 1 | -3/+3 |
| | | | | SVN-Revision: 12681 | ||||
* | bump package versions after updates | Felix Fietkau | 2007-09-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 8680 | ||||
* | 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 | ||||
* | qos-scripts update: | Felix Fietkau | 2007-06-30 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
* | qos-scripts update - fix enabling/disabling of interfaces, make the overhead ↵ | Felix Fietkau | 2007-04-24 | 1 | -1/+1 |
| | | | | | | calculation optional SVN-Revision: 7048 | ||||
* | update qos-scripts to v1.1 - rewritten hfsc rate calculation | Felix Fietkau | 2007-04-06 | 1 | -1/+1 |
| | | | | 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 | 1 | -1/+1 |
| | | | | SVN-Revision: 5853 | ||||
* | allow the user to disable downlink shaping by removing the option download ↵ | Felix Fietkau | 2006-11-11 | 1 | -1/+1 |
| | | | | | | ... line SVN-Revision: 5497 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+44 |