summaryrefslogtreecommitdiff
path: root/net/sched/sch_prio.c
Commit message (Expand)AuthorAge
* net: sch: prio: Add offload ability for grafting a childNogah Frankel2018-02-28
* mlxsw: spectrum: qdiscs: prio: Delete child qdiscs when removing bandsNogah Frankel2018-02-28
* net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issuesAndrew Morton2018-01-18
* net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel2018-01-14
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-21
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-21
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-21
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-21
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-21
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-21
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-22
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-16
* sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-06
* net_sched: remove tc class reference countingWANG Cong2017-08-25
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-06
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-17
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-17
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-12
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\
| * net_sched: prio: insure proper transactional behaviorEric Dumazet2016-06-15
| * net_sched: prio: properly report out of memory errorsEric Dumazet2016-06-12
* | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-10
|\ \ | |/
| * sch_prio: update backlog as wellWANG Cong2016-06-03
* | sched: remove qdisc->dropFlorian Westphal2016-06-08
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-07
|/
* net_sched: update hierarchical backlog tooWANG Cong2016-02-29
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-29
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-27
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-30
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-30
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-30
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-30
* net: rcu-ify tcf_protoJohn Fastabend2014-09-13
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-01
* net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal2011-08-09
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-24
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-20
* | net_sched: cleanupsEric Dumazet2011-01-19
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-10
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-21
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski2009-09-17
* net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-06
* net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-06
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-20
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-13
* pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy2008-10-31