summaryrefslogtreecommitdiff
path: root/net/sched/sch_fq_pie.c
AgeCommit message (Expand)Author
2023-10-26netlink: make range pointers in policies constJakub Kicinski
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-05net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2021-12-09net/sched: fq_pie: prevent dismantle issueEric Dumazet
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-05-23net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti
2021-05-23net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti
2020-03-04pie: remove pie_vars->accu_prob_overflowsLeslie Monis
2020-02-06net: sched: prevent a use after freeDan Carpenter
2020-01-23net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani