summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+11
2026-04-12net/sched: act_ct: Only release RCU read lock after ct_ftJamal Hadi Salim-2/+6
2026-04-12net/sched: cls_fw: fix NULL dereference of "old" filters before change()Davide Caratti-1/+5
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+5
2026-04-08codel: annotate data-races in codel_dump_stats()Eric Dumazet-11/+11
2026-04-03net: sched: act_csum: validate nested VLAN headersRuide Cao-1/+5
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+27
2026-04-02net/sched: cls_flow: fix NULL pointer dereference on shared blocksXiang Mei-1/+9
2026-04-02net/sched: cls_fw: fix NULL pointer dereference on shared blocksXiang Mei-2/+12
2026-04-01net/sched: sch_netem: fix out-of-bounds access in packet corruptionYucheng Lu-2/+3
2026-03-30net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to...Yochai Eisenrich-0/+1
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera-2/+2
2026-03-27net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei-2/+2
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-38/+10
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann-6/+8
2026-03-17net/sched: cls_flower: remove unions from fl_flow_keyCedric Jehasse-8/+4
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim-32/+2
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2026-03-10net: sched: cls_u32: Avoid memcpy() false-positive warning in u32_init_knode()Jiayuan Chen-1/+4
2026-03-09net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet-1/+2
2026-03-09net/sched: use rtnl_kfree_skbs() in pfifo_fast_reset()Eric Dumazet-1/+1
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet-14/+18
2026-03-06net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi-0/+1
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-160/+277
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim-49/+44
2026-03-04net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet-0/+1
2026-02-28net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer-6/+6
2026-02-28net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer-1/+1
2026-02-28net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer-5/+2
2026-02-28net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer-5/+5
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer-39/+60
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira-0/+13
2026-02-27net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler-27/+23
2026-02-27net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler-1/+2
2026-02-27net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses-79/+186
2026-02-26net/sched: ets: fix divide by zero in the offload pathDavide Caratti-4/+8
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-16/+8
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-63/+63
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-97/+93
2026-02-17net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()Ruitong Liu-1/+5
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-178/+429
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-7/+13
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska-1/+1
2026-02-06net_sched: sch_fq: rework fq_gc() to avoid stack canaryEric Dumazet-13/+11
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+6
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti-6/+4
2026-02-04net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()Eric Dumazet-2/+2
2026-01-29net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet-7/+6