summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cbq.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-02net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-8/+1
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-1/+0
2022-07-27net/sched: sch_cbq: change the type of cbq_set_lss to voidZhengchao Shao1-2/+1
2022-07-15net/sched: sch_cbq: Delete unused delay_timerPeilin Ye1-79/+0
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-6/+3
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-2/+2
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish1-2/+1
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-0/+1
2021-08-30net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-03-24net: sched: Mundane typo fixesBhaskar Chowdhury1-2/+2
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-2/+2
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-14/+29
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+4
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-5/+1
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-1/+3
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-1/+1
2017-12-21net: sch: sch_cbq: add extack supportAlexander Aring1-12/+34
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-4/+5
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-2/+2
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring1-3/+4
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-12-21net: sched: fix coding style issuesAlexander Aring1-6/+6
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2017-08-30sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov1-3/+7
2017-08-25net_sched: remove tc class reference countingWANG Cong1-37/+4
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov1-2/+1
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov1-1/+3
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-6/+13
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+5
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-3/+3