aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-28net/rds: use special gfp_t format specifierBrendan Jackman1-1/+1
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds2-32/+15
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park2-32/+15
2026-05-21Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds84-820/+1457
2026-05-21Merge tag 'wireless-2026-05-21' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski6-46/+80
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet2-2/+13
2026-05-21l2tp: use list_del_rcu in l2tp_session_unhashMichael Bommarito1-1/+1
2026-05-21net: gro: don't merge zcopy skbsSabrina Dubroca1-0/+3
2026-05-21ipv6: ioam: refresh hdr pointer before ioam6_event()Justin Iurman1-3/+3
2026-05-21netpoll: normalize skb->dev to the netpoll deviceZhang Cen1-0/+2
2026-05-21ipv6: route: Unregister netdevice notifier on BPF init failureYuho Choi1-1/+5
2026-05-21phonet/pep: disable BH around forwarded sk_receive_skb()Zijing Yin1-2/+17
2026-05-21Merge tag 'batadv-net-pullrequest-20260520' of https://git.open-mesh.org/batadvPaolo Abeni10-141/+299
2026-05-21vsock/virtio: fix skb overhead accounting to preserve full buf_allocStefano Garzarella1-1/+8
2026-05-21vsock/virtio: reset connection on receiving queue overflowStefano Garzarella1-5/+15
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim3-1/+13
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet4-14/+10
2026-05-20vsock/vmci: fix UAF when peer resets connection during handshakeMinh Nguyen1-1/+1
2026-05-20ipv4: use WARN_ON_ONCE() in ip_rt_bug()Eric Dumazet1-1/+1
2026-05-20ipv4: icmp: reject broadcast/multicast routesEric Dumazet1-0/+3
2026-05-20net: devmem: reject dma-buf bind with non-page-aligned size or SG lengthDavid Carlier1-0/+11
2026-05-20Merge tag 'for-net-2026-05-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski8-14/+93
2026-05-20bpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang1-2/+7
2026-05-20rxrpc: Fix RESPONSE packet verification to extract skb to a linear bufferDavid Howells7-225/+82
2026-05-20rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsgDavid Howells8-120/+201
2026-05-20crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells1-2/+13
2026-05-20net: shaper: rework the VALID marking (again)Jakub Kicinski1-27/+18
2026-05-20net: shaper: annotate the data racesJakub Kicinski1-15/+38
2026-05-20udp: Fix UDP length on last GSO_PARTIAL segmentGal Pressman1-3/+6
2026-05-20udp: gso: Fix handling checksum in __udp_gso_segmentAlice Mikityanska1-11/+2
2026-05-20Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()Safa Karakuş5-10/+78
2026-05-20Bluetooth: MGMT: validate Add Extended Advertising Data lengthMichael Bommarito1-0/+6
2026-05-20Bluetooth: ISO: drop ISO_END frames received without prior ISO_STARTDavid Carlier1-0/+5
2026-05-20Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_...Luiz Augusto von Dentz1-3/+3
2026-05-20Bluetooth: bnep: Fix UAF read of dev->nameJann Horn1-1/+1
2026-05-20wifi: cfg80211: wext: validate chandef in monitor modeKartik Nair1-0/+2
2026-05-20wifi: mac80211: consume only present negotiated TTLM mapsMichael Bommarito1-1/+1
2026-05-20wifi: mac80211: capture fast-RX rate before mesh reuses skb->cbZhao Li1-1/+5
2026-05-20wifi: mac80211: fix multi-link element inheritanceJohannes Berg1-3/+33
2026-05-20wifi: mac80211: fix MLE defragmentationJohannes Berg1-40/+31
2026-05-20wifi: mac80211: don't override max_amsdu_subframesEmmanuel Grumbach1-2/+3
2026-05-20wifi: mac80211: bounds-check link_id in ieee80211_ml_epcsAlexandru Hossu1-0/+3
2026-05-19af_unix: Fix UAF read of tail->len in unix_stream_data_wait()Jann Horn1-9/+2
2026-05-19ipv6: ioam: add NULL check for idev in ipv6_hop_ioam()Justin Iurman1-2/+13
2026-05-19bridge: mcast: Fix a possible use-after-free when removing a bridge portIdo Schimmel1-5/+17
2026-05-19mptcp: update window_clamp on subflows when SO_RCVBUF is setGang Yan1-2/+8
2026-05-19mptcp: reset rcv wnd on disconnectPaolo Abeni1-0/+1
2026-05-19mptcp: pm: fix ADD_ADDR timer infinite retry on option space insufficientLi Xiasong1-10/+46
2026-05-19mptcp: do not drop partial packetsShardul Bankar1-5/+19
2026-05-19batman-adv: bla: avoid NULL-ptr deref for claim via dropped interfaceSven Eckelmann1-2/+4