summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_pie.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet2024-04-191-27/+34
* net/sched: Add module alias for sch_fq_pieMichal Koutný2024-03-191-0/+2
* netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
* net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet2023-08-311-8/+19
* net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-071-0/+2
* net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet2023-06-051-1/+7
* net: sched: remove redundant NULL check in change hook functionZhengchao Shao2022-09-011-3/+0
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-3/+0
* net/sched: fq_pie: prevent dismantle issueEric Dumazet2021-12-091-0/+1
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
* net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti2021-05-231-1/+8
* net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-05-231-5/+5
* net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti2020-12-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-1/+1
|\
| * Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-1/+1
| * net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
| * net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-1/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* net/sched: fix infinite loop in sch_fq_pieDavide Caratti2020-05-271-2/+2
* pie: remove pie_vars->accu_prob_overflowsLeslie Monis2020-03-041-1/+0
* net: sched: prevent a use after freeDan Carpenter2020-02-061-1/+1
* net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani2020-01-231-0/+562