aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_drr.c
Commit message (Expand)AuthorAgeFilesLines
* 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