summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-14libceph: Fix slab-out-of-bounds access in auth message processingRaphael Zimmer2-1/+3
2026-05-14hv_sock: Return -EIO for malformed/short packetsDexuan Cui1-9/+18
2026-05-14hv_sock: Report EOF instead of -EIO for FINDexuan Cui1-4/+16
2026-05-14hv_sock: fix ARM64 supportHamza Mahfooz1-2/+2
2026-05-14af_unix: Reject SIOCATMARK on non-stream socketsJiexun Wang1-0/+3
2026-05-14net/rds: handle zerocopy send cleanup before the message is queuedNan Li1-5/+15
2026-05-14netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao1-10/+13
2026-05-14ip6_gre: Use cached t->net in ip6erspan_changelink().Maoyi Xie1-2/+3
2026-05-14mptcp: pm: ADD_ADDR rtx: skip inactive subflowsMatthieu Baerts (NGI0)1-4/+14
2026-05-14net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen1-0/+1
2026-05-14Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()Siwei Zhang1-0/+3
2026-05-14Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()Siwei Zhang1-0/+3
2026-05-14Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()Siwei Zhang1-0/+3
2026-05-14Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...Luiz Augusto von Dentz1-2/+25
2026-05-14Bluetooth: hci_conn: fix potential UAF in create_big_syncDavid Carlier1-1/+18
2026-05-14xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito2-4/+24
2026-05-14ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()Yilin Zhu1-1/+3
2026-05-14xfrm: defensively unhash xfrm_state lists in __xfrm_state_deleteMichal Kosiorek1-6/+6
2026-05-14xfrm: provide message size for XFRM_MSG_MAPPINGRuijie Li1-0/+1
2026-05-14wifi: mac80211: remove station if connection prep failsJohannes Berg1-5/+4
2026-05-14wifi: mac80211: use safe list iteration in radar detect workBenjamin Berg1-2/+2
2026-05-14wifi: mac80211: drop stray 'static' from fast-RX rx_resultCatherine1-1/+1
2026-05-14net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim1-1/+1
2026-05-14flow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-05-11rxrpc: Also unshare DATA/RESPONSE packets when paged frags are presentHyunwoo Kim2-2/+5
2026-05-08xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen4-2/+8
2026-05-07netfilter: reject zero shift in nft_bitwiseKai Ma1-1/+2
2026-05-07net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnelsAndrea Mayer2-0/+18
2026-05-07ipv6: rpl: reserve mac_len headroom when recompressed SRH growsGreg Kroah-Hartman1-3/+6
2026-05-07seg6: fix seg6 lwtunnel output redirect for L2 reduced encap modeAndrea Mayer1-1/+2
2026-05-07rxgk: Fix potential integer overflow in length checkDavid Howells2-1/+2
2026-05-07Bluetooth: hci_event: fix potential UAF in SSP passkey handlersShuvam Pandey1-4/+14
2026-05-07mptcp: sync the msk->sndbuf at accept() timeGang Yan1-1/+1
2026-05-07tcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3
2026-05-07libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()Raphael Zimmer1-1/+1
2026-05-07ipv4: icmp: validate reply type before using icmp_pointersRuide Cao1-1/+4
2026-05-07net: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming1-2/+6
2026-05-07net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang2-13/+23
2026-05-07net/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li1-2/+2
2026-05-07net: rds: fix MR cleanup on copy errorAo Zhou1-4/+0
2026-05-07net: qrtr: ns: Limit the total number of nodesManivannan Sadhasivam1-2/+14
2026-05-07net: qrtr: ns: Free the node during ctrl_cmd_bye()Manivannan Sadhasivam1-5/+15
2026-05-07net: qrtr: ns: Limit the maximum number of lookupsManivannan Sadhasivam1-2/+12
2026-05-07net: qrtr: ns: Limit the maximum server registration per nodeManivannan Sadhasivam1-5/+21
2026-05-07rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packetsDavid Howells1-1/+2
2026-05-07rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells1-12/+2
2026-05-07rxrpc: Fix error handling in rxgk_extract_token()David Howells1-0/+1
2026-05-07rxrpc: Fix rxkad crypto unalignment handlingDavid Howells1-2/+7
2026-05-07rxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells1-1/+28
2026-05-07rxrpc: Fix memory leaks in rxkad_verify_response()David Howells1-61/+42