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