1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 22:24:32 +03:00
openwrt-xburst/target
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
..
imagebuilder imagebuilder: explicitly install the kernel .ipk before installing anything else, it is no longer part of the package index (fixes #11450) 2012-05-14 14:00:01 +00:00
linux 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
sdk [sdk] don't overwrite version.mk, substitute REVISION instead 2012-04-13 10:47:45 +00:00
toolchain target/toolchain: fix installation after r22723 2010-09-04 11:56:33 +00:00
Config.in mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus 2011-01-16 01:25:06 +00:00
Makefile imagebuilder: fix parallel building (closes #11117) 2012-03-13 17:29:40 +00:00