summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mq.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-1/+1
* net: sched: mq: offload a graft notificationJakub Kicinski2018-11-141-0/+9
* net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski2018-11-091-6/+3Star
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-261-2/+2
* 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/+1Star
* net_sched: remove tc class reference countingWANG Cong2017-08-261-7/+2Star
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-131-1/+1
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-121-7/+3Star
* net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-111-1/+1
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-081-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/+1Star
* 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-101-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-11-011-0/+1
* net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet2011-01-221-1/+0Star
* 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-181-1/+0Star
* 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-101-0/+1
* net_sched: add classful multiqueue dummy schedulerDavid S. Miller2009-09-061-0/+234