summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mq.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-071-4/+4
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-4/+1
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-4/+3
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-1/+1
* net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-1/+1
* mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-19/+5
* gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2021-10-181-3/+2
* net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski2021-09-191-23/+0
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-09-151-0/+24
* net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2019-12-031-0/+1
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-11-301-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* 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-081-6/+3
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-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/+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