summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-5/+12
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* fq_codel: explicitly reset flows in ->reset()Eric Dumazet2015-08-031-3/+19
* fq_codel: fix return value of fq_codel_drop()WANG Cong2015-07-161-1/+10
* fq_codel: fix a use-after-freeWANG Cong2015-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+1
|\
| * codel: fix maxpacket/mtu confusionEric Dumazet2015-05-041-1/+1
* | codel: add ce_threshold attributeEric Dumazet2015-05-111-1/+14
* | sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert2015-05-041-9/+2Star
|/
* 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