aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_fq_codel.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-03codel: fix maxpacket/mtu confusionGravatar Eric Dumazet 1-1/+1
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cGravatar Valdis.Kletnieks@vt.edu 1-1/+1
2014-09-30net: sched: enable per cpu qstatsGravatar John Fastabend 1-1/+1
2014-09-30net: sched: restrict use of qstats qlenGravatar John Fastabend 1-1/+1
2014-09-30net: sched: implement qstat helper routinesGravatar John Fastabend 1-4/+4
2014-09-13net: rcu-ify tcf_protoGravatar John Fastabend 1-4/+7
2014-08-23net: use reciprocal_scale() helperGravatar Daniel Borkmann 1-1/+2
2014-06-05net: use the new API kvfree()Gravatar WANG Cong 1-6/+1
2014-03-13net_sched: return nla_nest_end() instead of skb->lenGravatar Yang Yingliang 1-2/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomGravatar Aruna-Hewapathirane 1-1/+1
2013-03-29net: fq_codel: Fix off-by-one errorGravatar Vijay Subramanian 1-1/+1
2012-09-03fq_codel: dont reinit flow stateGravatar Eric Dumazet 1-1/+1
2012-05-16fq_codel: should use qdisc backlog as thresholdGravatar Eric Dumazet 1-2/+3
2012-05-14net: codel: fix build errorsGravatar Sasha Levin 1-4/+5
2012-05-12fq_codel: Fair Queue Codel AQMGravatar Eric Dumazet 1-0/+624