summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cbs.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_cbs: implement lockless cbs_dump()Eric Dumazet2024-04-191-10/+10
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* net/sched: cbs: Use units.h instead of the copy of a definitionAndy Shevchenko2023-11-301-2/+2
* net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira2023-11-011-0/+1
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-7/+1
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye2020-03-241-1/+11
* net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2019-10-011-1/+1
* net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes2019-09-261-17/+13
* net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King2019-09-051-1/+1
* net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2019-08-311-8/+11
* net/sched: cbs: Fix error path of cbs_module_initYueHaibing2019-06-231-2/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net/sched: cbs: fix port_rate miscalculationLeandro Dorileo2019-04-101-14/+84
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-151-1/+2
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-1/+1
* cbs: Add support for the graft functionVinicius Costa Gomes2018-07-261-9/+125
* net: sch: sch_cbs: add extack supportAlexander Aring2017-12-211-7/+16
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel2017-11-081-2/+2
* net/sched: Add support for HW offloading for CBSVinicius Costa Gomes2017-10-271-12/+92
* net/sched: Introduce Credit Based Shaper (CBS) qdiscVinicius Costa Gomes2017-10-271-0/+293