aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-1/+1
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski1-0/+9
2018-11-08net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski1-6/+3
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2018-05-29net: sched: mq: request stats from offloadsJakub Kicinski1-0/+18
2018-05-29net: sched: mq: add simple offload notificationJakub Kicinski1-0/+19
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend1-13/+22
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend1-7/+18
2017-10-27net/sched: Change behavior of mq select_queue()Jesus Sanchez-Palencia1-9/+1
2017-08-25net_sched: remove tc class reference countingWANG Cong1-7/+2
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-1/+1
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet1-7/+3
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina1-1/+1
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-1/+1
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet1-1/+1
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-2/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-3/+1
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-1/+1
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet1-4/+9
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-1/+1
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet1-1/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet1-1/+0
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski1-0/+1
2009-09-15pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski1-4/+9
2009-09-09net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy1-0/+1
2009-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller1-0/+234