summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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-111-14/+84
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-161-1/+2
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-261-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