summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq_codel.c
Commit message (Expand)AuthorAge
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-21
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-21
* net: sched: sch: add extack to change classAlexander Aring2017-12-21
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-21
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-21
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-22
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-08-30
* | net_sched: remove tc class reference countingWANG Cong2017-08-25
|/
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-06
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-17
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-17
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-08
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz2017-03-16
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-10
* fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins2017-01-20
* net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet2016-06-25
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-25
* net_sched: fq_codel: defer skb freeingEric Dumazet2016-06-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-10
|\
| * fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-07
| * fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-07
* | sched: remove qdisc->dropFlorian Westphal2016-06-08
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-07
|/
* fq_codel: fix memory limitation driftEric Dumazet2016-05-16
* fq_codel: add memory limitation per queueEric Dumazet2016-05-08
* fq_codel: add batch ability to fq_codel_drop()Eric Dumazet2016-05-03
* codel: split into multiple filesMichal Kazior2016-04-25
* codel: generalize the implementationMichal Kazior2016-04-25
* net_sched: update hierarchical backlog tooWANG Cong2016-02-29
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-27
* fq_codel: explicitly reset flows in ->reset()Eric Dumazet2015-08-02
* fq_codel: fix return value of fq_codel_drop()WANG Cong2015-07-15
* fq_codel: fix a use-after-freeWANG Cong2015-07-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-13
|\
| * codel: fix maxpacket/mtu confusionEric Dumazet2015-05-03
* | codel: add ce_threshold attributeEric Dumazet2015-05-10
* | sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert2015-05-04
|/
* net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-09
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-30
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-30
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-30
* net: rcu-ify tcf_protoJohn Fastabend2014-09-13
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-23
* net: use the new API kvfree()WANG Cong2014-06-05
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-13
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
* net: fq_codel: Fix off-by-one errorVijay Subramanian2013-03-29