summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c
Commit message (Expand)AuthorAgeFilesLines
* codel: fix maxpacket/mtu confusionEric Dumazet2015-05-041-1/+1
* net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-101-1/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+1
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-4/+4
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+7
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-231-1/+2
* net: use the new API kvfree()WANG Cong2014-06-051-6/+1Star
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1Star
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-1/+1
* net: fq_codel: Fix off-by-one errorVijay Subramanian2013-03-291-1/+1
* fq_codel: dont reinit flow stateEric Dumazet2012-09-031-1/+1
* fq_codel: should use qdisc backlog as thresholdEric Dumazet2012-05-161-2/+3
* net: codel: fix build errorsSasha Levin2012-05-141-4/+5
* fq_codel: Fair Queue Codel AQMEric Dumazet2012-05-121-0/+624