summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq_codel.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_i...Zhengchao Shao2022-10-191-8/+17
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-6/+2
* net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()Zhengchao Shao2022-09-031-17/+8
* net: sched: remove redundant NULL check in change hook functionZhengchao Shao2022-09-011-3/+0
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-2/+0
* fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen2021-10-201-4/+9
* fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet2021-10-151-4/+11
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-041-2/+10
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-1/+1
|\
| * Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-1/+1
| * net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
| * net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-1/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-201-0/+1
* fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet2020-04-271-1/+1
* fq_codel: do not include <linux/jhash.h>Eric Dumazet2019-10-221-1/+0
* fq_codel: remove set but not used variables 'prev_ecn_mark' and 'prev_drop_co...YueHaibing2019-08-081-4/+0
* fq_codel: Kill useless per-flow dropped statisticDave Taht2019-08-061-7/+1
* Increase fq_codel count in the bulk dropperDave Taht2019-08-061-0/+2
* net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-171-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller2018-07-121-7/+18
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-3/+4
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-221-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+1
|\
| * sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-08-301-3/+1
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-5/+4
|/
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-5/+10
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-20/+6
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz2017-03-161-2/+0
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins2017-01-201-5/+1
* 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