summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mq.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: mq: request stats from offloadsJakub Kicinski2018-05-291-0/+18
* net: sched: mq: add simple offload notificationJakub Kicinski2018-05-291-0/+19
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend2017-12-081-13/+22
* net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2017-12-081-7/+18
* net/sched: Change behavior of mq select_queue()Jesus Sanchez-Palencia2017-10-271-9/+1
* net_sched: remove tc class reference countingWANG Cong2017-08-251-7/+2
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-1/+1
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-111-7/+3
* net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-101-1/+1
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-1/+1
* net: sched: use pfifo_fast for non real queuesEric Dumazet2016-03-031-1/+1
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-031-2/+2
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-3/+1
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-1/+1
* pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-091-4/+9
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-311-1/+1
* pkt_sched: avoid requeues if possibleEric Dumazet2012-12-121-1/+3
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet2011-01-211-1/+0
* 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
* pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski2009-09-151-4/+9
* net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy2009-09-091-0/+1
* net_sched: add classful multiqueue dummy schedulerDavid S. Miller2009-09-061-0/+234