summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_fq: implement lockless fq_dump()Eric Dumazet2024-04-191-39/+69
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet2023-11-081-8/+2
* netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
* net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_statusEric Dumazet2023-10-231-0/+4
* net_sched: sch_fq: fix off-by-one error in fq_dequeue()Eric Dumazet2023-10-231-1/+1
* net_sched: sch_fq: add TCA_FQ_WEIGHTS attributeEric Dumazet2023-10-051-0/+33
* net_sched: sch_fq: add 3 bands and WRR schedulingEric Dumazet2023-10-051-42/+162
* net_sched: sch_fq: remove q->ktime_cacheEric Dumazet2023-10-051-13/+15
* net: implement lockless SO_MAX_PACING_RATEEric Dumazet2023-10-011-1/+1
* net_sched: sch_fq: always garbage collectEric Dumazet2023-10-011-3/+1
* net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet2023-10-011-37/+91
* net_sched: sch_fq: change how @inactive is trackedEric Dumazet2023-10-011-5/+7
* net_sched: sch_fq: struct sched_data reorgEric Dumazet2023-10-011-4/+12
* net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti2023-04-211-1/+5
* net: sched: remove redundant NULL check in change hook functionZhengchao Shao2022-09-011-3/+0
* 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