aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-05sch_htb: redefine htb qdisc overlimitsCong Wang1-3/+6
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+4
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-12/+3
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-4/+3
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen1-1/+2
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2018-09-10htb: use anonymous union for simplicityCong Wang1-49/+49
2018-09-10sch_htb: Remove local SKB queue handling code.David S. Miller1-17/+1
2018-06-24net_sched: remove unused htb drop_listCong Wang1-13/+0
2018-04-01net: sched: do not emit messages while holding spinlockLi RongQing1-4/+7
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-4/+5
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-2/+2
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring1-2/+4
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-2/+2
2017-09-18net_sched: sch_htb: add per class overlimits counterEric Dumazet1-0/+5
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-08-25net_sched: remove tc class reference countingWANG Cong1-26/+7
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov1-2/+1
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov1-1/+3
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-8/+18
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-3/+3
2016-10-26sch_htb: do not report fake rate estimatorsEric Dumazet1-1/+1
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal1-4/+20
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-07-18net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov1-2/+4
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-06-25net_sched: sch_htb: export class backlog in dumpsEric Dumazet1-4/+10
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-4/+6
2016-06-15htb: call qdisc_root with rcu read lock heldFlorian Westphal1-0/+2
2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet1-2/+2
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-2/+1
2016-06-08sched: remove qdisc->dropFlorian Westphal1-26/+0
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-5/+6
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet1-10/+3
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel1-2/+4
2016-02-29sch_htb: update backlog as wellWANG Cong1-1/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-4/+6