summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq.c
Commit message (Expand)AuthorAge
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-21
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-21
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-12
* tcp: internal implementation for pacingEric Dumazet2017-05-16
* net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-08
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* net_sched: sch_fq: use rb_entry()Geliang Tang2016-12-20
* net_sched: sch_fq: use hash_ptr()Eric Dumazet2016-11-17
* net_sched: sch_fq: account for schedule/timers driftsEric Dumazet2016-09-23
* net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet2016-09-21
* pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet2016-09-18
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-25
* net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-15
* net_sched: remove generic throttled managementEric Dumazet2016-06-10
* net_sched: update hierarchical backlog tooWANG Cong2016-02-29
* 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