summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq_codel.c
AgeCommit message (Expand)Author
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30sch_fq_codel: avoid double free on init failureNikolay Aleksandrov
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-16net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins
2016-06-25net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15net_sched: fq_codel: defer skb freeingEric Dumazet
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-06-07fq_codel: return non zero qlen in class dumpsEric Dumazet
2016-06-07fq_codel: fix NET_XMIT_CN behaviorEric Dumazet
2016-05-16fq_codel: fix memory limitation driftEric Dumazet
2016-05-08fq_codel: add memory limitation per queueEric Dumazet
2016-05-03fq_codel: add batch ability to fq_codel_drop()Eric Dumazet
2016-04-25codel: split into multiple filesMichal Kazior
2016-04-25codel: generalize the implementationMichal Kazior
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-08-02fq_codel: explicitly reset flows in ->reset()Eric Dumazet
2015-07-15fq_codel: fix return value of fq_codel_drop()WANG Cong
2015-07-15fq_codel: fix a use-after-freeWANG Cong
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-10codel: add ce_threshold attributeEric Dumazet
2015-05-04sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-06-05net: use the new API kvfree()WANG Cong
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-03-29net: fq_codel: Fix off-by-one errorVijay Subramanian
2012-09-03fq_codel: dont reinit flow stateEric Dumazet
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet
2012-05-14net: codel: fix build errorsSasha Levin
2012-05-12fq_codel: Fair Queue Codel AQMEric Dumazet