aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cbq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-3/+3
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-3/+4
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-2/+0
2016-06-10net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet1-1/+1
2016-06-08sched: remove qdisc->dropFlorian Westphal1-26/+0
2016-06-08cbq: remove TCA_CBQ_POLICE supportFlorian Westphal1-94/+1
2016-06-08cbq: remove TCA_CBQ_OVL_STRATEGY supportFlorian Westphal1-160/+6
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-3/+6
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-2/+3
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-6/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-5/+5
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-3/+4
2014-09-26net: sched: use pinned timersEric Dumazet1-2/+2
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+7
2014-08-19cbq: now_rt removalVasily Averin1-10/+1
2014-08-19cbq: incorrectly low bandwidth setting blocks limited trafficVasily Averin1-24/+13
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang1-4/+2
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang1-2/+2
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang1-2/+1
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang1-1/+2
2013-07-30net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-04-02cbq: incorrect processing of high limitsVasily Averin1-1/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-11/+7
2012-10-21pkt_sched: use ns_to_ktime() helperEric Dumazet1-2/+1
2012-09-11net-sched: sch_cbq: avoid infinite loopEric Dumazet1-2/+3
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-6/+12
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-2/+1
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-3/+3
2011-01-19net_sched: cleanupsEric Dumazet1-176/+182
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-4/+2
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet1-1/+1
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy1-21/+17
2009-09-01pkt_sched: Revert tasklet_hrtimer changes.David S. Miller1-14/+11
2009-08-24pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller1-1/+1
2009-08-23pkt_sched: Convert CBQ to tasklet_hrtimer.David S. Miller1-10/+13
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-1/+1
2009-06-15pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski1-2/+2
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski1-2/+5
2008-11-25tc: check for errors in gen_rate_estimator creationStephen Hemminger1-9/+24
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-3/+4
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-35/+0
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski1-0/+1