aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-5/+5
2007-04-25[NET_SCHED]: kill jiffie conversion macrosPatrick McHardy1-1/+1
2007-04-25[NET_SCHED]: sch_htb: use hrtimer based watchdogPatrick McHardy1-60/+31
2007-03-27[NET_SCHED]: sch_htb/sch_hfsc: fix oops in qlen_notifyPatrick McHardy1-3/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki1-14/+14
2006-12-08[NET_SCHED] sch_htb: turn intermediate classes into leavesJarek Poplawski1-0/+51
2006-12-02[NET_SCHED]: Fix endless loops (part 4): HTBPatrick McHardy1-7/+17
2006-12-02[NET_SCHED]: Set parent classid in default qdiscsPatrick McHardy1-3/+4
2006-12-02[NET_SCHED]: sch_htb: perform qlen adjustment immediately in ->deletePatrick McHardy1-1/+6
2006-11-07[PKT_SCHED] sch_htb: Use hlist_del_init().Stephen Hemminger1-4/+2
2006-10-12[PKT_SCHED] sch_htb: use rb_first() cleanupAkinbou Mita1-3/+2
2006-10-04[NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE"Ismail Donmez1-1/+1
2006-09-28[NET_SCHED]: HTB: fix incorrect use of RB_EMPTY_NODEPatrick McHardy1-1/+1
2006-09-22[HTB]: rbtree cleanupStephen Hemminger1-7/+27
2006-09-22[HTB]: Use hlist for hash lists.Stephen Hemminger1-22/+27
2006-09-22[HTB]: LindentStephen Hemminger1-475/+526
2006-09-22[HTB]: HTB_HYSTERESIS cleanupStephen Hemminger1-10/+17
2006-09-22[HTB]: Remove lock macro.Stephen Hemminger1-10/+8
2006-09-22[HTB]: Remove broken debug code.Stephen Hemminger1-268/+34
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-07-15[PATCH] sch_htb compile fix.Dave Jones1-1/+1
2006-07-14[PKT_SCHED] HTB: initialize upper bound properlyStephen Hemminger1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-09[PKT_SCHED]: Fix qdisc return code.Jamal Hadi Salim1-2/+2
2005-05-03[PKT_SCHED]: HTB: Drop packet when direct queue is fullAsim Shankar1-0/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1759