aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-8/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter1-4/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+3
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-3/+3
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-4/+8
2014-09-26net: sched: use pinned timersEric Dumazet1-1/+1
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-7/+8
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet1-3/+3
2014-03-06net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet1-12/+8
2014-01-22sch_htb: let skb->priority refer to non-leaf classHarry Mason1-3/+8
2013-12-31sch_htb: use /* commentsYang Yingliang1-3/+4
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang1-7/+5
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+12
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang1-11/+5
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang1-8/+12
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet1-2/+15
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet1-2/+2
2013-09-11net_sched: htb: fix a typo in htb_change_class()Vimalkumar1-1/+1
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer1-0/+13
2013-08-02htb: fix sign extension bugstephen hemminger1-1/+1
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet1-86/+95
2013-06-13htb: reorder struct htb_class fields for performanceEric Dumazet1-29/+33
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet1-6/+12
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet1-17/+17
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet1-4/+4
2013-03-06htb: add HTB_DIRECT_QLEN attributeEric Dumazet1-15/+16
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-7/+5
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko1-56/+9