aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_fq_pie.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-26netlink: make range pointers in policies constGravatar Jakub Kicinski 1-1/+1
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Gravatar Eric Dumazet 1-8/+19
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingGravatar Eric Dumazet 1-0/+2
2023-06-05net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesGravatar Eric Dumazet 1-1/+7
2022-09-01net: sched: remove redundant NULL check in change hook functionGravatar Zhengchao Shao 1-3/+0
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenGravatar Zhengchao Shao 1-3/+0
2021-12-09net/sched: fq_pie: prevent dismantle issueGravatar Eric Dumazet 1-0/+1
2021-07-29net/sched: store the last executed chain also for clsact egressGravatar Davide Caratti 1-1/+1
2021-05-23net/sched: fq_pie: fix OOB access in the traffic pathGravatar Davide Caratti 1-1/+8
2021-05-23net/sched: fq_pie: re-factor fix for fq_pie endless loopGravatar Davide Caratti 1-5/+5
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Gravatar Davide Caratti 1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Gravatar Petr Machata 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-07net/sched: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueueGravatar Petr Machata 1-1/+1
2020-05-27net/sched: fix infinite loop in sch_fq_pieGravatar Davide Caratti 1-2/+2
2020-03-04pie: remove pie_vars->accu_prob_overflowsGravatar Leslie Monis 1-1/+0
2020-02-06net: sched: prevent a use after freeGravatar Dan Carpenter 1-1/+1
2020-01-23net: sched: add Flow Queue PIE packet schedulerGravatar Mohit P. Tahiliani 1-0/+562