aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_prio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-30net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-6/+2
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-1/+1
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen1-1/+2
2018-11-08net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski1-1/+3
2018-11-08net: sched: add an offload graft helperJakub Kicinski1-24/+3
2018-11-08net: sched: add an offload dump helperJakub Kicinski1-15/+1
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-3/+3
2018-02-28net: sch: prio: Add offload ability for grafting a childNogah Frankel1-0/+32
2018-02-28mlxsw: spectrum: qdiscs: prio: Delete child qdiscs when removing bandsNogah Frankel1-7/+6
2018-01-18net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issuesAndrew Morton1-3/+7
2018-01-14net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel1-0/+59
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-1/+2
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-1/+1
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 for change qdisc opsAlexander Aring1-2/+3
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
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-06sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng1-1/+1
2017-08-25net_sched: remove tc class reference countingWANG Cong1-6/+5
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-5/+12
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-1/+4
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-43/+24
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-2/+2
2016-06-15net_sched: prio: insure proper transactional behaviorEric Dumazet1-34/+23
2016-06-12net_sched: prio: properly report out of memory errorsEric Dumazet1-20/+12
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-06-08sched: remove qdisc->dropFlorian Westphal1-19/+0
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-1/+2
2016-06-03sch_prio: update backlog as wellWANG Cong1-0/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-3/+4
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-7/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-2/+2
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+7
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-1/+2
2011-08-09net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal1-1/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-17/+17
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1