summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
3 daysnet/sched: cls_flow: fix NULL pointer dereference on shared blocksXiang Mei
3 daysnet/sched: cls_fw: fix NULL pointer dereference on shared blocksXiang Mei
3 daysnet/sched: sch_netem: fix out-of-bounds access in packet corruptionYucheng Lu
3 daysnet: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to...Yochai Eisenrich
3 daysnet/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei
2026-03-25clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann
2026-03-25net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
2026-03-19net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi
2026-03-13net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira
2026-03-13net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses
2026-03-12net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim
2026-03-12net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet
2026-03-12net/sched: ets: fix divide by zero in the offload pathDavide Caratti
2026-03-04net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()Ruitong Liu
2026-03-04bpf: net_sched: Use the correct destructor kfunc typeSami Tolvanen
2026-01-29net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet
2026-01-22net/sched: act_ife: avoid possible NULL derefEric Dumazet
2026-01-19net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim
2026-01-19net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim
2026-01-13net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet
2026-01-08net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei
2026-01-06net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta
2026-01-05net/sched: act_mirred: Fix leak when redirecting to self on egressJamal Hadi Salim
2025-12-18net/sched: act_mirred: fix loop detectionJamal Hadi Salim
2025-12-11net/sched: ets: Remove drr class from the active list if it changes to strictVictor Nogueira
2025-12-04net/sched: ets: Always remove class from active list before deleting in ets_q...Jamal Hadi Salim
2025-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-12-02net/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-26Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-11-26net/sched: em_canid: fix uninit-value in em_canid_matchShaurya Rane
2025-11-25net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codelEric Dumazet
2025-11-25net_sched: sch_fq: prefetch one skb ahead in dequeue()Eric Dumazet
2025-11-25net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()Eric Dumazet
2025-11-25net_sched: cake: use qdisc_pkt_segs()Eric Dumazet
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet
2025-11-24net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet
2025-11-13net/sched: act_ife: convert comma to semicolonChen Ni
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-11net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet
2025-11-11net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N
2025-11-11net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N
2025-11-10net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira
2025-10-29net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify().Kuniyuki Iwashima
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet