summaryrefslogtreecommitdiffstats
path: root/include/net/red.h
AgeCommit message (Expand)AuthorLines
2024-08-26net: sched: Correct spelling in headersSimon Horman-4/+4
2024-04-19net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet-6/+6
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-08-31net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao-1/+0
2021-03-25sch_red: fix off-by-one checks in red_check_params()Eric Dumazet-2/+2
2021-03-19sch_red: Fix a typoBhaskar Chowdhury-1/+1
2021-03-10net: sched: validate stab valuesEric Dumazet-1/+9
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap-1/+3
2020-03-14net: sched: RED: Introduce an ECN nodrop modePetr Machata-0/+5
2020-03-14net: sched: Allow extending set of supported RED flagsPetr Machata-0/+33
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel-0/+11
2017-12-05net_sched: red: Avoid devision by zeroNogah Frankel-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner-2/+2
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa-1/+2
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-1/+1
2012-04-16net_sched: red: Make minor corrections to commentsDavid Ward-3/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker-0/+1
2012-01-12net_sched: sfq: add optional RED on top of SFQEric Dumazet-1/+2
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet-43/+55
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet-5/+11
2011-12-08sch_red: Adaptative RED AQMEric Dumazet-17/+84
2011-11-30sch_red: fix red_calc_qavg_from_idle_timeEric Dumazet-9/+6
2011-01-12sched: remove unused backlog in RED statsstephen hemminger-1/+0
2009-11-04net: cleanup include/netEric Dumazet-4/+2
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy-2/+2
2007-04-25[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline functionPatrick McHardy-1/+1
2007-04-25[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECTPatrick McHardy-2/+2
2006-08-04[PKT_SCHED] RED: Fix overflow in calculation of queue averageIlpo Järvinen-1/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse-1/+0
2005-11-05[PKT_SCHED]: Generic RED layerThomas Graf-0/+325