summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2026-08-09net/sched: cls_u32: validate offshift to prevent shift-out-of-boundsCen Zhang (Microsoft)1-0/+7
2026-08-09net/sched: sch_cake: skip clearing unused tins during rate adjustmentJonas Köppeler1-3/+5
2026-08-03net/sched: serialize qdisc_rtab_list against concurrent get/putAldo Ariel Panzardo1-5/+19
2026-08-03net/sched: Handle TC_ACT_REDIRECT from qdisc filter chainsJamal Hadi Salim14-16/+14
2026-08-03bpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann1-4/+2
2026-08-03net/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim1-4/+10
2026-07-24net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-07-24net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-07-24net/sched: sch_teql: move rcu_read_lock()/spin_lock() from _bh variantsJamal Hadi Salim1-13/+14
2026-07-24net/sched: act_ct: preserve tc_skb_cb across defragmentationZihan Xi1-3/+4
2026-07-24net/sched: cake: reject overhead values that underflow lengthSamuel Moelius1-4/+1
2026-07-24net/sched: act_pedit: fix TOCTOU heap OOB write in tc offloadJamal Hadi Salim3-11/+37
2026-07-24net/sched: hhf: clear heavy-hitter state on resetSamuel Moelius1-0/+27
2026-07-24net/sched: dualpi2: clear stale classification on filter missSamuel Moelius1-3/+3
2026-07-24net/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim1-1/+1
2026-07-24net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim1-39/+86
2026-07-24net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim1-0/+3
2026-07-24net: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet1-5/+2
2026-07-24net/sched: act_ct: fix nf_connlabels leak on two error pathsMichael Bommarito1-2/+4
2026-07-24net/sched: sch_dualpi2: Add missing module aliasVictor Nogueira1-0/+1
2026-07-24net: watchdog: fix refcount tracking racesEric Dumazet1-11/+33
2026-07-24net/sched: sch_dualpi2: Do not call qdisc_tree_reduce_backlog during peek bef...Victor Nogueira1-2/+39
2026-07-24net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek befor...Victor Nogueira1-5/+43
2026-07-24net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek be...Victor Nogueira1-2/+39
2026-07-24net/sched: sch_hfsc: Don't make class passive twiceVictor Nogueira1-1/+1
2026-07-24net/sched: cls_flow: Dont expose folded kernel pointersJamal Hadi Salim1-3/+9
2026-07-24net/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen1-4/+6
2026-07-24net/sched: sch_drr: annotate data-races around cl->deficitEric Dumazet1-4/+4
2026-07-24net/sched: sch_htb: annotate data-races (I)Eric Dumazet1-4/+4
2026-07-24net/sched: sch_htb: do not change sch->flags in htb_dump()Eric Dumazet1-5/+1
2026-07-24net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats()Eric Dumazet1-34/+34
2026-07-24net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet28-80/+86
2026-07-24net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()Eric Dumazet1-11/+11
2026-07-18net/sched: dualpi2: fix GSO backlog accountingXingquan Liu1-6/+5
2026-06-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta1-36/+41
2026-06-02net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim1-6/+1
2026-05-28net/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira1-5/+13
2026-05-28net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)1-7/+11
2026-05-28net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim1-17/+30
2026-05-28net/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim1-4/+3
2026-05-28net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim1-40/+0
2026-05-14net/sched: sch_cbs: Call qdisc_reset for child qdiscJamal Hadi Salim1-1/+15
2026-05-12net/sched: dualpi2: initialize timer earlier in dualpi2_init()Davide Caratti1-2/+2
2026-05-07net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats()Eric Dumazet1-23/+25
2026-05-06net/sched: sch_fq_codel: annotate data-races from fq_codel_dump_class_stats()Eric Dumazet1-19/+20
2026-05-03net/sched: sch_cake: annotate data-races in cake_dump_class_stats (II)Eric Dumazet1-60/+71
2026-05-03net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I)Eric Dumazet1-12/+12
2026-05-02net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...Victor Nogueria1-1/+1
2026-05-02net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim1-1/+1
2026-05-02net/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet1-8/+6