| Commit message (Expand) | Author | Age | Files | Lines |
* | sch_red: fix off-by-one checks in red_check_params() | Eric Dumazet | 2021-03-26 | 1 | -2/+2 |
* | sch_red: Fix a typo | Bhaskar Chowdhury | 2021-03-19 | 1 | -1/+1 |
* | net: sched: validate stab values | Eric Dumazet | 2021-03-11 | 1 | -1/+9 |
* | net: sched: prevent invalid Scell_log shift count | Randy Dunlap | 2020-12-28 | 1 | -1/+3 |
* | net: sched: RED: Introduce an ECN nodrop mode | Petr Machata | 2020-03-15 | 1 | -0/+5 |
* | net: sched: Allow extending set of supported RED flags | Petr Machata | 2020-03-15 | 1 | -0/+33 |
* | net_sched: red: Avoid illegal values | Nogah Frankel | 2017-12-05 | 1 | -0/+11 |
* | net_sched: red: Avoid devision by zero | Nogah Frankel | 2017-12-05 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -2/+2 |
* | reciprocal_divide: update/correction of the algorithm | Hannes Frederic Sowa | 2014-01-22 | 1 | -1/+2 |
* | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 2014-01-15 | 1 | -1/+1 |
* | net_sched: red: Make minor corrections to comments | David Ward | 2012-04-17 | 1 | -3/+3 |
* | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 2012-03-04 | 1 | -0/+1 |
* | net_sched: sfq: add optional RED on top of SFQ | Eric Dumazet | 2012-01-13 | 1 | -1/+2 |
* | net_sched: red: split red_parms into parms and vars | Eric Dumazet | 2012-01-05 | 1 | -43/+55 |
* | sch_red: generalize accurate MAX_P support to RED/GRED/CHOKE | Eric Dumazet | 2011-12-09 | 1 | -5/+11 |
* | sch_red: Adaptative RED AQM | Eric Dumazet | 2011-12-09 | 1 | -17/+84 |
* | sch_red: fix red_calc_qavg_from_idle_time | Eric Dumazet | 2011-12-01 | 1 | -9/+6 |
* | sched: remove unused backlog in RED stats | stephen hemminger | 2011-01-13 | 1 | -1/+0 |
* | net: cleanup include/net | Eric Dumazet | 2009-11-04 | 1 | -4/+2 |
* | [NET_SCHED]: turn PSCHED_GET_TIME into inline function | Patrick McHardy | 2007-04-26 | 1 | -2/+2 |
* | [NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline function | Patrick McHardy | 2007-04-26 | 1 | -1/+1 |
* | [NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT | Patrick McHardy | 2007-04-26 | 1 | -2/+2 |
* | [PKT_SCHED] RED: Fix overflow in calculation of queue average | Ilpo Järvinen | 2006-08-05 | 1 | -1/+1 |
* | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 2006-04-26 | 1 | -1/+0 |
* | [PKT_SCHED]: Generic RED layer | Thomas Graf | 2005-11-05 | 1 | -0/+325 |