summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_drr.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+4
* 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-031-0/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-21/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-3/+6
|/
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-5/+1
* net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris2016-01-291-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/+3
* 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-111-1/+3
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-6/+4
* pkt_sched: Fix warning false positives.David S. Miller2012-09-271-1/+1
* net_sched: update bstats in dequeue()Eric Dumazet2012-05-101-2/+2
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-1/+2
* net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-1/+1
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-6/+2
* 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-171-1/+1
* pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-151-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-251-8/+18
* pkt_sched: sch_drr: fix drr_dequeue loop()Patrick McHardy2008-11-241-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
OpenPOWER on IntegriCloud