aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_drr.c
Commit message (Expand)AuthorAge
* pkt_sched: Fix warning false positives.David S. Miller2012-09-27
* net_sched: update bstats in dequeue()Eric Dumazet2012-05-10
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-01
* net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-21
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-10
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-07
* pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski2009-09-17
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-18
* pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-15
* pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski2009-02-27
* tc: check for errors in gen_rate_estimator creationStephen Hemminger2008-11-26
* pkt_sched: sch_drr: fix drr_dequeue loop()Patrick McHardy2008-11-24
* pkt_sched: sch_drr: Fix qlen in drr_drop()Jarek Poplawski2008-11-21
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-20
* pkt_sched: add DRR schedulerPatrick McHardy2008-11-20