summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
3 daysnet/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim1-4/+10
12 daysnet/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
12 daysnet/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
12 daysnet/sched: sch_teql: move rcu_read_lock()/spin_lock() from _bh variantsJamal Hadi Salim1-13/+14
12 daysnet/sched: act_ct: preserve tc_skb_cb across defragmentationZihan Xi1-3/+4
12 daysnet/sched: cake: reject overhead values that underflow lengthSamuel Moelius1-4/+1
12 daysnet/sched: act_pedit: fix TOCTOU heap OOB write in tc offloadJamal Hadi Salim3-11/+37
12 daysnet/sched: hhf: clear heavy-hitter state on resetSamuel Moelius1-0/+27
12 daysnet/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim1-1/+1
12 daysnet/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim1-39/+86
12 daysnet/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim1-0/+3
12 daysnet/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek befor...Victor Nogueira1-5/+43
12 daysnet/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek be...Victor Nogueira1-2/+39
12 daysnet/sched: sch_hfsc: Don't make class passive twiceVictor Nogueira1-1/+1
12 daysnet/sched: cls_flow: Dont expose folded kernel pointersJamal Hadi Salim1-3/+9
12 daysnet/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen1-4/+6
12 daysnet/sched: sch_drr: annotate data-races around cl->deficitEric Dumazet1-4/+4
12 daysnet/sched: sch_htb: annotate data-races (I)Eric Dumazet1-4/+4
12 daysnet/sched: sch_htb: do not change sch->flags in htb_dump()Eric Dumazet1-5/+1
12 daysnet/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()Eric Dumazet1-11/+11
2026-07-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta1-36/+41
2026-06-19net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim1-6/+1
2026-06-19net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...Victor Nogueria1-1/+1
2026-06-19net/sched: cls_fw: fix NULL dereference of "old" filters before change()Davide Caratti1-1/+5
2026-05-23net/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet1-8/+6
2026-05-23net/sched: cls_flower: revert unintended changesPaolo Abeni1-3/+1
2026-05-23net/sched: sch_cake: annotate data-races in cake_dump_stats() (V)Eric Dumazet1-6/+7
2026-05-23net: mctp i2c: check length before marking flow activeWilliam A. Kennington III1-1/+3
2026-05-23net/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi1-5/+8
2026-05-23net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet1-9/+10
2026-05-23net/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet1-10/+16
2026-05-23net/sched: netem: check for negative latency and jitterStephen Hemminger1-0/+22
2026-05-23net/sched: netem: fix slot delay calculation overflowStephen Hemminger1-3/+2
2026-05-23net/sched: netem: validate slot configurationStephen Hemminger1-0/+29
2026-05-23net/sched: netem: only reseed PRNG when seed is explicitly providedStephen Hemminger1-4/+6
2026-05-23net/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger1-1/+1
2026-05-23net/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger1-4/+4
2026-05-23net/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet1-22/+32
2026-05-23net/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet1-10/+21
2026-05-23net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet1-1/+2
2026-05-23net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet1-19/+19
2026-05-23net_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet1-9/+10
2026-05-23net/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes1-4/+5
2026-05-23net/sched: sch_cake: fix NAT destination port not being updated in cake_updat...Dudu Lu1-1/+1
2026-05-23net/sched: act_ct: Only release RCU read lock after ct_ftJamal Hadi Salim1-2/+6
2026-05-17net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim1-1/+1
2026-04-27net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet3-3/+15
2026-04-27net: sched: act_csum: validate nested VLAN headersRuide Cao1-1/+5
2026-04-11net/sched: cls_flow: fix NULL pointer dereference on shared blocksXiang Mei1-1/+9
2026-04-11net/sched: cls_fw: fix NULL pointer dereference on shared blocksXiang Mei1-2/+12