Daily update · Sep 17–18, 2026
Linux kernel daily: networking, WiFi, Bluetooth, and USB audio fixes
A roundup of today's mainline kernel changes, covering memory-safety fixes, wireless and Bluetooth reliability, USB audio stability, and more.
In brief
Today's mainline kernel updates bring a broad set of fixes: memory-safety hardening across IPsec, TCP, netlink, and packet sockets; WiFi scanning and authentication reliability; Bluetooth LE privacy and security fixes; USB audio stability and device quirks; plus DMA and platform hardware corrections.
Networking & security
Fix multiple IPsec/XFRM memory-safety bugs
A series of fixes addresses out-of-bounds reads, use-after-free, and memory corruption in the XFRM IPsec stack, including IP-TFS, compat ALLOCSPI, bundle creation, and input paths.
Why it matters: IPsec VPN users get a more stable and secure kernel, with fewer potential crash or exploit vectors.
d042487dc118dc33262be1fe6973a21ee73cd1ebd90818799fa903b24b1f3cf5cdecd99c2afb8dc1f439f89416eb3db1
Harden network protocol handling against races and malformed packets
Fixes memory-safety issues in TCP ACK validation, netlink group bitmap resizing, socket timestamp ioctls, WWAN modem parsing, AF_PACKET TPACKET rings, pskb_carve, the Unix socket garbage collector, and rejects too-low tcp_rmem values.
Why it matters: Reduces crash and memory-corruption risk from malicious or buggy network traffic and long-running socket usage.
f81e6c3fb063ceac0de741bf9ed55f3dbef45d063822ac5131550d585589c7ead970424933ff111d7ba337213e611202a5117e1eccac4a4263dfeaba83a945a529d6
Fix MPTCP receive path and scheduler race
MPTCP recvmsg() could return 0 instead of an error when another thread disconnected the socket, and the scheduler could race with subflow state changes and use mss_now reset to zero in a division. Both paths are now handled explicitly.
Why it matters: Improves MPTCP connection stability and prevents spurious end-of-stream or potential divide-by-zero crashes.
Network scheduler, tunnel, and driver fixes
Prevents a soft lockup via tiny CoDel intervals, caps HHF flow limits to avoid memory exhaustion, fixes a kernel panic when adding Geneve tunnel options, and corrects Ethernet driver issues affecting ethtool filters, TSO with long IPv6 headers, and PTP timestamp accuracy.
Why it matters: More stable networking under load, with specific qdisc configurations, tunnel options, and on Broadcom/Synopsys/Cadence hardware.
7f4a5ec6258f2cef2588c995455ebeadf71423ca4ddc4fce15989abd74f19ca4ba242591
WiFi
WiFi scanning and regulatory fixes
Fixes scan probe handling, prevents a use-after-free when scans are cancelled, and reduces lock contention during regulatory updates.
Why it matters: More reliable WiFi scanning and fewer stalls when regulatory settings change.
Broadcom WiFi authentication fixes
Fixes WPA3/SAE reassociation issues and delays in 802.1x authentication on Broadcom chips.
Why it matters: More reliable WPA2/WPA3 connections on Broadcom WiFi hardware.
Bluetooth
Bluetooth connection and shutdown fixes
Corrects address type handling for LE privacy addresses and prevents dropped data during disconnects.
Why it matters: More reliable Bluetooth LE connections to privacy-focused devices and fewer transfer failures on shutdown.
Bluetooth security and MediaTek fixes
Hardens Bluetooth discovery and controller parsing against malformed data, and fixes MediaTek WMT handling.
Why it matters: Better security and stability for Bluetooth devices, especially with MediaTek controllers.
USB audio & sound
USB audio stability fixes
Fixes memory corruption and crashes in USB audio handling, including buffer overflows and races during card release.
Why it matters: More stable USB audio devices, especially when disconnecting or restarting.
USB audio device quirks
Adds support for the Behringer FCA1616 and removes a non-functional mute control on AVerMedia capture cards.
Why it matters: Better audio capture on these devices and cleaner mixer controls.
Hardware & core
DMA and memory allocation fixes
Corrects DMA bounce buffer handling and reserved memory assignment, and fixes allocation for IOMMU-backed devices on AMD SME/SEV systems.
Why it matters: Prevents silent data corruption and allocation failures on systems with specific DMA configurations.
Platform hardware support
Adds mute LED support for HP OmniBook 7 laptops and fixes GPIO hogs in device tree overlays.
Why it matters: Better laptop indicator support and correct GPIO behavior on embedded systems.
Source commits207 entries +
xfrm: iptfs: fix stack OOB read in iptfs_skb_reset_frag_walk()
Roshan Kumar · Jul 28, 2026 · 1 files
xfrm: serialize state GC with device state flush
Chengfeng Ye · Jul 30, 2026 · 1 files
xfrm: use hlist_del_init_rcu for state_cache and state_cache_input
Siwei Zhang · Jul 30, 2026 · 1 files
xfrm: add missing RCU read lock in xfrm_send_migrate_state()
Aleksandr Nogikh · Jul 31, 2026 · 1 files
wifi: ath11k: cleanup arsta in ath11k_mac_peer_cleanup_all()
Nicolas Escande · Jul 31, 2026 · 1 files
xfrm: iptfs: fix runt reassembly panic from short inner tot_len
Henry Martin · Aug 3, 2026 · 1 files
ipv6: xfrm: use full sockets in local error paths
Zhiling Zou · Aug 3, 2026 · 1 files
xfrm: fix compat ALLOCSPI request use-after-free
Kyle Zeng · Aug 4, 2026 · 1 files
wifi: wilc1000: fix out-of-bounds read in P2P public action frames
Ali Ahmet Memis · Aug 7, 2026 · 1 files
wifi: brcmfmac: cyw: pass PMKID to firmware if present
Bogdan Nicolae · Aug 7, 2026 · 1 files
xfrm: add missing rcu_read_lock(), skb_dst_force() and dev_hold() for xfrm_trans_reinject()
Eric Dumazet · Aug 7, 2026 · 1 files
wifi: mac80211: avoid WARN in set_bitrate_mask when sdata not in driver
Rik van Riel · Aug 8, 2026 · 1 files
wifi: virt_wifi: free skb when disconnected
Mariano Baragiola · Aug 9, 2026 · 1 files
wifi: brcmfmac: fix lost 802.1x TX completion wakeup
Karl Mehltretter · Aug 11, 2026 · 1 files
wifi: libipw: reject too-short beacon and probe responses
Shmulik Cohen · Aug 12, 2026 · 1 files
wifi: libipw: reject too-short association responses
Shmulik Cohen · Aug 12, 2026 · 1 files
wifi: ipw2x00: bound management frame length to the receive buffer
Shmulik Cohen · Aug 12, 2026 · 2 files
gpiolib: Put fwnode reference on failure
Michail Tatas · Aug 13, 2026 · 1 files
wifi: mwifiex: bound the pairwise-cipher OUI walk to the IE length
Doruk Tan Ozturk · Aug 14, 2026 · 1 files
wifi: libertas_tf: fix UAF in lbtf_free_adapter()
Jiangshan Yi · Aug 15, 2026 · 1 files
wifi: brcmsmac: fix UAF in brcms_free_timer()
Jiangshan Yi · Aug 15, 2026 · 1 files
wifi: mwifiex: validate scan response extents
Pengpeng Hou · Aug 15, 2026 · 1 files
gpiolib: of: don't mark hog nodes OF_POPULATED before a chip is found
Abdurrahman Hussain · Aug 15, 2026 · 1 files
esp: downgrade zerocopy managed frags before mutating skb frags
Maher Azzouzi · Aug 17, 2026 · 2 files
Bluetooth: hci_qca: Do not write to the serial port after it is closed
Ibrahim Abdelkader · Aug 19, 2026 · 1 files
wifi: mwifiex: prevent authentication frame length truncation
Linmao Li · Aug 20, 2026 · 1 files
wifi: iwlegacy: fix broadcast stations deallocation
Stanislaw Gruszka · Aug 20, 2026 · 1 files
wifi: wlcore: release runtime PM ref on regdomain config failure
Runyu Xiao · Aug 20, 2026 · 1 files
keys: fix lost wakeup when reaping a dead key type
Karl Mehltretter · Aug 21, 2026 · 1 files
keys: translate request_key_auth pid for the reading procfs instance
Maoyi Xie · Aug 21, 2026 · 2 files
Bluetooth: hci_sync: Serialize local codec list cleanup
Chengfeng Ye · Aug 21, 2026 · 1 files
Bluetooth: hci_codec: validate vendor codec count length
Laxman Acharya Padhya · Aug 24, 2026 · 1 files
wifi: ath12k: ahb: Revert undocumented ABI and dead code
Krzysztof Kozlowski · Aug 25, 2026 · 1 files
netfilter: nft_nat: fully initialise new_addr in netmap setup
Theodor Arsenij Larionov Trichkine · Aug 25, 2026 · 1 files
wifi: mwifiex: validate action frame fixed fields
Zhao Li · Aug 25, 2026 · 1 files
power: sequencing: Fix build issue with COMPILE_TEST
Biju Das · Aug 26, 2026 · 1 files
xfrm: hold net_device reference under RCU in bundle creation
Cen Zhang (Microsoft Security FORGE Labs) · Aug 26, 2026 · 1 files
wifi: mac80211: include TIM bitmap control for buffered S1G mcast traffic
Lachlan Hodges · Aug 27, 2026 · 1 files
netfilter: nf_tables: fix device name and prefix match in hook lookup
Fernando Fernandez Mancera · Aug 27, 2026 · 1 files
wifi: mwifiex: fix IRQ leak using wrong index in MSI-X error path
Peng Hao · Aug 28, 2026 · 1 files
xfrm: save input state data before secpath resets
Zhiling Zou · Aug 29, 2026 · 1 files
net: xfrm: reject unrepresentable espintcp transport headers
Wyatt Feng · Aug 29, 2026 · 1 files
wifi: p54: validate curve data length in the calibration curve converters
Shengzhuo Wei · Aug 30, 2026 · 1 files
wifi: p54: require a full exp_if record in PDR_INTERFACE_LIST
Shengzhuo Wei · Aug 30, 2026 · 1 files
KEYS: trusted: Fix tpm2_load_cmd() boundary check
Jarkko Sakkinen · Sep 1, 2026 · 1 files
netfilter: nf_nat: unregister and release hooks on error
Pablo Neira Ayuso · Sep 2, 2026 · 1 files
wifi: mac80211: avoid out-of-bounds read for empty PREQ elements
Ivan Pustogarov · Sep 3, 2026 · 1 files
wifi: wilc1000: fix RX buffer OOB-write in wilc_wlan_handle_isr_ext()
Tianchu Chen · Sep 4, 2026 · 1 files
wifi: rsi: fix heap OOB write on key removal
Tianchu Chen · Sep 4, 2026 · 1 files
wifi: cfg80211: don't get the radio mask for netdev-less wdevs
Johannes Berg · Sep 4, 2026 · 1 files
wifi: cfg80211: check IP header size in cfg80211_classify8021d()
Johannes Berg · Sep 4, 2026 · 1 files
wifi: cfg80211: don't free driver-owned scan requests
Johannes Berg · Sep 4, 2026 · 4 files
wifi: cfg80211: only group hidden BSSes with beacon entries
Johannes Berg · Sep 4, 2026 · 1 files
wifi: cfg80211: don't filter by BSS type when removing stale entries
Johannes Berg · Sep 4, 2026 · 1 files
wifi: cfg80211: ibss: ref BSS entry for joined event
Johannes Berg · Sep 4, 2026 · 3 files
wifi: cfg80211: fix NAN regulatory enforcement
Johannes Berg · Sep 4, 2026 · 1 files
wifi: cfg80211: reduce RTNL holding in regulatory enforcement
Johannes Berg · Sep 4, 2026 · 4 files
wifi: mac80211: don't apply peer rates to off-channel frames
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: don't drop scan probe requests for lack of peer rates
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: don't start a ROC while scanning
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: don't warn when an IBSS has no channel to scan
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: don't offload TC setup on AP_VLAN interfaces
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: suppress chanctx warning for debugfs reset
Johannes Berg · Sep 4, 2026 · 4 files
wifi: mac80211: abort chanswitch when leaving a mesh
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: reset state when starting AP fails
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: reset the LED state when ifup fails
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: only operate on TDLS peers in the TDLS code
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211_hwsim: don't hand frames to mac80211 while stopping
Johannes Berg · Sep 4, 2026 · 1 files
wifi: cfg80211: restore netns_immutable on failures
Johannes Berg · Sep 4, 2026 · 1 files
wifi: cfg80211: undo netns switch if renaming the wiphy fails
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: unlist vifs when their netdev is unregistered
Johannes Berg · Sep 4, 2026 · 1 files
wifi: cfg80211: get the wiphy out of a dying network namespace
Johannes Berg · Sep 4, 2026 · 1 files
wifi: mac80211: refuse to make a monitor active when it has no queue
Devin Wittmayer · Sep 4, 2026 · 1 files
dma-coherent: report a failed reserved memory assignment
Donggeun Yoo · Sep 5, 2026 · 1 files
swiotlb: use the adjusted address for the highmem page lookup
Donggeun Yoo · Sep 5, 2026 · 1 files
Bluetooth: hci_core: Fix queuing tx_work after workqueue is drained
ThangNN99 · Sep 6, 2026 · 1 files
Bluetooth: coredump: Quiesce dump work on unregister
Weiming Shi · Sep 6, 2026 · 3 files
Bluetooth: eir: validate service data length before reading UUID
Aamir Ahmed · Sep 6, 2026 · 1 files
.get_maintainer.ignore: add myself
Johannes Berg · Sep 7, 2026 · 1 files
dma-mapping: don't trace the DMA address when the allocation fails
Donggeun Yoo · Sep 7, 2026 · 1 files
netfilter: flowtable: hold reference on ct until flow is released
Pablo Neira Ayuso · Sep 7, 2026 · 1 files
Bluetooth: btusb: fix NXP IW610 composite device handling
Nicolas Thibert · Sep 8, 2026 · 1 files
Bluetooth: btintel_pcie: validate TX skb length in send_sync
Chandrashekar Devegowda · Sep 8, 2026 · 1 files
x86/mm: Don't force unencrypted DMA for IOMMU-backed devices
Aneesh Kumar K.V (Arm) · Sep 8, 2026 · 1 files
wifi: mac80211: don't allow injecting frames wider than the chanctx
Johannes Berg · Sep 8, 2026 · 3 files
wifi: mac80211: reset the AP_VLAN tailroom counter on ifdown
Johannes Berg · Sep 8, 2026 · 1 files
wifi: mac80211: require a peer station for TDLS setup confirm
Johannes Berg · Sep 8, 2026 · 1 files
wifi: mac80211: don't allow link changes when iface is down
Johannes Berg · Sep 8, 2026 · 1 files
wifi: mac80211: don't RCU-dereference the mesh CSA settings we just set
Johannes Berg · Sep 8, 2026 · 1 files
wifi: mac80211: don't access the TSF of a down interface
Johannes Berg · Sep 8, 2026 · 1 files
wifi: mac80211: add HE 6 GHz capability in the scan elems len
Johannes Berg · Sep 8, 2026 · 1 files
wifi: mac80211: mesh: reset the CSA state when leaving
Johannes Berg · Sep 8, 2026 · 1 files
wifi: mac80211: mesh: release the channel if start fails
Johannes Berg · Sep 8, 2026 · 1 files
wifi: mac80211: set up the TX info early to fix failure paths
Johannes Berg · Sep 8, 2026 · 1 files
Bluetooth: put the peer's on-air address on air when we cannot resolve
Radek Podgorny · Sep 8, 2026 · 1 files
wifi: libipw: reject TKIP frames without a full MIC
Daehyeon Ko · Sep 9, 2026 · 1 files
ASoC: rt712-sdca: reconfigure PLL2 to fix calibration time-out
Jack Yu · Sep 9, 2026 · 3 files
power: sequencing: don't call .post_enable() if pwrseq_unit_enable() failed
Bartosz Golaszewski · Sep 9, 2026 · 1 files
power: sequencing: fix NULL-pointer dereference in pwrseq_unit_new()
Bartosz Golaszewski · Sep 9, 2026 · 1 files
power: sequencing: fix NULL-pointer dereference in pwrseq_device_register()
Bartosz Golaszewski · Sep 9, 2026 · 1 files
wifi: virt_wifi: don't transfer operstate before register
Zihan Xi · Sep 9, 2026 · 1 files
neighbour: Add missing RCU annotation for neightbl_dump_info().
Kuniyuki Iwashima · Sep 9, 2026 · 1 files
neighbour: Enforce min/max to NDTPA_INTERVAL_PROBE_TIME_MS.
Kuniyuki Iwashima · Sep 9, 2026 · 3 files
neighbour: Don't render blackhole_netdev via RTM_GETNEIGHTBL.
Kuniyuki Iwashima · Sep 9, 2026 · 1 files
neighbour: Skip default parms when resumed in neightbl_dump_info().
Kuniyuki Iwashima · Sep 9, 2026 · 1 files
wifi: wcn36xx: Fix potential use-after-free in TX ack timer teardown
Fan Wu · Sep 10, 2026 · 1 files
rust: net: phy: fix off-by-one bit positions in device status accessors
Chunfeng Song · Sep 10, 2026 · 1 files
net: fddi: skfp: fix NULL deref when setting the MAC address while down
Hohyun Sim · Sep 10, 2026 · 1 files
wifi: cfg80211: do not support direct add of station to AP_VLAN interfaces
Slawomir Stepien · Sep 10, 2026 · 1 files
wifi: cfg80211: move link_id validation earlier in nl80211_new_station()
Slawomir Stepien · Sep 10, 2026 · 1 files
wifi: cfg80211: check if AP has been started or joined a mesh before adding new station
Slawomir Stepien · Sep 10, 2026 · 1 files
net/sched: act_api: release tail references on DELACTION failure
Xuanqiang Luo · Sep 10, 2026 · 1 files
selftests: tc-testing: test action batch deletion failure cleanup
Xuanqiang Luo · Sep 10, 2026 · 1 files
ASoC: Rename snd_soc_dai_link_ch_map.ch_mask to cpu_ch_mask
Richard Fitzgerald · Sep 10, 2026 · 3 files
ASoC: Add codec_ch_mask to snd_soc_dai_link_ch_map
Richard Fitzgerald · Sep 10, 2026 · 1 files
ASoC: soc-pcm: Apply snd_soc_dai_link_ch_map.codec_ch_mask to codec params
Richard Fitzgerald · Sep 10, 2026 · 1 files
ASoC: sdw_utils: Set snd_soc_dai_link_ch_map.codec_ch_mask for capture
Richard Fitzgerald · Sep 10, 2026 · 1 files
ASoC: sdw_utils: cs_amp: Delete bogus and incorrect capture channel fixup
Richard Fitzgerald · Sep 10, 2026 · 3 files
ASoC: wm_adsp: Firmware search progress log should not look like an error
Richard Fitzgerald · Sep 10, 2026 · 1 files
net: dsa: mxl862xx: disable the stats poll on teardown
Daniel Golle · Sep 10, 2026 · 1 files
ipv4: icmp: reject RTN_UNREACHABLE input routes in icmp_route_lookup
Dong Chenchen · Sep 10, 2026 · 1 files
ALSA: bcd2000: Fix race between rawmidi and disconnect
Takashi Iwai · Sep 10, 2026 · 1 files
ASoC: amd: acp: bounds-check SoundWire link ID in machine drivers
Vijendar Mukunda · Sep 10, 2026 · 2 files
ASoC: amd: acp: refactor codec config count in SOF SoundWire machine driver
Vijendar Mukunda · Sep 10, 2026 · 1 files
ASoC: amd: acp: fix ffs() operator precedence for SoundWire link ID
Vijendar Mukunda · Sep 10, 2026 · 2 files
ASoC: amd: acp: fix card name length warning in SOF SoundWire machine driver
Vijendar Mukunda · Sep 10, 2026 · 1 files
Bluetooth: ISO: Fix parent socket leak in iso_conn_ready()
Luiz Augusto von Dentz · Sep 10, 2026 · 1 files
Bluetooth: ISO: set BT_LISTEN before requesting a BIG sync
Luiz Augusto von Dentz · Sep 10, 2026 · 1 files
drop_monitor: synchronize tracepoint unregistration on error path
Eric Dumazet · Sep 10, 2026 · 1 files
drop_monitor: use timer_shutdown_sync() to prevent timer rearming during teardown
Eric Dumazet · Sep 10, 2026 · 1 files
drop_monitor: use raw_cpu_ptr() in tracepoint probes
Eric Dumazet · Sep 10, 2026 · 1 files
drop_monitor: fix out-of-bounds write in reset_per_cpu_data()
Eric Dumazet · Sep 10, 2026 · 1 files
net: wwan: mhi_wwan_mbim: guard against a cyclic NDP chain
Guanglei Zhu · Sep 11, 2026 · 1 files
net: wwan: mhi_wwan_mbim: check skb_copy_bits() return value
Guanglei Zhu · Sep 11, 2026 · 1 files
net: wwan: t7xx: validate the netif index in t7xx_ccmni_recv_skb()
Guanglei Zhu · Sep 11, 2026 · 1 files
ALSA: virtio: reset device before deleting virtqueues
Yuho Choi · Sep 11, 2026 · 1 files
rds: ib: use rds_conn_drop() on protocol version mismatch
Aohan Mei · Sep 11, 2026 · 1 files
ASoC: Intel: sof_es8336: Add a quirk for Huawei Matebook B3-420
Ai Chao · Sep 11, 2026 · 1 files
net: stmmac: propagate FPE preemption-class mapping errors
Lorenzo Bianconi · Sep 11, 2026 · 2 files
net: stmmac: preserve real_num_tx_queues on mqprio setup failure
Lorenzo Bianconi · Sep 11, 2026 · 1 files
net: stmmac: fix TSO header length truncation
Lorenzo Bianconi · Sep 11, 2026 · 1 files
net: bridge: mst: move switchdev call outside rcu
Nikolay Aleksandrov · Sep 11, 2026 · 1 files
Bluetooth: btintel_pcie: fix off-by-one bounds check in RX submit
Sai Teja Aluvala · Sep 11, 2026 · 1 files
netlink: do not free nlk->groups while lockless readers can use it
Eric Dumazet · Sep 11, 2026 · 2 files
KEYS: encrypted: fix integer overflow of datablob_len
Cen Zhang · Sep 11, 2026 · 1 files
af_unix: Unify scc_index when finalising SCC in __unix_walk_scc().
Kuniyuki Iwashima · Sep 12, 2026 · 1 files
selftest: af_unix: Add test case with mixed lowpoint in scm_rights.c.
Kuniyuki Iwashima · Sep 12, 2026 · 1 files
ALSA: hda/realtek: Add quirk for HP Victus 15-fa1xxx (MB 8BB1) mute LED
Krish Gulati · Sep 12, 2026 · 1 files
net: remove WARN_ON_ONCE() from the dev_fill_forward_path() loop check
Farhad Alemi · Sep 12, 2026 · 1 files
openvswitch: avoid reallocating confirmed conntrack labels
Zhiling Zou · Sep 12, 2026 · 1 files
net: phy: mediatek: do not report link and per-speed LED rules together
Ahmed Naseef · Sep 12, 2026 · 1 files
tcp: do not let tcp_rmem be set below 4096
Eric Dumazet · Sep 12, 2026 · 2 files
ALSA: core: Fix potential UAF after asynchronous card release
Takashi Iwai · Sep 12, 2026 · 1 files
net/sched: codel: bound the dropping loop per dequeue call
Jamal Hadi Salim · Sep 12, 2026 · 2 files
selftests/tc-testing: add codel/fq_codel interval boundary cases
Jamal Hadi Salim · Sep 12, 2026 · 2 files
net/sched: hhf: cap hh_flows_limit at change time
Jamal Hadi Salim · Sep 12, 2026 · 1 files
selftests/tc-testing: add hhf hh_limit cap tests
Jamal Hadi Salim · Sep 12, 2026 · 1 files
ALSA: usb-audio: Clamp implicit feedback packet count to URB capacity
Xiang Mei · Sep 12, 2026 · 2 files
pppoatm: ensure a writable skb header and linear data
Eric Dumazet · Sep 12, 2026 · 1 files
Bluetooth: RFCOMM: avoid socket lock inversion in listener cleanup
Juan Perdomo · Sep 13, 2026 · 1 files
net: netsec: fix device_node reference leak on phy_np
Yige Jiang · Sep 13, 2026 · 1 files
net: ip_tunnel: initialize `options_len` before referencing options
Gris Ge · Sep 13, 2026 · 1 files
net/packet: clear RX owner on VNET header error
Mark Amirkan · Sep 13, 2026 · 1 files
mptcp: return sk_wait_data() errors from recvmsg()
Mark Amirkan · Sep 13, 2026 · 1 files
net/packet: avoid truncating TPACKET_V3 private size
Mark Amirkan · Sep 13, 2026 · 1 files
ALSA: hda: trace PCM open only after assigning a stream
Slavin Liu · Sep 13, 2026 · 1 files
ALSA: pcm: set timer->private_data before registering the PCM timer
Nguyen Ngoc Thang · Sep 13, 2026 · 1 files
ASoC: ux500: Parenthesize MSP_{RX,TX}_CLKPOL_BIT() arguments
Sasha Levin · Sep 13, 2026 · 1 files
net: bcmgenet: restore the hardware filters on open
Nicolai Buchwitz · Sep 13, 2026 · 1 files
seg6: set IPSKB_L3SLAVE from IP6SKB_L3SLAVE on IPIP decapsulation
Andrea Mayer · Sep 13, 2026 · 1 files
Bluetooth: keep dst_type with dst when reusing an LE connection
Radek Podgorny · Sep 13, 2026 · 1 files
ALSA: hda/realtek: Add mute LED quirk for HP OMEN 15-ax
Xavier Goffin · Sep 13, 2026 · 1 files
net: lan743x: fix RX checksum use-after-free
Mark Amirkan · Sep 14, 2026 · 1 files
ALSA: usb-audio: Add capture quirk for Behringer FCA1616
Kitty Makin · Sep 14, 2026 · 1 files
tcp: Don't call skb_clone_and_charge_r() for close()d listener in tcp_v6_do_rcv().
Kuniyuki Iwashima · Sep 14, 2026 · 1 files
gpio: virtuser: skip free_irq when no IRQ is installed
Runyu Xiao · Sep 14, 2026 · 1 files
Bluetooth: btmtk: fix wrong status for short WMT FUNC_CTRL events
Chris Lu · Sep 14, 2026 · 1 files
Bluetooth: btmtksdio, btmtkuart: validate WMT event length before struct access
Chris Lu · Sep 14, 2026 · 2 files
net: stmmac: do not overwrite phc_index when no PTP clock is registered
Lorenzo Bianconi · Sep 14, 2026 · 1 files
ALSA: 6fire: fix OOB write from device-reported iso length
Xiang Mei · Sep 14, 2026 · 1 files
wifi: cfg80211: verify if AP_VLAN belongs to the correct AP
Slawomir Stepien · Sep 14, 2026 · 1 files
tcp: exclude old ACKs from tcp fast path
Inbal Schussheim · Sep 14, 2026 · 1 files
selftests: net: packetdrill: test exclusion of old ACK from TCP fast path
Inbal Schussheim · Sep 14, 2026 · 1 files
net: mvpp2: prevent buffer overflow in page_pool allocation
Dmitriy Okunev · Sep 14, 2026 · 1 files
Bluetooth: btmtksdio: Fix PM runtime reference leak in shutdown
Tzung-Bi Shih · Sep 14, 2026 · 1 files
ASoC: adau1977: make the Kconfig symbols user selectable
Alvin Šipraga · Sep 14, 2026 · 1 files
ASoC: adau1977-spi: drop __maybe_unused and of_match_ptr()
Alvin Šipraga · Sep 14, 2026 · 1 files
ASoC: adau1977-i2c: add OF match table for I2C
Alvin Šipraga · Sep 14, 2026 · 1 files
ASoC: codecs: rt712-sdca-dmic: fix uninitialized stream_config->type
Jiangshan Yi · Sep 14, 2026 · 1 files
net: bridge: vlan: fix bugs caused by switchdev deletion errors
Nikolay Aleksandrov · Sep 14, 2026 · 1 files
ALSA: usb-audio: skip the broken mute control on AVerMedia GC553Pro
Asai Neko · Sep 14, 2026 · 1 files
ASoC: cs-amp-lib: Prevent NULL pointer if efi variable is zero length
Richard Fitzgerald · Sep 14, 2026 · 1 files
ALSA: hda/realtek: Enable mute LEDs on HP OmniBook 7 17-dc0xxx
Jaeho Cho · Sep 14, 2026 · 1 files
net: ethernet: cortina: Ack RX overrun interrupt correctly
Linus Walleij · Sep 14, 2026 · 1 files
eth: fbnic: ring the doorbell if a burst ends in a drop
Jakub Kicinski · Sep 15, 2026 · 2 files
net: lock the socket in sock_gettstamp()
Eric Dumazet · Sep 15, 2026 · 1 files
net: macb: fix ordering around PTP timestamp read
James Clark · Sep 15, 2026 · 1 files
ASoC: hdmi-codec: Report a change when the channel status moves
HyeongJun An · Sep 15, 2026 · 1 files
net: skbuff: do not leave stale header offsets after pskb_carve()
Eric Dumazet · Sep 15, 2026 · 1 files
ALSA: usb-audio: fix list_add double-add in push_back_to_ready_list
Nguyen Ngoc Thang · Sep 15, 2026 · 1 files
dpll: reject a reference sync pin which is not on the pin's dpll
Jakub Kicinski · Sep 15, 2026 · 1 files
net: psp: avoid conflicts with skb->decrypted and sk_validate_xmit_skb()
Daniel Zahka · Sep 15, 2026 · 4 files
selftests: drv-net: psp: test PSP and TCP ULP mutual exclusion
Daniel Zahka · Sep 15, 2026 · 2 files
ASoC: rt721: Reset codec to fix abnormal sound
Oder Chiou · Sep 16, 2026 · 2 files
mptcp: avoid unneeded actions on subflow reset
Paolo Abeni · Sep 17, 2026 · 3 files
mptcp: close race between scheduler and state change
Paolo Abeni · Sep 17, 2026 · 1 files
mptcp: fix bad accounting in __mptcp_subflow_push_pending()
Paolo Abeni · Sep 17, 2026 · 1 files