aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_drr.c
AgeCommit message (Expand)Author
2016-06-03sch_drr: update backlog as wellWANG Cong
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-09-27pkt_sched: Fix warning false positives.David S. Miller
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet
2009-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski
2009-02-27pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski
2008-11-25tc: check for errors in gen_rate_estimator creationStephen Hemminger
2008-11-24pkt_sched: sch_drr: fix drr_dequeue loop()Patrick McHardy
2008-11-21pkt_sched: sch_drr: Fix qlen in drr_drop()Jarek Poplawski
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy
2008-11-20pkt_sched: add DRR schedulerPatrick McHardy