aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_drr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-5/+8
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-06-08sched: remove qdisc->dropFlorian Westphal1-21/+0
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-3/+6
2016-06-03sch_drr: update backlog as wellWANG Cong1-0/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-1/+2
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-5/+1
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris1-0/+2
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-4/+3
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-2/+2
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-3/+4
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-3/+6
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal1-1/+3
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-6/+4
2012-09-27pkt_sched: Fix warning false positives.David S. Miller1-1/+1
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet1-2/+2
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-1/+2
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-1/+1
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-6/+2
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-2/+2
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-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski1-1/+3
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-1/+1
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski1-2/+5
2009-02-27pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski1-1/+5
2008-11-25tc: check for errors in gen_rate_estimator creationStephen Hemminger1-8/+18
2008-11-24pkt_sched: sch_drr: fix drr_dequeue loop()Patrick McHardy1-3/+5
2008-11-21pkt_sched: sch_drr: Fix qlen in drr_drop()Jarek Poplawski1-0/+1
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-1/+2
2008-11-20pkt_sched: add DRR schedulerPatrick McHardy1-0/+505