summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
10 daysnet/sched: cls_bpf: reject dev-bound programs bound to a different deviceJamal Hadi Salim1-2/+16
10 daysnet/sched: cls_u32: skip hash tables in u32_bind_class()Zhang Changzhong1-0/+3
10 daysnet/sched: act_api: fix TOCTOU NULL deref on a->goto_chainJamal Hadi Salim1-5/+5
10 daysnet/sched: serialize qdisc_rtab_list against concurrent get/putAldo Ariel Panzardo1-5/+19
2026-08-19net/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko2-0/+11
2026-08-19net/sched: act_ct: fix sk_buff leak when the header checks reject a packetHyunjung Ko1-4/+25
2026-08-19net/sched: reject overly deep qdisc hierarchiesZijie Huang1-0/+9
2026-08-19net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiersJamal Hadi Salim1-1/+16
2026-08-19net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen1-1/+0
2026-08-19net/sched: cls_route: fix fastmap use-after-free on filterJamal Hadi Salim1-9/+26
2026-08-03net/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim1-4/+10
2026-07-24net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-07-24net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-07-24net/sched: sch_teql: move rcu_read_lock()/spin_lock() from _bh variantsJamal Hadi Salim1-13/+14
2026-07-24net/sched: act_ct: preserve tc_skb_cb across defragmentationZihan Xi1-3/+4
2026-07-24net/sched: cake: reject overhead values that underflow lengthSamuel Moelius1-4/+1
2026-07-24net/sched: act_pedit: fix TOCTOU heap OOB write in tc offloadJamal Hadi Salim3-11/+37
2026-07-24net/sched: hhf: clear heavy-hitter state on resetSamuel Moelius1-0/+27
2026-07-24net/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim1-1/+1
2026-07-24net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim1-39/+86
2026-07-24net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim1-0/+3
2026-07-24net/sched: act_ct: fix nf_connlabels leak on two error pathsMichael Bommarito1-2/+4
2026-07-24net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek befor...Victor Nogueira1-5/+43
2026-07-24net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek be...Victor Nogueira1-2/+39
2026-07-24net/sched: sch_hfsc: Don't make class passive twiceVictor Nogueira1-1/+1
2026-07-24net/sched: cls_flow: Dont expose folded kernel pointersJamal Hadi Salim1-3/+9
2026-07-24net/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen1-4/+6
2026-07-24net/sched: sch_drr: annotate data-races around cl->deficitEric Dumazet1-4/+4
2026-07-24net/sched: sch_htb: annotate data-races (I)Eric Dumazet1-4/+4
2026-07-24net/sched: sch_htb: do not change sch->flags in htb_dump()Eric Dumazet1-5/+1
2026-07-24net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()Eric Dumazet1-11/+11
2026-06-19net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta1-36/+41
2026-06-19net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet1-10/+10
2026-06-19net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim1-6/+1
2026-06-09net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)1-7/+11
2026-06-09net/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira1-5/+13
2026-06-09net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim1-17/+30
2026-06-09net/sched: act_mirred: add loop detectionEric Dumazet1-39/+23
2026-06-09net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior1-3/+25
2026-06-09net/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim1-4/+3
2026-06-09net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim1-40/+0
2026-06-09net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...Victor Nogueria1-1/+1
2026-06-09net/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