summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-31Merge tag 'for-net-2026-08-31' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-08-31net/sched: cls_flower: validate mask pointer after nla_next()Aohan Mei
2026-08-31vsock/vmci: validate packet source for connected socketsDaehyeon Ko
2026-08-31vsock/virtio: validate packet source for connected socketsDaehyeon Ko
2026-08-31page_pool: keep frag_offset aligned for odd-sized requestsFlorian Schauer
2026-08-31net/sched: cls_u32: fix duplicate handle when node ID pool is exhaustedJamal Hadi Salim
2026-08-31net/iucv: fix the recvmsg window updateBryam Vargas
2026-08-31Bluetooth: L2CAP: clear FLAG_DEFER_SETUP only for same PID/PSMPauli Virtanen
2026-08-31Bluetooth: L2CAP: fix out-of-bounds write in l2cap_ecred_connectPauli Virtanen
2026-08-31Bluetooth: L2CAP: fix chan mode for LE_CONN_REQ + EXT_FLOWCTL pchanPauli Virtanen
2026-08-31Bluetooth: hci_core: Fix race condition during device registrationAleksandr Nogikh
2026-08-30sctp: validate chunk length in the inqueue parserCharles Vosburgh
2026-08-30raw: annotate disconnect-side IPv4 match writersXuanqiang Luo
2026-08-30sctp: fix soft lockup from unpadded ASCONF-ACK parameter iterationHenry Martin
2026-08-28sctp: fix a TOCTOU race in SCTP_CMD_TIMER_STARTXin Long
2026-08-28tcp: fix use-after-free in do_tcp_getsockopt(TCP_CC_INFO)Cen Zhang (Microsoft Security FORGE Labs)
2026-08-28tcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)Cen Zhang (Microsoft Security FORGE Labs)
2026-08-28net/sched: act_api: fix skb sizing and action leak on reoffload deleteVictor Nogueira
2026-08-28net/sched: act_api: size the RTM_GETACTION reply from the actionsVictor Nogueira
2026-08-28net/sched: act_api: budget all shared attributes in notify skbsVictor Nogueira
2026-08-28net: iptunnel: fix stale transport header during tunnel decapsulationDong Chenchen
2026-08-28tcp: use GFP_ATOMIC in tcp_send_active_reset()Eric Dumazet
2026-08-28tipc: protect node reset trace dump with node lockChengfeng Ye
2026-08-28ipv4: avoid divide by zero in fib_rebalanceZihan Xi
2026-08-28Merge tag 'ceph-for-7.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-08-27Merge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-08-27Merge tag 'nf-26-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-08-27inet: frags: strip GSO state from fragments before reassemblyXinyang Ge
2026-08-27net/sched: sch_htb: limit htb_classify inner-class filter hopsJamal Hadi Salim
2026-08-27tcp: fix corruption of urgent data on multi-segment retransmitJiayuan Chen
2026-08-27net: bridge: mcast: fix use-after-free of a master VLAN's multicast contextNorbert Szetei
2026-08-27net/sched: bound qdisc_pkt_len to prevent qdisc soft lockupJamal Hadi Salim
2026-08-27netfilter: nf_tables: remove leftover set_update_listPablo Neira Ayuso
2026-08-27netfilter: nf_tables: set on dead bit when performing early element removalPablo Neira Ayuso
2026-08-27netfilter: nf_tables: skip double clone set expressions on element insertPablo Neira Ayuso
2026-08-27netfilter: x_tables: replace pr_{info,err}() by pr_info_ratelimited()Pablo Neira Ayuso
2026-08-27netfilter: x_tables: remove pr_debugPablo Neira Ayuso
2026-08-27netfilter: nft_set_pipapo_avx2: add missing vzeroupperEric Biggers
2026-08-27netfilter: nf_tables: move hardware offload step after building the chain blobPablo Neira Ayuso
2026-08-27net: Guard for gso_segs overflow in skb_segmentAlice Mikityanska
2026-08-27netfilter: conncount: use DEBUG_NET_WARN_ON_ONCE on reaching count limitFernando Fernandez Mancera
2026-08-27netfilter: tproxy: use DEBUG_NET_WARN_ON_ONCE for protocol fallbacksFernando Fernandez Mancera
2026-08-27tcp: fix AO info use-after-free in tcp_ao_connect_init()Qing Ming
2026-08-27net/tcp: fix TCP-AO key deletion in VRFsRastislav Szabo
2026-08-27net/smc: release the internal TCP sock on IPPROTO_SMC socket creation failureYifei Chu
2026-08-27net: fix spurious TX timeout after dev_activate()Breno Leitao
2026-08-26Merge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-26Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-08-26libceph: reject buckets with mismatched CRUSH idsJérémy Jean
2026-08-26libceph: remove ceph_put_page_vector()Tal Zussman