aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
Commit message (Expand)AuthorAge
* 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
* pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski2008-12-10
* pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski2008-12-10
* pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski2008-12-04
* pkt_sched: sch_htb: Remove L2T()Jarek Poplawski2008-12-04
* pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski2008-12-04
* pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski2008-12-04
* pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski2008-12-04
* tc: check for errors in gen_rate_estimator creationStephen Hemminger2008-11-26
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-20
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-14
* pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski2008-10-31
* pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski2008-08-29
* pkt_sched: Fix gen_estimator locksJarek Poplawski2008-08-27
* pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller2008-08-18
* pkt_sched: Fix oops in htb_delete.Jarek Poplawski2008-08-13