aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-12htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko1-2/+2
2013-02-12htb: remove pointless first initialization of buffer and cbufferJiri Pirko1-3/+0
2013-02-12htb: use PSCHED_TICKS2NS()Jiri Pirko1-2/+2
2013-02-12htb: fix values in opt dumpJiri Pirko1-2/+2
2012-12-22net: sched: integer overflow fixStefan Hasko1-1/+1
2012-11-06htb: fix two bugsEric Dumazet1-12/+5
2012-11-03htb: improved accuracy at high ratesVimalkumar1-38/+90
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet1-1/+1
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet1-3/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+5
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-7/+5
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-2/+2
2011-01-19net_sched: cleanupsEric Dumazet1-43/+61
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-11/+6
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-5/+3
2010-10-09net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao1-2/+2
2010-06-07htb: remove two unnecessary assignmentsChangli Gao1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet1-1/+1
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy1-18/+17
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-1/+1
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski1-2/+5
2009-02-01pkt_sched: sch_htb: Use workqueue to schedule after too many events.Jarek Poplawski1-5/+21
2009-02-01pkt_sched: sch_htb: Warn on too many events.Jarek Poplawski1-0/+7
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski1-8/+1
2009-01-12pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski1-3/+6
2009-01-12pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski1-3/+3