summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
6 daysveth: fix OOB txq access in veth_poll() with asymmetric queue countsJesper Dangaard Brouer1-1/+2
6 dayseth: fbnic: fix double-free of PCS on phylink creation failureBobby Eshleman1-1/+2
7 daysnet: ethernet: cortina: Drop half-assembled SKBAndreas Haarmann-Thiemann1-0/+5
7 daysMerge branch 'mptcp-pm-misc-fixes-for-v7-1-rc3'Jakub Kicinski4-38/+73
7 daysselftests: mptcp: pm: restrict 'unknown' check to pm_nl_ctlMatthieu Baerts (NGI0)1-3/+7
7 daysselftests: mptcp: check output: catch cmd errorsMatthieu Baerts (NGI0)2-10/+16
7 daysmptcp: pm: prio: skip closed subflowsMatthieu Baerts (NGI0)1-0/+3
7 daysmptcp: pm: ADD_ADDR rtx: return early if no retransMatthieu Baerts (NGI0)1-0/+3
7 daysmptcp: pm: ADD_ADDR rtx: skip inactive subflowsMatthieu Baerts (NGI0)1-4/+14
7 daysmptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quickerMatthieu Baerts (NGI0)1-6/+1
7 daysmptcp: pm: ADD_ADDR rtx: free sk if lastMatthieu Baerts (NGI0)1-10/+18
7 daysmptcp: pm: ADD_ADDR rtx: always decrease sk refcountMatthieu Baerts (NGI0)1-5/+3
7 daysmptcp: pm: ADD_ADDR rtx: fix potential data-raceMatthieu Baerts (NGI0)1-0/+8
7 daysmptcp: pm: ADD_ADDR rtx: allow ID 0Matthieu Baerts (NGI0)1-3/+0
7 daysmptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0Matthieu Baerts (NGI0)1-5/+8
7 daystcp: tcp_child_process() related UAFEric Dumazet3-14/+15
7 daysnet/sched: sch_sfq: annotate data-races from sfq_dump_class_stats()Eric Dumazet1-23/+25
7 daysinetpeer: add a missing read_seqretry() in inet_getpeer()Eric Dumazet1-1/+2
7 daysnet: rtsn: fix mdio_node leak in rtsn_mdio_alloc()Shitalkumar Gandhi1-2/+4
7 daysMerge branch 'netdevsim-psp-fix-init-and-uninit-bugs'Jakub Kicinski3-21/+51
7 daysnetdevsim: psp: rcu protect psp_dev referenceDaniel Zahka2-20/+36
7 daysnetdevsim: psp: serialize calls to nsim_psp_uninit()Daniel Zahka2-3/+16
7 daysnetdevsim: psp: only call nsim_psp_uninit() on PFsDaniel Zahka1-1/+2
7 daysipv6: fix potential UAF caused by ip6_forward_proxy_check()Eric Dumazet1-0/+3
7 daysselftests: drv-net: fix sort order of makefile and configJakub Kicinski2-5/+5
7 daysMerge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski14-20/+270
7 daysMerge tag 'ovpn-net-20260504' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski2-2/+9
7 daysMerge tag 'for-net-2026-05-06' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski18-102/+320
7 daysBluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_semMichael Bommarito1-3/+24
7 daysBluetooth: hci_event: fix memset typoJann Horn1-1/+1
7 daysBluetooth: RFCOMM: pull credit byte with skb_pull_data()Pengpeng Hou1-2/+5
7 daysBluetooth: virtio_bt: validate rx pkt_type header lengthMichael Bommarito1-3/+20
7 daysBluetooth: virtio_bt: clamp rx length before skb_putMichael Bommarito1-4/+12
7 daysBluetooth: btmtk: validate WMT event SKB length before struct accessTristan Madani1-2/+13
7 daysBluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event pathsSeungJu Cheon1-24/+30
7 daysBluetooth: ISO: Fix data-race on dst in iso_sock_connect()SeungJu Cheon1-1/+1
7 daysBluetooth: hci_uart: Fix NULL deref in recv callbacks when priv is uninitializedAurelien DESBRIERES4-0/+12
7 daysBluetooth: btintel_pcie: treat boot stage bit 12 as warningSai Teja Aluvala2-4/+11
7 daysBluetooth: SCO: hold sk properly in sco_conn_readyPauli Virtanen1-12/+32
7 daysBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()Siwei Zhang1-0/+3
7 daysBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()Siwei Zhang1-0/+3
7 daysBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()Siwei Zhang1-0/+3
7 daysBluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov3-30/+89
7 daysBluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_reqDudu Lu1-1/+1
7 daysBluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha...Dudu Lu1-3/+10
7 daysBluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...Luiz Augusto von Dentz1-2/+25
7 daysBluetooth: hci_conn: fix potential UAF in create_big_syncDavid Carlier1-1/+18
7 daysBluetooth: SCO: fix sleeping under spinlock in sco_conn_readyPauli Virtanen1-11/+9
7 daysMerge tag 'wireless-2026-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski19-70/+208
7 dayswifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuationMaoyi Xie1-0/+12