aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mq.c
AgeCommit message (Expand)Author
2020-01-31net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2020-01-19net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski
2018-11-08net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-05-29net: sched: mq: request stats from offloadsJakub Kicinski
2018-05-29net: sched: mq: add simple offload notificationJakub Kicinski
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend
2017-10-27net/sched: Change behavior of mq select_queue()Jesus Sanchez-Palencia
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski
2009-09-15pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski
2009-09-09net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy
2009-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller