<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/qos-scripts/Makefile, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>packages: sort network related packages into package/network/</title>
<updated>2012-10-10T12:32:29+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-10-10T12:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=405e21d16731b2764ab82aaaadcf36a813b105f7'/>
<id>405e21d16731b2764ab82aaaadcf36a813b105f7</id>
<content type='text'>
SVN-Revision: 33688
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33688
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: split off act_connmark into a separate package to avoid cluttering kmod-sched with a netfilter dependency (fixes #11483)</title>
<updated>2012-05-18T18:36:36+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-05-18T18:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=040ce45f98b238217d1cd27e48ea7d0a022655a3'/>
<id>040ce45f98b238217d1cd27e48ea7d0a022655a3</id>
<content type='text'>
SVN-Revision: 31791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31791
</pre>
</div>
</content>
</entry>
<entry>
<title>qos-scripts: use kmod-sched-core instead of kmod-sched</title>
<updated>2012-05-16T15:23:23+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-05-16T15:23:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ef86a2c0812e12800f501f3ac8d7f2aff04771dd'/>
<id>ef86a2c0812e12800f501f3ac8d7f2aff04771dd</id>
<content type='text'>
SVN-Revision: 31761
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31761
</pre>
</div>
</content>
</entry>
<entry>
<title>qos-scripts: only use the lower 8 bits for firewall marks, allows coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096)</title>
<updated>2011-11-03T19:11:01+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-11-03T19:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=48c37ff7ebc40252ae4aa1393b74a681e85a220f'/>
<id>48c37ff7ebc40252ae4aa1393b74a681e85a220f</id>
<content type='text'>
SVN-Revision: 28731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28731
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch updates qos-scripts to support fair traffic sharing using the SFQ 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)</title>
<updated>2011-04-12T20:33:11+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-04-12T20:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9646ca6c6e51a7a3656e2517b606fc5ebfca34b7'/>
<id>9646ca6c6e51a7a3656e2517b606fc5ebfca34b7</id>
<content type='text'>
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 &lt;netprince&lt;&gt;vt_edu&gt;

SVN-Revision: 26622
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;netprince&lt;&gt;vt_edu&gt;

SVN-Revision: 26622
</pre>
</div>
</content>
</entry>
<entry>
<title>qos-scripts: add missing dependency</title>
<updated>2011-02-22T00:10:19+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-02-22T00:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7f20657f4cb8b85d4c360400d6036e91d4012a57'/>
<id>7f20657f4cb8b85d4c360400d6036e91d4012a57</id>
<content type='text'>
SVN-Revision: 25656
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25656
</pre>
</div>
</content>
</entry>
<entry>
<title>qos-scripts: drop the use of IMQ, use ifb and act_connmark instead</title>
<updated>2011-02-21T01:33:27+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-02-21T01:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fca74c3a44ec734916a39e979e8f0286accbe7d0'/>
<id>fca74c3a44ec734916a39e979e8f0286accbe7d0</id>
<content type='text'>
SVN-Revision: 25640
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25640
</pre>
</div>
</content>
</entry>
<entry>
<title>qos-scripts: Rework qos-stat script</title>
<updated>2011-01-20T17:33:41+00:00</updated>
<author>
<name>Vasilis Tsiligiannis</name>
<email>acinonyx@openwrt.gr</email>
</author>
<published>2011-01-20T17:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a98c957eb5976d01dde80b0f8286fd7f7359da26'/>
<id>a98c957eb5976d01dde80b0f8286fd7f7359da26</id>
<content type='text'>
SVN-Revision: 25052
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25052
</pre>
</div>
</content>
</entry>
<entry>
<title>qos-scripts: bump pkg revision after r23227, extend copyright, mark /etc/config/qos as conffile</title>
<updated>2010-10-05T09:04:38+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-10-05T09:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0da0c4d1196f6dd8c378a73fc1fe96a8616ac865'/>
<id>0da0c4d1196f6dd8c378a73fc1fe96a8616ac865</id>
<content type='text'>
SVN-Revision: 23238
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 23238
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected</title>
<updated>2009-12-09T13:36:39+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-12-09T13:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9e995816212ca222347ea493ff09cbd566411dbf'/>
<id>9e995816212ca222347ea493ff09cbd566411dbf</id>
<content type='text'>
SVN-Revision: 18714
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 18714
</pre>
</div>
</content>
</entry>
</feed>
