aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mqprio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-4/+1
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-7/+7
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-3/+3
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-2/+3
2021-10-18mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior1-38/+13
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior1-6/+5
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+18
2021-10-08mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior1-12/+18
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski1-23/+1
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+23
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk1-1/+1
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li1-0/+1
2019-11-30net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-2/+1
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-1/+1
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-22/+47
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-2/+3
2017-10-27net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia1-0/+7
2017-10-19mqprio: fix potential null pointer dereference on optColin Ian King1-1/+2
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck1-33/+46
2017-10-13mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar1-9/+174
2017-08-25net_sched: remove tc class reference countingWANG Cong1-7/+2
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-7/+6
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-4/+2
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-7/+6
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+3
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-6/+11
2017-03-15mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck1-10/+16
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-13/+6
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-4/+7
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet1-1/+2
2016-03-01sch_mqprio: Fix build with older gcc.David S. Miller1-1/+1
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+3
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-2/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-2/+3
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-5/+4
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-2/+2
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-2/+4
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet1-4/+6
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-1/+1
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet1-0/+4