summaryrefslogtreecommitdiff
path: root/package/qos-scripts/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-50/+0
| | | | SVN-Revision: 33688
* kernel: split off act_connmark into a separate package to avoid cluttering ↵Felix Fietkau2012-05-181-1/+1
| | | | | | kmod-sched with a netfilter dependency (fixes #11483) SVN-Revision: 31791
* qos-scripts: use kmod-sched-core instead of kmod-schedFelix Fietkau2012-05-161-1/+1
| | | | SVN-Revision: 31761
* qos-scripts: only use the lower 8 bits for firewall marks, allows ↵Jo-Philipp Wich2011-11-031-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 Wich2011-04-121-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 dependencyFelix Fietkau2011-02-221-1/+1
| | | | SVN-Revision: 25656
* qos-scripts: drop the use of IMQ, use ifb and act_connmark insteadFelix Fietkau2011-02-211-1/+1
| | | | SVN-Revision: 25640
* qos-scripts: Rework qos-stat scriptVasilis Tsiligiannis2011-01-201-2/+2
| | | | SVN-Revision: 25052
* qos-scripts: bump pkg revision after r23227, extend copyright, mark ↵Jo-Philipp Wich2010-10-051-2/+6
| | | | | | /etc/config/qos as conffile SVN-Revision: 23238
* adjust dependencies of firewall and qos-scripts, so that these packages are ↵Felix Fietkau2009-12-091-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 Fainelli2009-07-241-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 Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035)Nicolas Thill2008-09-241-3/+3
| | | | SVN-Revision: 12681
* bump package versions after updatesFelix Fietkau2007-09-071-1/+1
| | | | SVN-Revision: 8680
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-4/+6
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* reorganize netfilter modules, get rid of the iptables-mod-extra dependency ↵Felix Fietkau2007-07-111-1/+1
| | | | | | in qos-scripts SVN-Revision: 7912
* qos-scripts update:Felix Fietkau2007-06-301-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 Fietkau2007-04-241-1/+1
| | | | | | calculation optional SVN-Revision: 7048
* update qos-scripts to v1.1 - rewritten hfsc rate calculationFelix Fietkau2007-04-061-1/+1
| | | | SVN-Revision: 6875
* same propset here as changeset:6500Tim Yardley2007-03-041-1/+1
| | | | SVN-Revision: 6501
* more use of the INSTALL_DIR variableNicolas Thill2007-01-081-1/+1
| | | | SVN-Revision: 6023
* fix qos-scripts RED qdisc calculation for slow linesFelix Fietkau2006-12-191-1/+1
| | | | SVN-Revision: 5853
* allow the user to disable downlink shaping by removing the option download ↵Felix Fietkau2006-11-111-1/+1
| | | | | | ... line SVN-Revision: 5497
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+44