aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy1-6/+11
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy1-13/+19
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy1-4/+19
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-34/+34
2008-01-28[PKT_SCHED] HTB: htb_classid is dead static inlineIlpo Järvinen1-4/+0
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-2/+2
2007-10-10[NET_SCHED]: Cleanup L2T macros and handle oversized packetsJesper Dangaard Brouer1-4/+2
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy1-3/+0
2007-07-10[NET_SCHED]: Make HTB scheduler work with TSO.Ranjit Manomohan1-10/+10
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-17/+1
2007-07-10[NET_SCHED]: sch_htb: use generic estimatorPatrick McHardy1-61/+24
2007-05-24[NET_SCHED]: sch_htb: fix event cache time calculationPatrick McHardy1-2/+3
2007-04-25[NET_SCHED]: Unline tcf_destroyPatrick McHardy1-12/+2
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy1-3/+3
2007-04-25[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline functionPatrick McHardy1-2/+2
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-2/+3
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