summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-021-12/+25
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* tcp: internal implementation for pacingEric Dumazet2017-05-161-0/+8
* net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-081-11/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net_sched: sch_fq: use rb_entry()Geliang Tang2016-12-201-7/+7
* net_sched: sch_fq: use hash_ptr()Eric Dumazet2016-11-171-2/+2
* net_sched: sch_fq: account for schedule/timers driftsEric Dumazet2016-09-231-3/+18
* net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet2016-09-211-3/+19
* pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet2016-09-181-14/+18
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+4
* net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-151-6/+13
* net_sched: remove generic throttled managementEric Dumazet2016-06-101-2/+1
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+3
* net: synack packets can be attached to request socketsEric Dumazet2015-10-111-1/+2
* tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-031-5/+7
* pkt_sched: fq: correct spelling of locallySimon Horman2015-04-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-2/+8
|\
| * pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2015-02-041-2/+8
* | pkt_sched: fq: better control of DDOS trafficEric Dumazet2015-02-041-2/+17
* | tcp: do not pace pure ack packetsEric Dumazet2015-02-041-2/+8
* | pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet2015-01-281-2/+2
|/
* pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet2014-11-261-5/+4
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-4/+2
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-2/+2
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-2/+2
* net: use the new API kvfree()WANG Cong2014-06-051-4/+1
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-081-6/+15
* net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-171-1/+1
* pkt_sched: fq: more robust memory allocationEric Dumazet2013-12-171-6/+28
* pkt_sched: fq: fix pacing for small framesEric Dumazet2013-11-151-4/+18
* pkt_sched: fq: warn users using defrateEric Dumazet2013-11-151-6/+4
* pkt_sched: fq: change classification of control packetsMaciej Żenczykowski2013-11-141-7/+1
* pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2013-10-281-0/+1
* pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-081-11/+9
* pkt_sched: fq: fix typo for initial_quantumEric Dumazet2013-10-081-1/+1
* pkt_sched: fq: rate limiting improvementsEric Dumazet2013-10-011-19/+26
* pkt_sched: fq: qdisc dismantle fixesEric Dumazet2013-09-301-20/+37
* pkt_sched: fq: prefetch() fixEric Dumazet2013-08-301-1/+2
* pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2013-08-291-0/+792
OpenPOWER on IntegriCloud