summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet2014-03-061-12/+8Star
* sch_htb: let skb->priority refer to non-leaf classHarry Mason2014-01-231-3/+8
* sch_htb: use /* commentsYang Yingliang2013-12-311-3/+4
* net_sched: replace pr_warning with pr_warnYang Yingliang2013-12-311-7/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-8/+12
|\
| * net: sched: htb: fix the calculation of quantumYang Yingliang2013-12-111-8/+12
* | sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang2013-12-111-11/+5Star
|/
* net_sched: htb: support of 64bit ratesEric Dumazet2013-09-201-2/+15
* net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet2013-09-201-2/+2
* net_sched: htb: fix a typo in htb_change_class()Vimalkumar2013-09-111-1/+1
* net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-151-0/+13
* htb: fix sign extension bugstephen hemminger2013-08-021-1/+1
* htb: refactor struct htb_sched fields for performanceEric Dumazet2013-06-201-86/+95
* htb: reorder struct htb_class fields for performanceEric Dumazet2013-06-141-29/+33
* net_sched: htb: do not setup default rate estimatorsEric Dumazet2013-06-121-6/+12
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-1/+1
* net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet2013-06-051-17/+17
* net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-031-4/+4
* htb: add HTB_DIRECT_QLEN attributeEric Dumazet2013-03-061-15/+16
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-7/+5Star
* sch: make htb_rate_cfg and functions around that genericJiri Pirko2013-02-131-56/+9Star
* htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko2013-02-131-2/+2
* htb: remove pointless first initialization of buffer and cbufferJiri Pirko2013-02-131-3/+0Star
* htb: use PSCHED_TICKS2NS()Jiri Pirko2013-02-131-2/+2
* htb: fix values in opt dumpJiri Pirko2013-02-131-2/+2
* net: sched: integer overflow fixStefan Hasko2012-12-221-1/+1
* htb: fix two bugsEric Dumazet2012-11-071-12/+5Star
* htb: improved accuracy at high ratesVimalkumar2012-11-031-38/+90
* net_sched: update bstats in dequeue()Eric Dumazet2012-05-111-1/+1
* net: sched: factorize code (qdisc_drop())Eric Dumazet2012-05-041-3/+1Star
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-2/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-7/+5Star
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-211-7/+5Star
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-211-2/+2
* | net_sched: cleanupsEric Dumazet2011-01-201-43/+61
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-11/+6Star
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-5/+3Star
* net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao2010-10-091-2/+2
* htb: remove two unnecessary assignmentsChangli Gao2010-06-071-2/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-301-2/+2
* pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-071-1/+1
* net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-061-18/+17Star
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-181-1/+1
* pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-161-2/+5
* pkt_sched: sch_htb: Use workqueue to schedule after too many events.Jarek Poplawski2009-02-011-5/+21
* pkt_sched: sch_htb: Warn on too many events.Jarek Poplawski2009-02-011-0/+7
* pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski2009-02-011-8/+1Star
* pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski2009-01-131-3/+6