aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c
AgeCommit message (Expand)Author
2020-05-14fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet
2019-10-22fq_codel: do not include <linux/jhash.h>Eric Dumazet
2019-08-08fq_codel: remove set but not used variables 'prev_ecn_mark' and 'prev_drop_co...YueHaibing
2019-08-06fq_codel: Kill useless per-flow dropped statisticDave Taht
2019-08-06Increase fq_codel count in the bulk dropperDave Taht
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-07-12sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack to change classAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
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