summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq_codel.c
AgeCommit message (Expand)Author
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-06-05net: use the new API kvfree()WANG Cong
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-03-29net: fq_codel: Fix off-by-one errorVijay Subramanian
2012-09-03fq_codel: dont reinit flow stateEric Dumazet
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet
2012-05-14net: codel: fix build errorsSasha Levin
2012-05-12fq_codel: Fair Queue Codel AQMEric Dumazet