summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq.c
Commit message (Expand)AuthorAge
* net: synack packets can be attached to request socketsEric Dumazet2015-10-11
* tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-03
* pkt_sched: fq: correct spelling of locallySimon Horman2015-04-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\
| * pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2015-02-04
* | pkt_sched: fq: better control of DDOS trafficEric Dumazet2015-02-04
* | tcp: do not pace pure ack packetsEric Dumazet2015-02-04
* | pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet2015-01-28
|/
* pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet2014-11-26
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-06
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-30
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-22
* net: use the new API kvfree()WANG Cong2014-06-05
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-13
* pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-08
* net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-17
* pkt_sched: fq: more robust memory allocationEric Dumazet2013-12-17
* pkt_sched: fq: fix pacing for small framesEric Dumazet2013-11-15
* pkt_sched: fq: warn users using defrateEric Dumazet2013-11-15
* pkt_sched: fq: change classification of control packetsMaciej Żenczykowski2013-11-14
* pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2013-10-28
* pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-08
* pkt_sched: fq: fix typo for initial_quantumEric Dumazet2013-10-08
* pkt_sched: fq: rate limiting improvementsEric Dumazet2013-10-01
* pkt_sched: fq: qdisc dismantle fixesEric Dumazet2013-09-30
* pkt_sched: fq: prefetch() fixEric Dumazet2013-08-30
* pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2013-08-29