summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
AgeCommit message (Expand)AuthorLines
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend-2/+3
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend-3/+3
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend-4/+8
2014-09-26net: sched: use pinned timersEric Dumazet-1/+1
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend-7/+8
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet-3/+3
2014-03-06net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet-12/+8
2014-01-22sch_htb: let skb->priority refer to non-leaf classHarry Mason-3/+8
2013-12-31sch_htb: use /* commentsYang Yingliang-3/+4
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang-7/+5
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+12
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang-11/+5
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang-8/+12
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet-2/+15
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet-2/+2
2013-09-11net_sched: htb: fix a typo in htb_change_class()Vimalkumar-1/+1
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer-0/+13
2013-08-02htb: fix sign extension bugstephen hemminger-1/+1
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet-86/+95
2013-06-13htb: reorder struct htb_class fields for performanceEric Dumazet-29/+33
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet-6/+12
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet-1/+1
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet-17/+17
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet-4/+4
2013-03-06htb: add HTB_DIRECT_QLEN attributeEric Dumazet-15/+16
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-7/+5
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko-56/+9
2013-02-12htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko-2/+2
2013-02-12htb: remove pointless first initialization of buffer and cbufferJiri Pirko-3/+0
2013-02-12htb: use PSCHED_TICKS2NS()Jiri Pirko-2/+2
2013-02-12htb: fix values in opt dumpJiri Pirko-2/+2
2012-12-22net: sched: integer overflow fixStefan Hasko-1/+1
2012-11-06htb: fix two bugsEric Dumazet-12/+5
2012-11-03htb: improved accuracy at high ratesVimalkumar-38/+90
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet-1/+1
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet-3/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller-2/+4
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-7/+5
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet-7/+5
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet-2/+2
2011-01-19net_sched: cleanupsEric Dumazet-43/+61
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet-11/+6
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao-5/+3
2010-10-09net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao-2/+2
2010-06-07htb: remove two unnecessary assignmentsChangli Gao-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches-2/+2