<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/generic/patches-3.2, 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>linux/3.2: R.I.P.</title>
<updated>2012-05-27T15:01:37+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-05-27T15:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0b8c1c8dfbbd6a86be4b12bf4a625f44e75a461c'/>
<id>0b8c1c8dfbbd6a86be4b12bf4a625f44e75a461c</id>
<content type='text'>
SVN-Revision: 31905
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31905
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2</title>
<updated>2012-05-17T13:22:38+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2012-05-17T13:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=273797f15a2ec0fc47cd88a92904a5712bd6539e'/>
<id>273797f15a2ec0fc47cd88a92904a5712bd6539e</id>
<content type='text'>
SVN-Revision: 31772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31772
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by Dave Täht)</title>
<updated>2012-05-16T15:23:03+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-05-16T15:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=54edbfabaccc5aecc116367f8caaf30f12b65328'/>
<id>54edbfabaccc5aecc116367f8caaf30f12b65328</id>
<content type='text'>
Codel is a new AQM algorithm and RED replacement designed by
Kathie Nichols and Van Jacobson, and published in ACM queue:

http://queue.acm.org/detail.cfm?id=2209336

Codel stands for "Controlled Delay", and needs no knobs in the
general case, twiddled, for optimum results. It aims for 5ms of
delay, at most, when in use.

Additionally,

fq_codel (by eric dumazet) builds on codel to provide fair queuing
superior to what could be had with SFQ, and drop behavior saner
than RED, BLUE, or choke.

These patches are backported from net-next and are known to work
on Linux 3.3.4 and later.

Includes updates to codel for better portability and speed

SVN-Revision: 31756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Codel is a new AQM algorithm and RED replacement designed by
Kathie Nichols and Van Jacobson, and published in ACM queue:

http://queue.acm.org/detail.cfm?id=2209336

Codel stands for "Controlled Delay", and needs no knobs in the
general case, twiddled, for optimum results. It aims for 5ms of
delay, at most, when in use.

Additionally,

fq_codel (by eric dumazet) builds on codel to provide fair queuing
superior to what could be had with SFQ, and drop behavior saner
than RED, BLUE, or choke.

These patches are backported from net-next and are known to work
on Linux 3.3.4 and later.

Includes updates to codel for better portability and speed

SVN-Revision: 31756
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: ssb: add PCI IDs 0x4322 and 43222</title>
<updated>2012-05-13T00:08:12+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2012-05-13T00:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=31c2c485c1a73319c39c53c2f3e2b03114724cfa'/>
<id>31c2c485c1a73319c39c53c2f3e2b03114724cfa</id>
<content type='text'>
The 0x4322 ID is found on the BCM4322 used on some SoCs like the
Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID
is found on the BCM43222 used on some other SoCs like the D-Link
DSL-2760U connected to a BCM63xx.

This fixes #10887.

SVN-Revision: 31695
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 0x4322 ID is found on the BCM4322 used on some SoCs like the
Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID
is found on the BCM43222 used on some other SoCs like the D-Link
DSL-2760U connected to a BCM63xx.

This fixes #10887.

SVN-Revision: 31695
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: rewrite the phy packet hook, put it in the network stack to avoid having to keep non-upstream ethernet driver changes</title>
<updated>2012-05-06T21:19:14+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-05-06T21:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0ff3c396d39e762cb0230eb84b9bd1d29dddc520'/>
<id>0ff3c396d39e762cb0230eb84b9bd1d29dddc520</id>
<content type='text'>
SVN-Revision: 31637
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31637
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix iptables abuse of kernel header files. Use exported headers instead.</title>
<updated>2012-05-03T09:43:10+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-05-03T09:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3349cf269125525480485ee40bf30d7f0c8ae17a'/>
<id>3349cf269125525480485ee40bf30d7f0c8ae17a</id>
<content type='text'>
[juhosg: export xt_layer7.h for all kernel versions]

Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

SVN-Revision: 31566
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[juhosg: export xt_layer7.h for all kernel versions]

Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

SVN-Revision: 31566
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: update linux 3.2 to 3.2.16</title>
<updated>2012-04-24T09:25:35+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2012-04-24T09:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=22b4e6b88233c72606942bb23881f97fc5548392'/>
<id>22b4e6b88233c72606942bb23881f97fc5548392</id>
<content type='text'>
SVN-Revision: 31459
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31459
</pre>
</div>
</content>
</entry>
<entry>
<title>fix 335-mips-kexec patch for all 3+ kernels</title>
<updated>2012-04-18T15:36:30+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2012-04-18T15:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2e641b13c0111180c2dc96d17c94148a65e6fd19'/>
<id>2e641b13c0111180c2dc96d17c94148a65e6fd19</id>
<content type='text'>
SVN-Revision: 31344
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31344
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: update linux 3.2 to 3.2.15</title>
<updated>2012-04-17T12:50:54+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2012-04-17T12:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ee4c47a134723b78162f9f5eedc9f132dd19f6b7'/>
<id>ee4c47a134723b78162f9f5eedc9f132dd19f6b7</id>
<content type='text'>
SVN-Revision: 31335
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31335
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bufferbloat in PPPoATM TX queue</title>
<updated>2012-04-16T15:04:45+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-04-16T15:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9d11e3395ac0142938c45d5bd8abdea1032df03f'/>
<id>9d11e3395ac0142938c45d5bd8abdea1032df03f</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

SVN-Revision: 31313
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

SVN-Revision: 31313
</pre>
</div>
</content>
</entry>
</feed>
