summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
10 daysnet/sched: reject overly deep qdisc hierarchiesZijie Huang
2026-08-23net/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko
2026-08-23net/sched: serialize qdisc_rtab_list against concurrent get/putAldo Ariel Panzardo
2026-08-23net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
2026-08-23net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean
2026-08-19net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen
2026-08-19net/sched: cls_route: fix fastmap use-after-free on filterJamal Hadi Salim
2026-08-19net/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim
2026-07-24net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
2026-07-24net/sched: cake: reject overhead values that underflow lengthSamuel Moelius
2026-07-24net/sched: hhf: clear heavy-hitter state on resetSamuel Moelius
2026-07-24net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek befor...Victor Nogueira
2026-07-24net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek be...Victor Nogueira
2026-07-24net/sched: sch_hfsc: Don't make class passive twiceVictor Nogueira
2026-07-24net/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen
2026-07-24net/sched: sch_drr: annotate data-races around cl->deficitEric Dumazet
2026-07-24net/sched: sch_htb: annotate data-races (I)Eric Dumazet
2026-07-24net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()Eric Dumazet
2026-07-04net/sched: act_pedit: fix action bind logicPedro Tammela
2026-07-04net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet
2026-07-04net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela
2026-07-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta
2026-07-04net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham
2026-07-04net/sched: act_pedit: rate limit datapath messagesPedro Tammela
2026-07-04net/sched: act_pedit: check static offsets a prioriPedro Tammela
2026-07-04net/sched: act_pedit: remove extra check for key typePedro Tammela
2026-07-04net/sched: simplify tcf_pedit_actPedro Tammela
2026-07-04net/sched: transition act_pedit to rcu and percpu statsPedro Tammela
2026-07-04net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela
2026-06-19net: Remove redundant if statementsYajun Deng
2026-06-19net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim
2026-06-19net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...Victor Nogueria
2026-06-19net/sched: cls_fw: fix NULL dereference of "old" filters before change()Davide Caratti
2026-06-01net/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet
2026-06-01net/sched: taprio: Fix init procedureYannick Vignon
2026-06-01net/sched: sch_cake: annotate data-races in cake_dump_stats() (V)Eric Dumazet
2026-06-01net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet
2026-06-01net/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet
2026-06-01net: sched: choke: remove unused variables in struct choke_sched_dataZhengchao Shao
2026-06-01net/sched: netem: validate slot configurationStephen Hemminger
2026-06-01net/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger
2026-06-01net/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger
2026-06-01net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli
2026-06-01net/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet
2026-06-01net/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet
2026-06-01net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao
2026-06-01net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet
2026-06-01net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet
2026-06-01net_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet
2026-06-01net/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes