summaryrefslogtreecommitdiff
path: root/net/sched/sch_htb.c
AgeCommit message (Expand)Author
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-09-18net_sched: sch_htb: add per class overlimits counterEric Dumazet
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-10-26sch_htb: do not report fake rate estimatorsEric Dumazet
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-18net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-25net_sched: sch_htb: export class backlog in dumpsEric Dumazet
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15htb: call qdisc_root with rcu read lock heldFlorian Westphal
2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet
2016-06-10net_sched: remove generic throttled managementEric Dumazet
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel
2016-02-29sch_htb: update backlog as wellWANG Cong
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-26net: sched: use pinned timersEric Dumazet
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-03-06net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet
2014-01-22sch_htb: let skb->priority refer to non-leaf classHarry Mason
2013-12-31sch_htb: use /* commentsYang Yingliang
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet