summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
8 daysnet: rtsn: fix mdio_node leak in rtsn_mdio_alloc()Shitalkumar Gandhi1-2/+4
8 daysMerge branch 'netdevsim-psp-fix-init-and-uninit-bugs'Jakub Kicinski3-21/+51
8 daysnetdevsim: psp: rcu protect psp_dev referenceDaniel Zahka2-20/+36
8 daysnetdevsim: psp: serialize calls to nsim_psp_uninit()Daniel Zahka2-3/+16
8 daysnetdevsim: psp: only call nsim_psp_uninit() on PFsDaniel Zahka1-1/+2
8 daysipv6: fix potential UAF caused by ip6_forward_proxy_check()Eric Dumazet1-0/+3
8 daysselftests: drv-net: fix sort order of makefile and configJakub Kicinski2-5/+5
8 daysMerge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski14-20/+270
8 daysMerge tag 'ovpn-net-20260504' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski2-2/+9
8 daysMerge tag 'for-net-2026-05-06' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski18-102/+320
8 daysBluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_semMichael Bommarito1-3/+24
8 daysBluetooth: hci_event: fix memset typoJann Horn1-1/+1
8 daysBluetooth: RFCOMM: pull credit byte with skb_pull_data()Pengpeng Hou1-2/+5
8 daysBluetooth: virtio_bt: validate rx pkt_type header lengthMichael Bommarito1-3/+20
8 daysBluetooth: virtio_bt: clamp rx length before skb_putMichael Bommarito1-4/+12
8 daysBluetooth: btmtk: validate WMT event SKB length before struct accessTristan Madani1-2/+13
8 daysBluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event pathsSeungJu Cheon1-24/+30
8 daysBluetooth: ISO: Fix data-race on dst in iso_sock_connect()SeungJu Cheon1-1/+1
8 daysBluetooth: hci_uart: Fix NULL deref in recv callbacks when priv is uninitializedAurelien DESBRIERES4-0/+12
8 daysBluetooth: btintel_pcie: treat boot stage bit 12 as warningSai Teja Aluvala2-4/+11
8 daysBluetooth: SCO: hold sk properly in sco_conn_readyPauli Virtanen1-12/+32
8 daysBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()Siwei Zhang1-0/+3
8 daysBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()Siwei Zhang1-0/+3
8 daysBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()Siwei Zhang1-0/+3
8 daysBluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov3-30/+89
8 daysBluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_reqDudu Lu1-1/+1
8 daysBluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha...Dudu Lu1-3/+10
8 daysBluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...Luiz Augusto von Dentz1-2/+25
8 daysBluetooth: hci_conn: fix potential UAF in create_big_syncDavid Carlier1-1/+18
8 daysBluetooth: SCO: fix sleeping under spinlock in sco_conn_readyPauli Virtanen1-11/+9
8 daysMerge tag 'wireless-2026-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski19-70/+208
9 dayswifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuationMaoyi Xie1-0/+12
9 dayswifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNSMaoyi Xie1-0/+13
9 dayswifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usageJohannes Berg1-1/+1
9 dayswifi: mac80211: remove station if connection prep failsJohannes Berg1-5/+4
9 daysMerge branch 'xsk-fix-bugs-around-xsk-skb-allocation'Jakub Kicinski2-41/+77
9 daysxsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing1-32/+56
9 daysxsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing1-2/+2
9 daysxsk: avoid skb leak in XDP_TX_METADATA caseJason Xing1-1/+3
9 daysxsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing1-3/+2
9 daysxsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing1-1/+1
9 daysxsk: handle NULL dereference of the skb without frags issueJason Xing1-3/+8
9 daysxsk: free the skb when hitting the upper bound MAX_SKB_FRAGSJason Xing1-1/+4
9 daysxsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devicesJason Xing1-0/+3
9 daysMerge branch 'net-mlx5-fixes-for-socket-direct'Jakub Kicinski3-20/+122
9 daysnet/mlx5e: SD, Fix race condition in secondary device probe/removeShay Drory3-4/+48
9 daysnet/mlx5e: SD, Fix missing cleanup on probe errorShay Drory1-4/+11
9 daysnet/mlx5: SD, Keep multi-pf debugfs entries on primaryShay Drory1-6/+13
9 daysnet/mlx5: SD: Serialize init/cleanupShay Drory1-6/+50
9 daysMerge branch 'net-mlx5e-psp-fixes'Jakub Kicinski2-18/+22