summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
5 daysnet/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet1-8/+6
5 daysnet/sched: cls_flower: revert unintended changesPaolo Abeni1-3/+1
5 daysnet/sched: sch_cake: annotate data-races in cake_dump_stats() (V)Eric Dumazet1-6/+7
5 daysnet/sched: sch_cake: annotate data-races in cake_dump_stats() (IV)Eric Dumazet1-44/+46
5 daysnet/sched: sch_cake: annotate data-races in cake_dump_stats() (III)Eric Dumazet1-18/+20
5 daysnet/sched: sch_cake: annotate data-races in cake_dump_stats() (II)Eric Dumazet1-15/+19
5 daysnet/sched: sch_cake: annotate data-races in cake_dump_stats() (I)Eric Dumazet1-21/+21
5 daysnet: mctp i2c: check length before marking flow activeWilliam A. Kennington III1-1/+3
5 daysnet/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi1-5/+8
5 daysnet/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet1-9/+10
5 daysnet/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet1-10/+16
5 daysnet/sched: netem: check for negative latency and jitterStephen Hemminger1-0/+22
5 daysnet/sched: netem: fix slot delay calculation overflowStephen Hemminger1-3/+2
5 daysnet/sched: netem: validate slot configurationStephen Hemminger1-0/+29
5 daysnet/sched: netem: only reseed PRNG when seed is explicitly providedStephen Hemminger1-4/+6
5 daysnet/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger1-1/+1
5 daysnet/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger1-4/+4
5 daysnet/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet1-22/+32
5 daysnet/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet1-10/+21
5 daysnet/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet1-1/+2
5 daysnet/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet1-19/+19
5 daysnet_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet1-9/+10
5 daysnet/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang1-4/+28
5 daysnet/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes1-4/+5
5 daysnet/sched: sch_cake: fix NAT destination port not being updated in cake_updat...Dudu Lu1-1/+1
5 daysnet/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_bloc...Dudu Lu1-1/+1
5 daysnet/sched: act_ct: Only release RCU read lock after ct_ftJamal Hadi Salim1-2/+6
5 daysnet/sched: cls_fw: fix NULL dereference of "old" filters before change()Davide Caratti1-1/+5
14 daysnet/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim1-1/+1
2026-04-04net: sched: act_csum: validate nested VLAN headersRuide Cao1-1/+5
2026-04-02net/sched: cls_flow: fix NULL pointer dereference on shared blocksXiang Mei1-1/+9
2026-04-02net/sched: cls_fw: fix NULL pointer dereference on shared blocksXiang Mei1-2/+12
2026-04-02net/sched: sch_netem: fix out-of-bounds access in packet corruptionYucheng Lu1-2/+3
2026-03-31net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to...Yochai Eisenrich1-0/+1
2026-03-28net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei1-2/+2
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-6/+8
2026-03-17net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim2-32/+2
2026-03-07net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi1-0/+1
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-49/+44
2026-03-05net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet1-0/+1
2026-02-28net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira2-0/+13
2026-02-28net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler1-27/+23
2026-02-28net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler1-1/+2
2026-02-28net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-79/+186
2026-02-27net/sched: ets: fix divide by zero in the offload pathDavide Caratti1-4/+8
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds8-16/+8
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-7/+7
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds36-63/+63
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook43-97/+93