summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* sch_htb: redefine htb qdisc overlimitsCong Wang2019-05-051-3/+6
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+4
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-12/+3
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-4/+3
* 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-2/+2
* htb: use anonymous union for simplicityCong Wang2018-09-101-49/+49
* sch_htb: Remove local SKB queue handling code.David S. Miller2018-09-101-17/+1
* net_sched: remove unused htb drop_listCong Wang2018-06-241-13/+0
* net: sched: do not emit messages while holding spinlockLi RongQing2018-04-011-4/+7
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-4/+5
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-2/+2
* net: sch: api: add extack support in qdisc_get_rtabAlexander Aring2017-12-211-2/+4
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-221-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-2/+2
* net_sched: sch_htb: add per class overlimits counterEric Dumazet2017-09-181-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-2/+3
|\
| * sch_htb: fix crash on init failureNikolay Aleksandrov2017-08-301-2/+3
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-26/+7
* | net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-161-2/+1
|/
* net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-151-1/+3
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-8/+18
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+2
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-3/+3
* sch_htb: do not report fake rate estimatorsEric Dumazet2016-10-261-1/+1
* sched: add and use qdisc_skb_head helpersFlorian Westphal2016-09-191-4/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-2/+4
|\
| * net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov2016-07-181-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-0/+2
|\|
| * htb: call qdisc_root with rcu read lock heldFlorian Westphal2016-06-151-0/+2
* | net_sched: sch_htb: export class backlog in dumpsEric Dumazet2016-06-251-4/+10
* | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-4/+6
* | net_sched: sch_htb: defer skb freeingEric Dumazet2016-06-151-2/+2
* | net_sched: remove generic throttled managementEric Dumazet2016-06-101-2/+1
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-26/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-5/+6
|/
* net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-241-10/+3
* sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-2/+4
* sch_htb: update backlog as wellWANG Cong2016-02-291-1/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-4/+6