summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cbq.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Retire CBQ qdiscJamal Hadi Salim2023-02-161-1727/+0
* net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-2/+2
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-8/+1
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-1/+0
* net/sched: sch_cbq: change the type of cbq_set_lss to voidZhengchao Shao2022-07-271-2/+1
* net/sched: sch_cbq: Delete unused delay_timerPeilin Ye2022-07-151-79/+0
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-6/+3
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-2/+2
* net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-181-2/+1
* net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-0/+1
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-08-301-1/+1
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
* net: sched: Mundane typo fixesBhaskar Chowdhury2021-03-241-2/+2
* net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-221-1/+2
* 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-2/+2
| * 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-2/+2
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-09-301-14/+29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+4
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-5/+1
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-1/+3
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-1/+1
* net: sch: sch_cbq: add extack supportAlexander Aring2017-12-211-12/+34
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-4/+5
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-2/+2
* net: sch: api: add extack support in qdisc_get_rtabAlexander Aring2017-12-211-3/+4
* net: sched: sch: add extack for graft callbackAlexander 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 init callbackAlexander Aring2017-12-211-1/+2
* net: sched: fix coding style issuesAlexander Aring2017-12-211-6/+6
* net: sched: cbq: create block for q->link.blockJiri Pirko2017-11-281-1/+8
* 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/+7
|\
| * sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-3/+7
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-37/+4
* | net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-161-2/+1
|/
* net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-151-1/+3
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-6/+13
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+5
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1