summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2026-04-27net/sched: netem: only reseed PRNG when seed is explicitly providedStephen Hemminger1-4/+6
2026-04-27net/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger1-1/+1
2026-04-27net/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger1-4/+4
2026-04-22net/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet1-22/+32
2026-04-22net/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet1-10/+21
2026-04-22net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet1-1/+2
2026-04-22net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet1-19/+19
2026-04-22net_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet1-9/+10
2026-04-21net/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang1-4/+28
2026-04-16net/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes1-4/+5
2026-04-16net/sched: sch_cake: fix NAT destination port not being updated in cake_updat...Dudu Lu1-1/+1
2026-04-16net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_bloc...Dudu Lu1-1/+1
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+11
2026-04-12net/sched: act_ct: Only release RCU read lock after ct_ftJamal Hadi Salim1-2/+6
2026-04-12net/sched: cls_fw: fix NULL dereference of "old" filters before change()Davide Caratti1-1/+5
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2026-04-08codel: annotate data-races in codel_dump_stats()Eric Dumazet1-11/+11
2026-04-03net: sched: act_csum: validate nested VLAN headersRuide Cao1-1/+5
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+27
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-01net/sched: sch_netem: fix out-of-bounds access in packet corruptionYucheng Lu1-2/+3
2026-03-30net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to...Yochai Eisenrich1-0/+1
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera1-2/+2
2026-03-27net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei1-2/+2
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-38/+10
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-6/+8
2026-03-17net/sched: cls_flower: remove unions from fl_flow_keyCedric Jehasse1-8/+4
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim2-32/+2
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-03-10net: sched: cls_u32: Avoid memcpy() false-positive warning in u32_init_knode()Jiayuan Chen1-1/+4
2026-03-09net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet1-1/+2
2026-03-09net/sched: use rtnl_kfree_skbs() in pfifo_fast_reset()Eric Dumazet1-1/+1
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet6-14/+18
2026-03-06net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi1-0/+1
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-160/+277
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-49/+44
2026-03-04net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet1-0/+1
2026-02-28net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer1-6/+6
2026-02-28net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer1-1/+1
2026-02-28net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer1-5/+2
2026-02-28net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer2-5/+5
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer11-39/+60
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira2-0/+13
2026-02-27net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler1-27/+23
2026-02-27net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler1-1/+2
2026-02-27net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-79/+186
2026-02-26net/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-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds8-16/+8