summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-07net_sched: sch_fq: handle non connected flowsEric Dumazet
2019-05-07net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-11-20net_sched: sch_fq: avoid calling ktime_get_ns() if not neededEric Dumazet
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-15net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsEric Dumazet
2018-11-11net_sched: sch_fq: add dctcp-like markingEric Dumazet
2018-10-15net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet
2018-09-21net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet
2018-09-21net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-05-02net_sched: fq: take care of throttled flows before reuseEric Dumazet
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-12-20net_sched: sch_fq: use rb_entry()Geliang Tang
2016-11-17net_sched: sch_fq: use hash_ptr()Eric Dumazet
2016-09-23net_sched: sch_fq: account for schedule/timers driftsEric Dumazet
2016-09-21net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet
2016-09-18pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet
2016-06-10net_sched: remove generic throttled managementEric Dumazet
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2015-10-11net: synack packets can be attached to request socketsEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-04-01pkt_sched: fq: correct spelling of locallySimon Horman
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