aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
Commit message (Expand)AuthorAge
* htb: remove two unnecessary assignmentsChangli Gao2010-06-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-07
* net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-06
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-18
* pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-15
* pkt_sched: sch_htb: Use workqueue to schedule after too many events.Jarek Poplawski2009-02-01
* pkt_sched: sch_htb: Warn on too many events.Jarek Poplawski2009-02-01
* pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski2009-02-01
* pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski2009-01-13
* pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski2009-01-13
* pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski2008-12-10
* pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski2008-12-10
* pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski2008-12-04
* pkt_sched: sch_htb: Remove L2T()Jarek Poplawski2008-12-04
* pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski2008-12-04
* pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski2008-12-04
* pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski2008-12-04
* tc: check for errors in gen_rate_estimator creationStephen Hemminger2008-11-26
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-20
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-14
* pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski2008-10-31
* pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski2008-08-29
* pkt_sched: Fix gen_estimator locksJarek Poplawski2008-08-27
* pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller2008-08-18
* pkt_sched: Fix oops in htb_delete.Jarek Poplawski2008-08-13
* net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-05
* net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski2008-08-05
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-20
* net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-20
* pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller2008-07-17
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-08
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-08
* netdev: Create netdev_queue abstraction.David S. Miller2008-07-08
* net-sched: sch_htb: remove write-only qdisc filter_cntPatrick McHardy2008-07-06
* net-sched: sch_htb: remove child and sibling listsPatrick McHardy2008-07-06
* net-sched: sch_htb: use dynamic class hash helpersPatrick McHardy2008-07-06
* net-sched: sch_htb: move hash and sibling list removal to htb_deletePatrick McHardy2008-07-06
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-06
|\
| * net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-01
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-16
|\|
| * pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer2008-06-16
| * pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer2008-06-16
* | net: remove CVS keywordsAdrian Bunk2008-06-12
|/
* sch_htb: remove from event queue in htb_parent_to_leaf()Jarek Poplawski2008-05-03
* sch_htb: fix "too many events" situationMartin Devera2008-03-24
* [NET_SCHED] sch_htb: htb_requeue fixJarek Poplawski2008-02-10
* [NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy2008-01-28