aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
Commit message (Expand)AuthorAgeFilesLines
* htb: fix sign extension bugstephen hemminger2013-09-141-1/+1
* net: sched: integer overflow fixStefan Hasko2013-01-111-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-7/+5
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-7/+5
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-201-2/+2
* | net_sched: cleanupsEric Dumazet2011-01-191-43/+61
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-11/+6
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-5/+3
* net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao2010-10-091-2/+2
* htb: remove two unnecessary assignmentsChangli Gao2010-06-071-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-071-1/+1
* net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-061-18/+17
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-171-1/+1
* pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-151-2/+5
* pkt_sched: sch_htb: Use workqueue to schedule after too many events.Jarek Poplawski2009-02-011-5/+21
* pkt_sched: sch_htb: Warn on too many events.Jarek Poplawski2009-02-011-0/+7
* pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski2009-02-011-8/+1
* pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffiesJarek Poplawski2009-01-121-3/+6
* pkt_sched: sch_htb: Consider used jiffies in htb_do_events()Jarek Poplawski2009-01-121-3/+3
* pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski2008-12-091-5/+5
* pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski2008-12-091-3/+3
* pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski2008-12-031-9/+29
* pkt_sched: sch_htb: Remove L2T()Jarek Poplawski2008-12-031-8/+1
* pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski2008-12-031-25/+16
* pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski2008-12-031-5/+2
* pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski2008-12-031-3/+2
* tc: check for errors in gen_rate_estimator creationStephen Hemminger2008-11-251-7/+15
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-201-1/+3
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-43/+1
* pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski2008-10-311-0/+1
* pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski2008-08-291-2/+2
* pkt_sched: Fix gen_estimator locksJarek Poplawski2008-08-271-2/+2
* pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller2008-08-181-2/+2
* pkt_sched: Fix oops in htb_delete.Jarek Poplawski2008-08-131-1/+2
* net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-041-3/+3
* net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski2008-08-041-7/+11
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-8/+8
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-4/+5
* net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-201-2/+1
* pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller2008-07-171-8/+10
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-081-8/+8
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-081-12/+12
* netdev: Create netdev_queue abstraction.David S. Miller2008-07-081-4/+7
* net-sched: sch_htb: remove write-only qdisc filter_cntPatrick McHardy2008-07-051-7/+0
* net-sched: sch_htb: remove child and sibling listsPatrick McHardy2008-07-051-14/+7
* net-sched: sch_htb: use dynamic class hash helpersPatrick McHardy2008-07-051-58/+42
* net-sched: sch_htb: move hash and sibling list removal to htb_deletePatrick McHardy2008-07-051-23/+17