summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
10 daysnet: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
10 daysnet: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
10 daysnet: prevent torn reads in netdev_tc_txqEric Dumazet
12 daysMerge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
14 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
14 daysnet/sched: cls_bpf: reject dev-bound programs bound to a different deviceJamal Hadi Salim
2026-08-11net/sched: cls_u32: skip hash tables in u32_bind_class()Zhang Changzhong
2026-08-11net/sched: act_api: fix TOCTOU NULL deref on a->goto_chainJamal Hadi Salim
2026-08-10net/sched: act_ct: fix sk_buff leak when the header checks reject a packetHyunjung Ko
2026-08-10net/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko
2026-08-10netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()Pablo Neira Ayuso
2026-08-07net/sched: cls_api: fix teardown of an adopted proto on insert-race lossVictor Nogueira
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06net/sched: reject overly deep qdisc hierarchiesZijie Huang
2026-08-04net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiersJamal Hadi Salim
2026-08-03net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen
2026-07-31net/sched: cls_route: fix fastmap use-after-free on filterJamal Hadi Salim
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-28net/sched: cls_u32: validate offshift to prevent shift-out-of-boundsCen Zhang (Microsoft)
2026-07-24net/sched: sch_cake: skip clearing unused tins during rate adjustmentJonas Köppeler
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-22net/sched: serialize qdisc_rtab_list against concurrent get/putAldo Ariel Panzardo
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-20net/sched: Handle TC_ACT_REDIRECT from qdisc filter chainsJamal Hadi Salim
2026-07-20bpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-17net/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-08net/sched: cake: reject overhead values that underflow lengthSamuel Moelius
2026-07-06net/sched: act_pedit: fix TOCTOU heap OOB write in tc offloadJamal Hadi Salim
2026-07-03Merge tag 'nf-next-26-07-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-07-03net/sched: sch_teql: move rcu_read_lock()/spin_lock() from _bh variantsJamal Hadi Salim
2026-07-02netfilter: conntrack: get rid of tuple in helper definitionsFlorian Westphal
2026-07-01net/sched: hhf: clear heavy-hitter state on resetSamuel Moelius
2026-07-01net/sched: dualpi2: clear stale classification on filter missSamuel Moelius
2026-06-30net/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim
2026-06-30net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim
2026-06-26net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
2026-06-26net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
2026-06-23net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim
2026-06-23net: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet
2026-06-21net/sched: dualpi2: fix GSO backlog accountingXingquan Liu
2026-06-21net/sched: act_ct: fix nf_connlabels leak on two error pathsMichael Bommarito
2026-06-18net/sched: act_ct: preserve tc_skb_cb across defragmentationZihan Xi
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-14net/sched: act_csum: don't mangle UDP tunnel GSO packetsAlice Mikityanska
2026-06-12net/sched: sch_dualpi2: Add missing module aliasVictor Nogueira
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet
2026-06-12net/sched: sch_dualpi2: Do not call qdisc_tree_reduce_backlog during peek bef...Victor Nogueira