summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_prio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-2/+2
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-1/+1
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+7
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-1/+2
* net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal2011-08-091-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-1/+1
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-1/+1
* | net_sched: cleanupsEric Dumazet2011-01-191-17/+17
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-1/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski2009-09-171-0/+1
* net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-061-10/+1
* net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-061-21/+0
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-201-7/+9
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-28/+0
* pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy2008-10-311-0/+14
OpenPOWER on IntegriCloud