summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq.c
AgeCommit message (Expand)Author
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-04pkt_sched: fq: better control of DDOS trafficEric Dumazet
2015-02-04tcp: do not pace pure ack packetsEric Dumazet
2015-02-04pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen
2015-01-28pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet
2014-11-26pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-06-05net: use the new API kvfree()WANG Cong
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2014-03-08pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-12-17pkt_sched: fq: more robust memory allocationEric Dumazet
2013-11-15pkt_sched: fq: fix pacing for small framesEric Dumazet
2013-11-15pkt_sched: fq: warn users using defrateEric Dumazet
2013-11-14pkt_sched: fq: change classification of control packetsMaciej Żenczykowski
2013-10-28pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet
2013-08-30pkt_sched: fq: prefetch() fixEric Dumazet
2013-08-29pkt_sched: fq: Fair Queue packet schedulerEric Dumazet