summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-201-0/+1
* net_sched: sch_fq: add horizon attributeEric Dumazet2020-05-041-5/+54
* net_sched: sch_fq: perform a prefetch() earlierEric Dumazet2020-05-031-1/+1
* net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet2020-05-031-18/+16
* net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet2020-05-031-7/+11
* net_sched: sch_fq: change fq_flow size/layoutEric Dumazet2020-05-031-2/+7
* net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet2020-05-031-8/+13
* net_sched: sch_fq: enable use of hrtimer slackEric Dumazet2020-03-171-4/+17
* net: fq: add missing attribute validation for orphan maskJakub Kicinski2020-03-031-0/+1
* pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-081-2/+4
* net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet2019-12-261-9/+8
* net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet2019-10-151-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net_sched: sch_fq: handle non connected flowsEric Dumazet2019-05-071-2/+13
* net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet2019-05-071-12/+83
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net_sched: sch_fq: avoid calling ktime_get_ns() if not neededEric Dumazet2018-11-201-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-12/+19
|\
| * net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsEric Dumazet2018-11-151-12/+19
* | net_sched: sch_fq: add dctcp-like markingEric Dumazet2018-11-111-0/+21
|/
* net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet2018-10-151-1/+1
* net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-151-8/+12
* tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2018-10-011-3/+3
* net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet2018-09-211-53/+5
* tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2018-09-211-10/+11
* net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet2018-09-211-3/+3
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* 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