summaryrefslogtreecommitdiff
path: root/net/sched/sch_htb.c
AgeCommit message (Expand)Author
2008-07-05net-sched: sch_htb: remove write-only qdisc filter_cntPatrick McHardy
2008-07-05net-sched: sch_htb: remove child and sibling listsPatrick McHardy
2008-07-05net-sched: sch_htb: use dynamic class hash helpersPatrick McHardy
2008-07-05net-sched: sch_htb: move hash and sibling list removal to htb_deletePatrick McHardy
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-16pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer
2008-06-16pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-05-03sch_htb: remove from event queue in htb_parent_to_leaf()Jarek Poplawski
2008-03-23sch_htb: fix "too many events" situationMartin Devera
2008-02-09[NET_SCHED] sch_htb: htb_requeue fixJarek Poplawski
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy
2008-01-28[PKT_SCHED] HTB: htb_classid is dead static inlineIlpo Järvinen
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet
2007-10-10[NET_SCHED]: Cleanup L2T macros and handle oversized packetsJesper Dangaard Brouer
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy
2007-07-10[NET_SCHED]: Make HTB scheduler work with TSO.Ranjit Manomohan
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy
2007-07-10[NET_SCHED]: sch_htb: use generic estimatorPatrick McHardy
2007-05-24[NET_SCHED]: sch_htb: fix event cache time calculationPatrick McHardy
2007-04-25[NET_SCHED]: Unline tcf_destroyPatrick McHardy
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy
2007-04-25[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline functionPatrick McHardy
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[NET_SCHED]: kill jiffie conversion macrosPatrick McHardy
2007-04-25[NET_SCHED]: sch_htb: use hrtimer based watchdogPatrick McHardy
2007-03-27[NET_SCHED]: sch_htb/sch_hfsc: fix oops in qlen_notifyPatrick McHardy
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-08[NET_SCHED] sch_htb: turn intermediate classes into leavesJarek Poplawski
2006-12-02[NET_SCHED]: Fix endless loops (part 4): HTBPatrick McHardy
2006-12-02[NET_SCHED]: Set parent classid in default qdiscsPatrick McHardy
2006-12-02[NET_SCHED]: sch_htb: perform qlen adjustment immediately in ->deletePatrick McHardy
2006-11-07[PKT_SCHED] sch_htb: Use hlist_del_init().Stephen Hemminger
2006-10-12[PKT_SCHED] sch_htb: use rb_first() cleanupAkinbou Mita
2006-10-04[NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE"Ismail Donmez
2006-09-28[NET_SCHED]: HTB: fix incorrect use of RB_EMPTY_NODEPatrick McHardy
2006-09-22[HTB]: rbtree cleanupStephen Hemminger
2006-09-22[HTB]: Use hlist for hash lists.Stephen Hemminger
2006-09-22[HTB]: LindentStephen Hemminger
2006-09-22[HTB]: HTB_HYSTERESIS cleanupStephen Hemminger
2006-09-22[HTB]: Remove lock macro.Stephen Hemminger
2006-09-22[HTB]: Remove broken debug code.Stephen Hemminger
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris