summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq_codel.c
AgeCommit message (Expand)Author
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet
2021-09-04fq_codel: reject silly quantum parametersEric Dumazet
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-04-27fq_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