aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_htb.c
AgeCommit message (Expand)Author
2013-09-11net_sched: htb: fix a typo in htb_change_class()Vimalkumar
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer
2013-08-02htb: fix sign extension bugstephen hemminger
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet
2013-06-13htb: reorder struct htb_class fields for performanceEric Dumazet
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet
2013-03-06htb: add HTB_DIRECT_QLEN attributeEric Dumazet
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko
2013-02-12htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko
2013-02-12htb: remove pointless first initialization of buffer and cbufferJiri Pirko
2013-02-12htb: use PSCHED_TICKS2NS()Jiri Pirko
2013-02-12htb: fix values in opt dumpJiri Pirko
2012-12-22net: sched: integer overflow fixStefan Hasko
2012-11-06htb: fix two bugsEric Dumazet
2012-11-03htb: improved accuracy at high ratesVimalkumar
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-10-09net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao
2010-06-07htb: remove two unnecessary assignmentsChangli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski
2009-02-01pkt_sched: sch_htb: Use workqueue to schedule after too many events.Jarek Poplawski
2009-02-01pkt_sched: sch_htb: Warn on too many events.Jarek Poplawski
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski
2009-01-12pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski
2009-01-12pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski
2008-12-09pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski
2008-12-09pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski
2008-12-03pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski
2008-12-03pkt_sched: sch_htb: Remove L2T()Jarek Poplawski
2008-12-03pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski
2008-12-03pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski
2008-12-03pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski
2008-11-25tc: check for errors in gen_rate_estimator creationStephen Hemminger