summaryrefslogtreecommitdiff
path: root/net/sched/sch_cbs.c
AgeCommit message (Expand)Author
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2023-11-30net/sched: cbs: Use units.h instead of the copy of a definitionAndy Shevchenko
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-03-24net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King
2019-08-31net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean
2019-06-23net/sched: cbs: Fix error path of cbs_module_initYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-10net/sched: cbs: fix port_rate miscalculationLeandro Dorileo
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-07-26cbs: Add support for the graft functionVinicius Costa Gomes
2017-12-21net: sch: sch_cbs: add extack supportAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel
2017-10-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes
2017-10-27net/sched: Introduce Credit Based Shaper (CBS) qdiscVinicius Costa Gomes