aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-5/+12
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-08-02fq_codel: explicitly reset flows in ->reset()Eric Dumazet1-3/+19
2015-07-15fq_codel: fix return value of fq_codel_drop()WANG Cong1-1/+10
2015-07-15fq_codel: fix a use-after-freeWANG Cong1-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-10codel: add ce_threshold attributeEric Dumazet1-1/+14
2015-05-04sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert1-9/+2
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet1-1/+1
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu1-1/+1
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-1/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-4/+4
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+7
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-1/+2
2014-06-05net: use the new API kvfree()WANG Cong1-6/+1
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang1-2/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-03-29net: fq_codel: Fix off-by-one errorVijay Subramanian1-1/+1
2012-09-03fq_codel: dont reinit flow stateEric Dumazet1-1/+1
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet1-2/+3
2012-05-14net: codel: fix build errorsSasha Levin1-4/+5
2012-05-12fq_codel: Fair Queue Codel AQMEric Dumazet1-0/+624