summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_drr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-0/+3
|\
| * sch_drr: update backlog as wellWANG Cong2016-06-041-0/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-091-21/+0Star
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-081-3/+6
|/
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-5/+1Star
* net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris2016-01-301-0/+2
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-4/+3Star
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-2/+2
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-3/+4
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-3/+6
* net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-121-1/+3
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-6/+4Star
* pkt_sched: Fix warning false positives.David S. Miller2012-09-281-1/+1
* net_sched: update bstats in dequeue()Eric Dumazet2012-05-111-2/+2
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-1/+2
* net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-211-1/+1
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-6/+2Star
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-071-1/+1
* pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski2009-09-171-1/+3
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-181-1/+1
* pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-161-2/+5
* pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski2009-02-271-1/+5
* tc: check for errors in gen_rate_estimator creationStephen Hemminger2008-11-261-8/+18
* pkt_sched: sch_drr: fix drr_dequeue loop()Patrick McHardy2008-11-251-3/+5
* pkt_sched: sch_drr: Fix qlen in drr_drop()Jarek Poplawski2008-11-211-0/+1
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-201-1/+2
* pkt_sched: add DRR schedulerPatrick McHardy2008-11-201-0/+505