summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet2016-06-251-3/+4
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-6/+9
* net_sched: fq_codel: defer skb freeingEric Dumazet2016-06-151-8/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-7/+19
|\
| * fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-071-1/+1
| * fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-071-6/+18
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-10/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-4/+11
|/
* fq_codel: fix memory limitation driftEric Dumazet2016-05-161-1/+2
* fq_codel: add memory limitation per queueEric Dumazet2016-05-081-3/+24
* fq_codel: add batch ability to fq_codel_drop()Eric Dumazet2016-05-031-19/+45
* codel: split into multiple filesMichal Kazior2016-04-251-0/+2
* codel: generalize the implementationMichal Kazior2016-04-251-4/+15
* 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-021-3/+19
* fq_codel: fix return value of fq_codel_drop()WANG Cong2015-07-151-1/+10
* fq_codel: fix a use-after-freeWANG Cong2015-07-151-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-031-1/+1
* | codel: add ce_threshold attributeEric Dumazet2015-05-101-1/+14
* | sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert2015-05-041-9/+2
|/
* net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-091-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/+1
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-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
OpenPOWER on IntegriCloud