aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_qfq.c
AgeCommit message (Expand)Author
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-11-28pkt_sched: QFQ Plus: fair-queueing service at DRR costPaolo Valente
2012-11-07pkt_sched: enable QFQ to support TSO/GSOPaolo Valente
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27pkt_sched: Fix warning false positives.David S. Miller
2012-09-19pkt_sched: fix virtual-start-time update in QFQPaolo Valente
2012-08-08sched: add missing group change to qfq_change_classPaolo Valente
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-03sch_qfq: accurate wsum handlingEric Dumazet
2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet
2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger