summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_qfq.c
Commit message (Expand)AuthorAgeFilesLines
...
* pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente2013-03-061-2/+11
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-10/+6Star
* pkt_sched: QFQ Plus: fair-queueing service at DRR costPaolo Valente2012-11-281-264/+566
* pkt_sched: enable QFQ to support TSO/GSOPaolo Valente2012-11-071-30/+79
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+4
|\
| * pkt_sched: fix virtual-start-time update in QFQPaolo Valente2012-09-191-1/+4
* | pkt_sched: Fix warning false positives.David S. Miller2012-09-281-1/+1
|/
* sched: add missing group change to qfq_change_classPaolo Valente2012-08-091-26/+69
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-051-2/+2
|\
| * sch_qfq: fix overflow in qfq_update_start()Eric Dumazet2012-01-031-2/+2
* | sch_qfq: accurate wsum handlingEric Dumazet2012-01-031-8/+9
|/
* pkt_sched: QFQ - quick fair queue schedulerstephen hemminger2011-04-041-0/+1137