aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_qfq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-2/+2
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-3/+5
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-3/+6
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente1-63/+55
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente1-1/+8
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente1-2/+0
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in servicePaolo Valente1-1/+2
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente1-1/+9
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler is emptyPaolo Valente1-14/+22
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente1-1/+1
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente1-2/+11
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+6
2012-11-28pkt_sched: QFQ Plus: fair-queueing service at DRR costPaolo Valente1-264/+566
2012-11-07pkt_sched: enable QFQ to support TSO/GSOPaolo Valente1-30/+79
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-09-27pkt_sched: Fix warning false positives.David S. Miller1-1/+1
2012-09-19pkt_sched: fix virtual-start-time update in QFQPaolo Valente1-1/+4
2012-08-08sched: add missing group change to qfq_change_classPaolo Valente1-26/+69
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+3
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-01-03sch_qfq: accurate wsum handlingEric Dumazet1-8/+9
2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet1-2/+2
2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger1-0/+1137