summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-86/+95
* htb: reorder struct htb_class fields for performanceEric Dumazet2013-06-131-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-041-17/+17
* net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-021-4/+4
* htb: add HTB_DIRECT_QLEN attributeEric Dumazet2013-03-061-15/+16
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+5
* sch: make htb_rate_cfg and functions around that genericJiri Pirko2013-02-121-56/+9
* htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko2013-02-121-2/+2
* htb: remove pointless first initialization of buffer and cbufferJiri Pirko2013-02-121-3/+0
* htb: use PSCHED_TICKS2NS()Jiri Pirko2013-02-121-2/+2
* htb: fix values in opt dumpJiri Pirko2013-02-121-2/+2
* net: sched: integer overflow fixStefan Hasko2012-12-221-1/+1
* htb: fix two bugsEric Dumazet2012-11-061-12/+5
* htb: improved accuracy at high ratesVimalkumar2012-11-031-38/+90
* net_sched: update bstats in dequeue()Eric Dumazet2012-05-101-1/+1
* net: sched: factorize code (qdisc_drop())Eric Dumazet2012-05-041-3/+1
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-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/+5
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-7/+5
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-201-2/+2
* | net_sched: cleanupsEric Dumazet2011-01-191-43/+61
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-11/+6
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-5/+3
* net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao2010-10-091-2/+2
* htb: remove two unnecessary assignmentsChangli Gao2010-06-071-2/+0
* 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-291-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/+17
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-171-1/+1
* pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-151-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/+1
* pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski2009-01-121-3/+6
* pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski2009-01-121-3/+3
* pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski2008-12-091-5/+5
* pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski2008-12-091-3/+3
* pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski2008-12-031-9/+29
* pkt_sched: sch_htb: Remove L2T()Jarek Poplawski2008-12-031-8/+1
* pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski2008-12-031-25/+16
* pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski2008-12-031-5/+2
* pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski2008-12-031-3/+2
* tc: check for errors in gen_rate_estimator creationStephen Hemminger2008-11-251-7/+15
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-201-1/+3
OpenPOWER on IntegriCloud