aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_qfq.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30net: sched: enable per cpu qstatsGravatar John Fastabend 1-1/+2
2014-09-30net: sched: restrict use of qstats qlenGravatar John Fastabend 1-2/+1
2014-09-30net: sched: implement qstat helper routinesGravatar John Fastabend 1-2/+2
2014-09-30net: sched: make bstats per cpu and estimator RCU safeGravatar John Fastabend 1-3/+5
2014-09-13net: rcu-ify tcf_protoGravatar John Fastabend 1-3/+6
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterGravatar Paolo Valente 1-29/+56
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsGravatar Paolo Valente 1-63/+55
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligibleGravatar Paolo Valente 1-1/+8
2013-06-11net_sched: add 64bit rate estimatorsGravatar Eric Dumazet 1-1/+1
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligibleGravatar Paolo Valente 1-2/+0
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Gravatar Paolo Valente 1-1/+2
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeueGravatar Paolo Valente 1-1/+9
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Gravatar Paolo Valente 1-14/+22
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsGravatar Paolo Valente 1-1/+1
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_serviceGravatar Paolo Valente 1-2/+11
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-10/+6
2012-11-28pkt_sched: QFQ Plus: fair-queueing service at DRR costGravatar Paolo Valente 1-264/+566
2012-11-07pkt_sched: enable QFQ to support TSO/GSOGravatar Paolo Valente 1-30/+79
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+4
2012-09-27pkt_sched: Fix warning false positives.Gravatar David S. Miller 1-1/+1
2012-09-19pkt_sched: fix virtual-start-time update in QFQGravatar Paolo Valente 1-1/+4
2012-08-08sched: add missing group change to qfq_change_classGravatar Paolo Valente 1-26/+69
2012-04-01pkt_sched: Stop using NLA_PUT*().Gravatar David S. Miller 1-2/+3
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2012-01-03sch_qfq: accurate wsum handlingGravatar Eric Dumazet 1-8/+9
2012-01-03sch_qfq: fix overflow in qfq_update_start()Gravatar Eric Dumazet 1-2/+2
2011-04-04pkt_sched: QFQ - quick fair queue schedulerGravatar stephen hemminger 1-0/+1137