summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-07Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-07net: sparx5: configure serdes for 1000BASE-X in sparx5_port_init()Daniel Machon
2026-05-07net: sparx5: fix wrong chip ids for TSN SKUsDaniel Machon
2026-05-07Merge tag 'sound-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2026-05-07Merge tag 'platform-drivers-x86-v7.1-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-07Merge tag 'pmdomain-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-05-07net: stmmac: dwmac-nuvoton: fix NULL pointer dereference in nvt_set_phy_intf_...Joey Lu
2026-05-07tcp: Fix dst leak in tcp_v6_connect().Kuniyuki Iwashima
2026-05-07ipmr: Call ipmr_fib_lookup() under RCU.Kuniyuki Iwashima
2026-05-07net: phy: broadcom: Save PHY counters during suspendJustin Chen
2026-05-07net/smc: fix missing sk_err when TCP handshake failsD. Wythe
2026-05-07af_unix: Reject SIOCATMARK on non-stream socketsJiexun Wang
2026-05-07veth: fix OOB txq access in veth_poll() with asymmetric queue countsJesper Dangaard Brouer
2026-05-07eth: fbnic: fix double-free of PCS on phylink creation failureBobby Eshleman
2026-05-06Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-05-06Merge tag 'chrome-platform-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2026-05-06net: ethernet: cortina: Drop half-assembled SKBAndreas Haarmann-Thiemann
2026-05-06Merge branch 'mptcp-pm-misc-fixes-for-v7-1-rc3'Jakub Kicinski
2026-05-06selftests: mptcp: pm: restrict 'unknown' check to pm_nl_ctlMatthieu Baerts (NGI0)
2026-05-06selftests: mptcp: check output: catch cmd errorsMatthieu Baerts (NGI0)
2026-05-06mptcp: pm: prio: skip closed subflowsMatthieu Baerts (NGI0)
2026-05-06mptcp: pm: ADD_ADDR rtx: return early if no retransMatthieu Baerts (NGI0)
2026-05-06mptcp: pm: ADD_ADDR rtx: skip inactive subflowsMatthieu Baerts (NGI0)
2026-05-06mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quickerMatthieu Baerts (NGI0)
2026-05-06mptcp: pm: ADD_ADDR rtx: free sk if lastMatthieu Baerts (NGI0)
2026-05-06mptcp: pm: ADD_ADDR rtx: always decrease sk refcountMatthieu Baerts (NGI0)
2026-05-06mptcp: pm: ADD_ADDR rtx: fix potential data-raceMatthieu Baerts (NGI0)
2026-05-06mptcp: pm: ADD_ADDR rtx: allow ID 0Matthieu Baerts (NGI0)
2026-05-06mptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0Matthieu Baerts (NGI0)
2026-05-06tcp: tcp_child_process() related UAFEric Dumazet
2026-05-06net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats()Eric Dumazet
2026-05-06inetpeer: add a missing read_seqretry() in inet_getpeer()Eric Dumazet
2026-05-06net: rtsn: fix mdio_node leak in rtsn_mdio_alloc()Shitalkumar Gandhi
2026-05-06Merge branch 'netdevsim-psp-fix-init-and-uninit-bugs'Jakub Kicinski
2026-05-06netdevsim: psp: rcu protect psp_dev referenceDaniel Zahka
2026-05-06netdevsim: psp: serialize calls to nsim_psp_uninit()Daniel Zahka
2026-05-06netdevsim: psp: only call nsim_psp_uninit() on PFsDaniel Zahka
2026-05-06ipv6: fix potential UAF caused by ip6_forward_proxy_check()Eric Dumazet
2026-05-06selftests: drv-net: fix sort order of makefile and configJakub Kicinski
2026-05-06Merge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-05-06Merge tag 'ovpn-net-20260504' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski
2026-05-06Merge tag 'for-net-2026-05-06' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-05-06Bluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_semMichael Bommarito
2026-05-06Bluetooth: hci_event: fix memset typoJann Horn
2026-05-06Bluetooth: RFCOMM: pull credit byte with skb_pull_data()Pengpeng Hou
2026-05-06Bluetooth: virtio_bt: validate rx pkt_type header lengthMichael Bommarito
2026-05-06Bluetooth: virtio_bt: clamp rx length before skb_putMichael Bommarito
2026-05-06Bluetooth: btmtk: validate WMT event SKB length before struct accessTristan Madani
2026-05-06Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event pathsSeungJu Cheon
2026-05-06Bluetooth: ISO: Fix data-race on dst in iso_sock_connect()SeungJu Cheon