summaryrefslogtreecommitdiff
path: root/net/sched/sch_prio.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-8/+1
* net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()Zhengchao Shao2022-08-301-1/+1
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-2/+0
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-2/+2
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
* Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-3/+3
* 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-3/+3
* net: sch_prio: When ungrafting, replace with FIFOPetr Machata2020-01-081-2/+8
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-11-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-6/+2
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-1/+1
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-151-1/+2
* net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski2018-11-081-1/+3
* net: sched: add an offload graft helperJakub Kicinski2018-11-081-24/+3
* net: sched: add an offload dump helperJakub Kicinski2018-11-081-15/+1
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-3/+3
* net: sch: prio: Add offload ability for grafting a childNogah Frankel2018-02-281-0/+32
* mlxsw: spectrum: qdiscs: prio: Delete child qdiscs when removing bandsNogah Frankel2018-02-281-7/+6
* net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issuesAndrew Morton2018-01-181-3/+7
* net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel2018-01-141-0/+59
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-1/+2
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-1/+1
* 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 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
* sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-061-1/+1
* net_sched: remove tc class reference countingWANG Cong2017-08-251-6/+5
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-5/+12
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-1/+4
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-43/+24
|\
| * net_sched: prio: insure proper transactional behaviorEric Dumazet2016-06-151-34/+23
| * net_sched: prio: properly report out of memory errorsEric Dumazet2016-06-121-20/+12
* | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-0/+3
|\ \ | |/
| * sch_prio: update backlog as wellWANG Cong2016-06-031-0/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-19/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-1/+2
|/
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-3/+4
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-7/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-2/+1