aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_multiq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-3/+5
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-7/+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-2/+2
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-3/+5
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-1/+2
2011-11-29net: Add queue state xoff flag for stackTom Herbert1-2/+4
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-4/+4
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-2/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
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-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski1-0/+1
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy1-10/+1
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy1-22/+0
2009-02-10pkt_sched: sch_multiq: Change errno on non-multiqueue devices use.Jarek Poplawski1-1/+1
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-7/+9
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-37/+2
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski1-0/+29
2008-09-20multiq: requeue should rewind the current_bandAlexander Duyck1-0/+5
2008-09-12multiq: Further multiqueue cleanupAlexander Duyck1-4/+9
2008-09-12pkt_sched: Add multiqueue scheduler supportAlexander Duyck1-0/+467