summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mqprio.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira2023-11-011-0/+1
* net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma2023-07-261-0/+14
* net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-071-4/+4
* net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-131-1/+127
* net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean2023-04-131-1/+4
* net/sched: mqprio: add an extack message to mqprio_parse_opt()Vladimir Oltean2023-04-131-1/+4
* net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean2023-04-131-7/+23
* net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONSVladimir Oltean2023-04-131-19/+13
* net/sched: sch_mqprio: use netlink payload helpersPedro Tammela2023-04-051-4/+4
* net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean2023-02-061-8/+2
* net/sched: taprio: centralize mqprio qopt validationVladimir Oltean2023-02-061-69/+8
* net/sched: mqprio: add extack messages for queue count validationVladimir Oltean2023-02-061-9/+27
* net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean2023-02-061-29/+52
* net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean2023-02-061-1/+12
* net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean2023-02-061-43/+59
* net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean2023-02-061-51/+63
* 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-7/+7
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-3/+3
* net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-2/+3
* mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-38/+13
* gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2021-10-181-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-12/+18
|\
| * mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-081-12/+18
* | net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski2021-09-191-23/+1
* | net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-09-151-0/+23
|/
* mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk2019-12-061-1/+1
* 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-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+3
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-2/+1
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-2/+2
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-1/+1
* 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-22/+47
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-2/+3
* net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia2017-10-271-0/+7
* mqprio: fix potential null pointer dereference on optColin Ian King2017-10-191-1/+2
* mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck2017-10-161-33/+46
* mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar2017-10-131-9/+174
* net_sched: remove tc class reference countingWANG Cong2017-08-251-7/+2
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-7/+6
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-4/+2
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-7/+6
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+3
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-6/+11
* mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck2017-03-151-10/+16