aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_fq.c
Commit message (Expand)AuthorAgeFilesLines
* pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2016-09-181-2/+8
* pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet2016-09-181-2/+2
* pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet2016-09-181-5/+4
* pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2016-09-181-6/+15
* pkt_sched: fq: more robust memory allocationEric Dumazet2016-09-181-6/+28
* pkt_sched: fq: fix pacing for small framesEric Dumazet2016-09-181-4/+18
* pkt_sched: fq: warn users using defrateEric Dumazet2016-09-181-6/+4
* pkt_sched: fq: change classification of control packetsMaciej Żenczykowski2016-09-181-7/+1
* pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2016-09-181-0/+1
* pkt_sched: fq: fix non TCP flows pacingEric Dumazet2016-09-181-11/+9
* pkt_sched: fq: fix typo for initial_quantumEric Dumazet2016-09-181-1/+1
* pkt_sched: fq: rate limiting improvementsEric Dumazet2016-09-181-19/+26
* pkt_sched: fq: qdisc dismantle fixesEric Dumazet2016-09-181-20/+37
* pkt_sched: fq: prefetch() fixEric Dumazet2016-09-181-1/+2
* pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2016-09-181-0/+792