1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 10:08:03 +03:00
openwrt-xburst/target/linux/generic
nbd b3c4d367ce kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by Dave Täht)
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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 15:23:03 +00:00
..
base-files initramfs: allow preinit to enable switching from initramfs to tmpfs to allow overlayfs to be mounted on top of it 2011-08-11 20:32:57 +00:00
files kernel: rewrite the phy packet hook, put it in the network stack to avoid having to keep non-upstream ethernet driver changes 2012-05-06 21:19:14 +00:00
image rename target/linux/generic-2.6 to generic 2010-06-26 20:42:58 +00:00
patches-2.6.39 kernel: ssb: add PCI IDs 0x4322 and 43222 2012-05-13 00:08:12 +00:00
patches-3.1 kernel: ssb: add PCI IDs 0x4322 and 43222 2012-05-13 00:08:12 +00:00
patches-3.2 kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by Dave Täht) 2012-05-16 15:23:03 +00:00
patches-3.3 kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by Dave Täht) 2012-05-16 15:23:03 +00:00
config-2.6.39 linux: add CONFIG_POWER_SUPPLY_DEBUG symbol 2012-05-15 11:12:31 +00:00
config-3.1 linux: add CONFIG_POWER_SUPPLY_DEBUG symbol 2012-05-15 11:12:31 +00:00
config-3.2 linux: add CONFIG_POWER_SUPPLY_DEBUG symbol 2012-05-15 11:12:31 +00:00
config-3.3 linux/3.3: add missing symbol 2012-05-16 10:44:46 +00:00
PATCHES fix a typo in the kernel patch description 2011-04-16 18:40:23 +00:00