aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_pie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-19net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet1-27/+34
2024-03-19net/sched: Add module alias for sch_fq_pieMichal Koutný1-0/+2
2023-10-26netlink: make range pointers in policies constJakub Kicinski1-1/+1
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet1-8/+19
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-0/+2
2023-06-05net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet1-1/+7
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao1-3/+0
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-3/+0
2021-12-09net/sched: fq_pie: prevent dismantle issueEric Dumazet1-0/+1
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-05-23net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti1-1/+8
2021-05-23net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti1-5/+5
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-1/+1
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti1-2/+2
2020-03-04pie: remove pie_vars->accu_prob_overflowsLeslie Monis1-1/+0
2020-02-06net: sched: prevent a use after freeDan Carpenter1-1/+1
2020-01-23net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani1-0/+562