Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: remove linux 3.3 patches and config | Felix Fietkau | 2015-01-24 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44109 | ||
* | generic: add upstream commit id to codel patches and refresh those | Gabor Juhos | 2012-09-26 |
| | | | | SVN-Revision: 33560 | ||
* | refresh patches | Imre Kaloz | 2012-09-21 |
| | | | | SVN-Revision: 33501 | ||
* | Codel: avoid a nul rec_inv_sqrt | John Crispin | 2012-08-02 |
One condition before codel_Newton_step() was not good if we never left the dropping state for a flow. As a result rec_inv_sqrt was 0, instead of the ~0 initial value. codel control law was then set to a very aggressive mode, dropping many packets before reaching 'target' and recovering from this problem. Brought over from 3.5-stable Signed-off-by: Dave Taht <dave.taht@bufferbloat.net> SVN-Revision: 32950 |