summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
Commit message (Expand)AuthorAgeFilesLines
* sched: add and use qdisc_skb_head helpersFlorian Westphal2016-09-191-4/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-2/+4
|\
| * net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov2016-07-181-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-0/+2
|\ \ | |/
| * htb: call qdisc_root with rcu read lock heldFlorian Westphal2016-06-151-0/+2
* | net_sched: sch_htb: export class backlog in dumpsEric Dumazet2016-06-251-4/+10
* | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-4/+6
* | net_sched: sch_htb: defer skb freeingEric Dumazet2016-06-151-2/+2
* | net_sched: remove generic throttled managementEric Dumazet2016-06-101-2/+1
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-26/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-5/+6
|/
* net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-241-10/+3
* sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-2/+4
* sch_htb: update backlog as wellWANG Cong2016-02-291-1/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-4/+6
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-8/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: drop all special handling of tx_queue_len == 0Phil Sutter2015-08-181-4/+2
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-2/+3
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-3/+3
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-4/+8
* net: sched: use pinned timersEric Dumazet2014-09-261-1/+1
* net: sched: use __skb_queue_head_init() where applicableEric Dumazet2014-09-191-1/+1
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-7/+8
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-3/+3
* net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet2014-03-061-12/+8
* sch_htb: let skb->priority refer to non-leaf classHarry Mason2014-01-221-3/+8
* sch_htb: use /* commentsYang Yingliang2013-12-311-3/+4
* net_sched: replace pr_warning with pr_warnYang Yingliang2013-12-311-7/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-8/+12
|\
| * net: sched: htb: fix the calculation of quantumYang Yingliang2013-12-111-8/+12
* | sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang2013-12-111-11/+5
|/
* net_sched: htb: support of 64bit ratesEric Dumazet2013-09-201-2/+15
* net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet2013-09-201-2/+2
* net_sched: htb: fix a typo in htb_change_class()Vimalkumar2013-09-111-1/+1
* net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-151-0/+13
* htb: fix sign extension bugstephen hemminger2013-08-021-1/+1
* htb: refactor struct htb_sched fields for performanceEric Dumazet2013-06-191-86/+95
* htb: reorder struct htb_class fields for performanceEric Dumazet2013-06-131-29/+33
* net_sched: htb: do not setup default rate estimatorsEric Dumazet2013-06-121-6/+12
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-1/+1
* net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet2013-06-041-17/+17
* net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-021-4/+4
* htb: add HTB_DIRECT_QLEN attributeEric Dumazet2013-03-061-15/+16
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+5
* sch: make htb_rate_cfg and functions around that genericJiri Pirko2013-02-121-56/+9
* htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko2013-02-121-2/+2
* htb: remove pointless first initialization of buffer and cbufferJiri Pirko2013-02-121-3/+0
* htb: use PSCHED_TICKS2NS()Jiri Pirko2013-02-121-2/+2
OpenPOWER on IntegriCloud