← Back to archive

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

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.

60404266ef3e42064de57fb8

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.

f5dd0626d2b023c68b4aaf5edab68a74e90bf4e72e375807

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.

e2de8d5eb298621d90169cef

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.

4914c4998961555cd2bd860e6610c6fe4b89

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.

e8241766794cd0795cfd6f6578b6abd6c7a78879e3e0a84a

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.

76a986c980bbfd95e68df6fedbd9d1cbf970

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.

beb34fe8312e5ab3dc647751

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.

b7d7914a9ae3504981db4f6955a8e1451869

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.

1c4f6202876a1f1d0812f6a8

Source commits207 entries +
d042487dc118

xfrm: iptfs: fix stack OOB read in iptfs_skb_reset_frag_walk()

Roshan Kumar · Jul 28, 2026 · 1 files

89fefad9f971

xfrm: serialize state GC with device state flush

Chengfeng Ye · Jul 30, 2026 · 1 files

2afb8dc1f439

xfrm: use hlist_del_init_rcu for state_cache and state_cache_input

Siwei Zhang · Jul 30, 2026 · 1 files

42d100f5232f

xfrm: add missing RCU read lock in xfrm_send_migrate_state()

Aleksandr Nogikh · Jul 31, 2026 · 1 files

820b8cff81c7

wifi: ath11k: cleanup arsta in ath11k_mac_peer_cleanup_all()

Nicolas Escande · Jul 31, 2026 · 1 files

dc33262be1fe

xfrm: iptfs: fix runt reassembly panic from short inner tot_len

Henry Martin · Aug 3, 2026 · 1 files

6973a21ee73c

ipv6: xfrm: use full sockets in local error paths

Zhiling Zou · Aug 3, 2026 · 1 files

d1ebd9081879

xfrm: fix compat ALLOCSPI request use-after-free

Kyle Zeng · Aug 4, 2026 · 1 files

ba6cb7c0868a

wifi: wilc1000: fix out-of-bounds read in P2P public action frames

Ali Ahmet Memis · Aug 7, 2026 · 1 files

e2de8d5eb298

wifi: brcmfmac: cyw: pass PMKID to firmware if present

Bogdan Nicolae · Aug 7, 2026 · 1 files

d2f5082f9e84

xfrm: add missing rcu_read_lock(), skb_dst_force() and dev_hold() for xfrm_trans_reinject()

Eric Dumazet · Aug 7, 2026 · 1 files

da2ca406f45a

wifi: mac80211: avoid WARN in set_bitrate_mask when sdata not in driver

Rik van Riel · Aug 8, 2026 · 1 files

f9edf7cf63b9

wifi: virt_wifi: free skb when disconnected

Mariano Baragiola · Aug 9, 2026 · 1 files

621d90169cef

wifi: brcmfmac: fix lost 802.1x TX completion wakeup

Karl Mehltretter · Aug 11, 2026 · 1 files

5ce5721e8cbe

wifi: libipw: reject too-short beacon and probe responses

Shmulik Cohen · Aug 12, 2026 · 1 files

adb7118b7d2c

wifi: libipw: reject too-short association responses

Shmulik Cohen · Aug 12, 2026 · 1 files

c46cfaf8db42

wifi: ipw2x00: bound management frame length to the receive buffer

Shmulik Cohen · Aug 12, 2026 · 2 files

16b10f64c63f

gpiolib: Put fwnode reference on failure

Michail Tatas · Aug 13, 2026 · 1 files

e667aee1c192

wifi: mwifiex: bound the pairwise-cipher OUI walk to the IE length

Doruk Tan Ozturk · Aug 14, 2026 · 1 files

bbb9a0ab96d4

wifi: libertas_tf: fix UAF in lbtf_free_adapter()

Jiangshan Yi · Aug 15, 2026 · 1 files

1eeca1d5e092

wifi: brcmsmac: fix UAF in brcms_free_timer()

Jiangshan Yi · Aug 15, 2026 · 1 files

3687d7d48070

wifi: mwifiex: validate scan response extents

Pengpeng Hou · Aug 15, 2026 · 1 files

1f1d0812f6a8

gpiolib: of: don't mark hog nodes OF_POPULATED before a chip is found

Abdurrahman Hussain · Aug 15, 2026 · 1 files

f89416eb3db1

esp: downgrade zerocopy managed frags before mutating skb frags

Maher Azzouzi · Aug 17, 2026 · 2 files

4e93c65f8782

Bluetooth: hci_qca: Do not write to the serial port after it is closed

Ibrahim Abdelkader · Aug 19, 2026 · 1 files

fa00193eb991

wifi: mwifiex: prevent authentication frame length truncation

Linmao Li · Aug 20, 2026 · 1 files

b5526b780f8b

wifi: iwlegacy: fix broadcast stations deallocation

Stanislaw Gruszka · Aug 20, 2026 · 1 files

8a1f3cf89ddc

wifi: wlcore: release runtime PM ref on regdomain config failure

Runyu Xiao · Aug 20, 2026 · 1 files

2725ab3f5ad1

keys: fix lost wakeup when reaping a dead key type

Karl Mehltretter · Aug 21, 2026 · 1 files

0d6a4268b060

keys: translate request_key_auth pid for the reading procfs instance

Maoyi Xie · Aug 21, 2026 · 2 files

9a10987a2f16

Bluetooth: hci_sync: Serialize local codec list cleanup

Chengfeng Ye · Aug 21, 2026 · 1 files

d0795cfd6f65

Bluetooth: hci_codec: validate vendor codec count length

Laxman Acharya Padhya · Aug 24, 2026 · 1 files

ce9d5197d651

wifi: ath12k: ahb: Revert undocumented ABI and dead code

Krzysztof Kozlowski · Aug 25, 2026 · 1 files

d313499df661

netfilter: nft_nat: fully initialise new_addr in netmap setup

Theodor Arsenij Larionov Trichkine · Aug 25, 2026 · 1 files

1c25bfad93e6

wifi: mwifiex: validate action frame fixed fields

Zhao Li · Aug 25, 2026 · 1 files

3b54dbd11980

power: sequencing: Fix build issue with COMPILE_TEST

Biju Das · Aug 26, 2026 · 1 files

9fa903b24b1f

xfrm: hold net_device reference under RCU in bundle creation

Cen Zhang (Microsoft Security FORGE Labs) · Aug 26, 2026 · 1 files

af72b5946d49

wifi: mac80211: include TIM bitmap control for buffered S1G mcast traffic

Lachlan Hodges · Aug 27, 2026 · 1 files

444e4c88c9c6

netfilter: nf_tables: fix device name and prefix match in hook lookup

Fernando Fernandez Mancera · Aug 27, 2026 · 1 files

a3d722190cde

wifi: mwifiex: fix IRQ leak using wrong index in MSI-X error path

Peng Hao · Aug 28, 2026 · 1 files

3cf5cdecd99c

xfrm: save input state data before secpath resets

Zhiling Zou · Aug 29, 2026 · 1 files

96f01b53c2d0

net: xfrm: reject unrepresentable espintcp transport headers

Wyatt Feng · Aug 29, 2026 · 1 files

ce858fa6b8a2

wifi: p54: validate curve data length in the calibration curve converters

Shengzhuo Wei · Aug 30, 2026 · 1 files

d8efd84f4937

wifi: p54: require a full exp_if record in PDR_INTERFACE_LIST

Shengzhuo Wei · Aug 30, 2026 · 1 files

114f00d738f1

KEYS: trusted: Fix tpm2_load_cmd() boundary check

Jarkko Sakkinen · Sep 1, 2026 · 1 files

cbdd39ce4253

netfilter: nf_nat: unregister and release hooks on error

Pablo Neira Ayuso · Sep 2, 2026 · 1 files

e6031f02269c

wifi: mac80211: avoid out-of-bounds read for empty PREQ elements

Ivan Pustogarov · Sep 3, 2026 · 1 files

c1ba7f7f1846

wifi: wilc1000: fix RX buffer OOB-write in wilc_wlan_handle_isr_ext()

Tianchu Chen · Sep 4, 2026 · 1 files

e6c5ed7a98d7

wifi: rsi: fix heap OOB write on key removal

Tianchu Chen · Sep 4, 2026 · 1 files

a7783e585360

wifi: cfg80211: don't get the radio mask for netdev-less wdevs

Johannes Berg · Sep 4, 2026 · 1 files

48b2c5c628b0

wifi: cfg80211: check IP header size in cfg80211_classify8021d()

Johannes Berg · Sep 4, 2026 · 1 files

dab68a74e90b

wifi: cfg80211: don't free driver-owned scan requests

Johannes Berg · Sep 4, 2026 · 4 files

068843ed0902

wifi: cfg80211: only group hidden BSSes with beacon entries

Johannes Berg · Sep 4, 2026 · 1 files

b377e1000d96

wifi: cfg80211: don't filter by BSS type when removing stale entries

Johannes Berg · Sep 4, 2026 · 1 files

708f9d43d6a2

wifi: cfg80211: ibss: ref BSS entry for joined event

Johannes Berg · Sep 4, 2026 · 3 files

17a5f8571d1d

wifi: cfg80211: fix NAN regulatory enforcement

Johannes Berg · Sep 4, 2026 · 1 files

f4e72e375807

wifi: cfg80211: reduce RTNL holding in regulatory enforcement

Johannes Berg · Sep 4, 2026 · 4 files

f5dd0626d2b0

wifi: mac80211: don't apply peer rates to off-channel frames

Johannes Berg · Sep 4, 2026 · 1 files

23c68b4aaf5e

wifi: mac80211: don't drop scan probe requests for lack of peer rates

Johannes Berg · Sep 4, 2026 · 1 files

733f0fde9539

wifi: mac80211: don't start a ROC while scanning

Johannes Berg · Sep 4, 2026 · 1 files

a7491b7efbd9

wifi: mac80211: don't warn when an IBSS has no channel to scan

Johannes Berg · Sep 4, 2026 · 1 files

362bd5bce29e

wifi: mac80211: don't offload TC setup on AP_VLAN interfaces

Johannes Berg · Sep 4, 2026 · 1 files

bf29d085e0eb

wifi: mac80211: suppress chanctx warning for debugfs reset

Johannes Berg · Sep 4, 2026 · 4 files

ac7472a24bd4

wifi: mac80211: abort chanswitch when leaving a mesh

Johannes Berg · Sep 4, 2026 · 1 files

3f28551d0241

wifi: mac80211: reset state when starting AP fails

Johannes Berg · Sep 4, 2026 · 1 files

78183e833195

wifi: mac80211: reset the LED state when ifup fails

Johannes Berg · Sep 4, 2026 · 1 files

6f0a100df853

wifi: mac80211: only operate on TDLS peers in the TDLS code

Johannes Berg · Sep 4, 2026 · 1 files

87840d4a3a21

wifi: mac80211_hwsim: don't hand frames to mac80211 while stopping

Johannes Berg · Sep 4, 2026 · 1 files

eeee52cfd1d6

wifi: cfg80211: restore netns_immutable on failures

Johannes Berg · Sep 4, 2026 · 1 files

a41bd1938a9b

wifi: cfg80211: undo netns switch if renaming the wiphy fails

Johannes Berg · Sep 4, 2026 · 1 files

eee2efd82867

wifi: mac80211: unlist vifs when their netdev is unregistered

Johannes Berg · Sep 4, 2026 · 1 files

4635b1a1c1d6

wifi: cfg80211: get the wiphy out of a dying network namespace

Johannes Berg · Sep 4, 2026 · 1 files

2b04d6556964

wifi: mac80211: refuse to make a monitor active when it has no queue

Devin Wittmayer · Sep 4, 2026 · 1 files

504981db4f69

dma-coherent: report a failed reserved memory assignment

Donggeun Yoo · Sep 5, 2026 · 1 files

b7d7914a9ae3

swiotlb: use the adjusted address for the highmem page lookup

Donggeun Yoo · Sep 5, 2026 · 1 files

6610c6fe4b89

Bluetooth: hci_core: Fix queuing tx_work after workqueue is drained

ThangNN99 · Sep 6, 2026 · 1 files

d236517c264e

Bluetooth: coredump: Quiesce dump work on unregister

Weiming Shi · Sep 6, 2026 · 3 files

e8241766794c

Bluetooth: eir: validate service data length before reading UUID

Aamir Ahmed · Sep 6, 2026 · 1 files

ad7265b29995

.get_maintainer.ignore: add myself

Johannes Berg · Sep 7, 2026 · 1 files

92c6a8d6470f

dma-mapping: don't trace the DMA address when the allocation fails

Donggeun Yoo · Sep 7, 2026 · 1 files

e75a9fa1d44b

netfilter: flowtable: hold reference on ct until flow is released

Pablo Neira Ayuso · Sep 7, 2026 · 1 files

2b50adefed98

Bluetooth: btusb: fix NXP IW610 composite device handling

Nicolas Thibert · Sep 8, 2026 · 1 files

4b837ebd0ea2

Bluetooth: btintel_pcie: validate TX skb length in send_sync

Chandrashekar Devegowda · Sep 8, 2026 · 1 files

55a8e1451869

x86/mm: Don't force unencrypted DMA for IOMMU-backed devices

Aneesh Kumar K.V (Arm) · Sep 8, 2026 · 1 files

e14bf37bb2b3

wifi: mac80211: don't allow injecting frames wider than the chanctx

Johannes Berg · Sep 8, 2026 · 3 files

4504f3960dc4

wifi: mac80211: reset the AP_VLAN tailroom counter on ifdown

Johannes Berg · Sep 8, 2026 · 1 files

038e1d126304

wifi: mac80211: require a peer station for TDLS setup confirm

Johannes Berg · Sep 8, 2026 · 1 files

370872d30349

wifi: mac80211: don't allow link changes when iface is down

Johannes Berg · Sep 8, 2026 · 1 files

b481e64e4498

wifi: mac80211: don't RCU-dereference the mesh CSA settings we just set

Johannes Berg · Sep 8, 2026 · 1 files

0b1de9feeb86

wifi: mac80211: don't access the TSF of a down interface

Johannes Berg · Sep 8, 2026 · 1 files

cd54bf333f56

wifi: mac80211: add HE 6 GHz capability in the scan elems len

Johannes Berg · Sep 8, 2026 · 1 files

860134b3af77

wifi: mac80211: mesh: reset the CSA state when leaving

Johannes Berg · Sep 8, 2026 · 1 files

ae97fff6495a

wifi: mac80211: mesh: release the channel if start fails

Johannes Berg · Sep 8, 2026 · 1 files

50d3d79dc074

wifi: mac80211: set up the TX info early to fix failure paths

Johannes Berg · Sep 8, 2026 · 1 files

4914c4998961

Bluetooth: put the peer's on-air address on air when we cannot resolve

Radek Podgorny · Sep 8, 2026 · 1 files

06f42accaf3c

wifi: libipw: reject TKIP frames without a full MIC

Daehyeon Ko · Sep 9, 2026 · 1 files

d56fe35c1bce

ASoC: rt712-sdca: reconfigure PLL2 to fix calibration time-out

Jack Yu · Sep 9, 2026 · 3 files

5f90f85eae4e

power: sequencing: don't call .post_enable() if pwrseq_unit_enable() failed

Bartosz Golaszewski · Sep 9, 2026 · 1 files

115b303e8e09

power: sequencing: fix NULL-pointer dereference in pwrseq_unit_new()

Bartosz Golaszewski · Sep 9, 2026 · 1 files

242da4318d97

power: sequencing: fix NULL-pointer dereference in pwrseq_device_register()

Bartosz Golaszewski · Sep 9, 2026 · 1 files

e5c8d7acd31b

wifi: virt_wifi: don't transfer operstate before register

Zihan Xi · Sep 9, 2026 · 1 files

764dcebb0337

neighbour: Add missing RCU annotation for neightbl_dump_info().

Kuniyuki Iwashima · Sep 9, 2026 · 1 files

6d79b223ec44

neighbour: Enforce min/max to NDTPA_INTERVAL_PROBE_TIME_MS.

Kuniyuki Iwashima · Sep 9, 2026 · 3 files

7b430fcfc972

neighbour: Don't render blackhole_netdev via RTM_GETNEIGHTBL.

Kuniyuki Iwashima · Sep 9, 2026 · 1 files

979aabdad8dd

neighbour: Skip default parms when resumed in neightbl_dump_info().

Kuniyuki Iwashima · Sep 9, 2026 · 1 files

d9be5e755307

wifi: wcn36xx: Fix potential use-after-free in TX ack timer teardown

Fan Wu · Sep 10, 2026 · 1 files

6fb0a9d9071f

rust: net: phy: fix off-by-one bit positions in device status accessors

Chunfeng Song · Sep 10, 2026 · 1 files

7c8810c2e69c

net: fddi: skfp: fix NULL deref when setting the MAC address while down

Hohyun Sim · Sep 10, 2026 · 1 files

4ae3128c2303

wifi: cfg80211: do not support direct add of station to AP_VLAN interfaces

Slawomir Stepien · Sep 10, 2026 · 1 files

e3d1acb02767

wifi: cfg80211: move link_id validation earlier in nl80211_new_station()

Slawomir Stepien · Sep 10, 2026 · 1 files

a842cfc1d6d8

wifi: cfg80211: check if AP has been started or joined a mesh before adding new station

Slawomir Stepien · Sep 10, 2026 · 1 files

6e05e46fa821

net/sched: act_api: release tail references on DELACTION failure

Xuanqiang Luo · Sep 10, 2026 · 1 files

14c5eb685cde

selftests: tc-testing: test action batch deletion failure cleanup

Xuanqiang Luo · Sep 10, 2026 · 1 files

4d855d747521

ASoC: Rename snd_soc_dai_link_ch_map.ch_mask to cpu_ch_mask

Richard Fitzgerald · Sep 10, 2026 · 3 files

88b14c0d0bab

ASoC: Add codec_ch_mask to snd_soc_dai_link_ch_map

Richard Fitzgerald · Sep 10, 2026 · 1 files

6b382bdfe26a

ASoC: soc-pcm: Apply snd_soc_dai_link_ch_map.codec_ch_mask to codec params

Richard Fitzgerald · Sep 10, 2026 · 1 files

290845e151cd

ASoC: sdw_utils: Set snd_soc_dai_link_ch_map.codec_ch_mask for capture

Richard Fitzgerald · Sep 10, 2026 · 1 files

b5b00a57868b

ASoC: sdw_utils: cs_amp: Delete bogus and incorrect capture channel fixup

Richard Fitzgerald · Sep 10, 2026 · 3 files

88c4aff39452

ASoC: wm_adsp: Firmware search progress log should not look like an error

Richard Fitzgerald · Sep 10, 2026 · 1 files

9e92ad4630f5

net: dsa: mxl862xx: disable the stats poll on teardown

Daniel Golle · Sep 10, 2026 · 1 files

2998147b59c9

ipv4: icmp: reject RTN_UNREACHABLE input routes in icmp_route_lookup

Dong Chenchen · Sep 10, 2026 · 1 files

221253723dc5

ALSA: bcd2000: Fix race between rawmidi and disconnect

Takashi Iwai · Sep 10, 2026 · 1 files

29218a4d11a3

ASoC: amd: acp: bounds-check SoundWire link ID in machine drivers

Vijendar Mukunda · Sep 10, 2026 · 2 files

0b7d55d3a912

ASoC: amd: acp: refactor codec config count in SOF SoundWire machine driver

Vijendar Mukunda · Sep 10, 2026 · 1 files

27098aaf28b9

ASoC: amd: acp: fix ffs() operator precedence for SoundWire link ID

Vijendar Mukunda · Sep 10, 2026 · 2 files

d57616f8be56

ASoC: amd: acp: fix card name length warning in SOF SoundWire machine driver

Vijendar Mukunda · Sep 10, 2026 · 1 files

ca18ee413a7c

Bluetooth: ISO: Fix parent socket leak in iso_conn_ready()

Luiz Augusto von Dentz · Sep 10, 2026 · 1 files

296e7f3c5071

Bluetooth: ISO: set BT_LISTEN before requesting a BIG sync

Luiz Augusto von Dentz · Sep 10, 2026 · 1 files

6a038ef2b579

drop_monitor: synchronize tracepoint unregistration on error path

Eric Dumazet · Sep 10, 2026 · 1 files

c391a40f7188

drop_monitor: use timer_shutdown_sync() to prevent timer rearming during teardown

Eric Dumazet · Sep 10, 2026 · 1 files

c19b7d35086b

drop_monitor: use raw_cpu_ptr() in tracepoint probes

Eric Dumazet · Sep 10, 2026 · 1 files

439f392084f8

drop_monitor: fix out-of-bounds write in reset_per_cpu_data()

Eric Dumazet · Sep 10, 2026 · 1 files

5d063822ac51

net: wwan: mhi_wwan_mbim: guard against a cyclic NDP chain

Guanglei Zhu · Sep 11, 2026 · 1 files

31550d585589

net: wwan: mhi_wwan_mbim: check skb_copy_bits() return value

Guanglei Zhu · Sep 11, 2026 · 1 files

c7ead9704249

net: wwan: t7xx: validate the netif index in t7xx_ccmni_recv_skb()

Guanglei Zhu · Sep 11, 2026 · 1 files

6c05d00af307

ALSA: virtio: reset device before deleting virtqueues

Yuho Choi · Sep 11, 2026 · 1 files

f97d8c7bab78

rds: ib: use rds_conn_drop() on protocol version mismatch

Aohan Mei · Sep 11, 2026 · 1 files

576725ded009

ASoC: Intel: sof_es8336: Add a quirk for Huawei Matebook B3-420

Ai Chao · Sep 11, 2026 · 1 files

90e4b849dfa6

net: stmmac: propagate FPE preemption-class mapping errors

Lorenzo Bianconi · Sep 11, 2026 · 2 files

02fffd1939f6

net: stmmac: preserve real_num_tx_queues on mqprio setup failure

Lorenzo Bianconi · Sep 11, 2026 · 1 files

15989abd74f1

net: stmmac: fix TSO header length truncation

Lorenzo Bianconi · Sep 11, 2026 · 1 files

18a6fe05fb6e

net: bridge: mst: move switchdev call outside rcu

Nikolay Aleksandrov · Sep 11, 2026 · 1 files

2ea5a87a5a7a

Bluetooth: btintel_pcie: fix off-by-one bounds check in RX submit

Sai Teja Aluvala · Sep 11, 2026 · 1 files

ceac0de741bf

netlink: do not free nlk->groups while lockless readers can use it

Eric Dumazet · Sep 11, 2026 · 2 files

8697c431e297

KEYS: encrypted: fix integer overflow of datablob_len

Cen Zhang · Sep 11, 2026 · 1 files

4a4263dfeaba

af_unix: Unify scc_index when finalising SCC in __unix_walk_scc().

Kuniyuki Iwashima · Sep 12, 2026 · 1 files

b645ccd41054

selftest: af_unix: Add test case with mixed lowpoint in scm_rights.c.

Kuniyuki Iwashima · Sep 12, 2026 · 1 files

5cddf63367ef

ALSA: hda/realtek: Add quirk for HP Victus 15-fa1xxx (MB 8BB1) mute LED

Krish Gulati · Sep 12, 2026 · 1 files

150dba2c69e9

net: remove WARN_ON_ONCE() from the dev_fill_forward_path() loop check

Farhad Alemi · Sep 12, 2026 · 1 files

3f118c8217c1

openvswitch: avoid reallocating confirmed conntrack labels

Zhiling Zou · Sep 12, 2026 · 1 files

bde5212360bd

net: phy: mediatek: do not report link and per-speed LED rules together

Ahmed Naseef · Sep 12, 2026 · 1 files

83a945a529d6

tcp: do not let tcp_rmem be set below 4096

Eric Dumazet · Sep 12, 2026 · 2 files

fd95e68df6fe

ALSA: core: Fix potential UAF after asynchronous card release

Takashi Iwai · Sep 12, 2026 · 1 files

7f4a5ec6258f

net/sched: codel: bound the dropping loop per dequeue call

Jamal Hadi Salim · Sep 12, 2026 · 2 files

f6fb2ac5e19a

selftests/tc-testing: add codel/fq_codel interval boundary cases

Jamal Hadi Salim · Sep 12, 2026 · 2 files

2cef2588c995

net/sched: hhf: cap hh_flows_limit at change time

Jamal Hadi Salim · Sep 12, 2026 · 1 files

0654f4dba1fb

selftests/tc-testing: add hhf hh_limit cap tests

Jamal Hadi Salim · Sep 12, 2026 · 1 files

76a986c980bb

ALSA: usb-audio: Clamp implicit feedback packet count to URB capacity

Xiang Mei · Sep 12, 2026 · 2 files

ecc7253683a3

pppoatm: ensure a writable skb header and linear data

Eric Dumazet · Sep 12, 2026 · 1 files

801fb950cae7

Bluetooth: RFCOMM: avoid socket lock inversion in listener cleanup

Juan Perdomo · Sep 13, 2026 · 1 files

5ae916fabca1

net: netsec: fix device_node reference leak on phy_np

Yige Jiang · Sep 13, 2026 · 1 files

455ebeadf714

net: ip_tunnel: initialize `options_len` before referencing options

Gris Ge · Sep 13, 2026 · 1 files

33ff111d7ba3

net/packet: clear RX owner on VNET header error

Mark Amirkan · Sep 13, 2026 · 1 files

60404266ef3e

mptcp: return sk_wait_data() errors from recvmsg()

Mark Amirkan · Sep 13, 2026 · 1 files

37213e611202

net/packet: avoid truncating TPACKET_V3 private size

Mark Amirkan · Sep 13, 2026 · 1 files

c9e6e5f38bf7

ALSA: hda: trace PCM open only after assigning a stream

Slavin Liu · Sep 13, 2026 · 1 files

1e713f9bb2ac

ALSA: pcm: set timer->private_data before registering the PCM timer

Nguyen Ngoc Thang · Sep 13, 2026 · 1 files

11fc0048a693

ASoC: ux500: Parenthesize MSP_{RX,TX}_CLKPOL_BIT() arguments

Sasha Levin · Sep 13, 2026 · 1 files

23ca4ddc4fce

net: bcmgenet: restore the hardware filters on open

Nicolai Buchwitz · Sep 13, 2026 · 1 files

7616242a2b37

seg6: set IPSKB_L3SLAVE from IP6SKB_L3SLAVE on IPIP decapsulation

Andrea Mayer · Sep 13, 2026 · 1 files

555cd2bd860e

Bluetooth: keep dst_type with dst when reusing an LE connection

Radek Podgorny · Sep 13, 2026 · 1 files

2de887f89166

ALSA: hda/realtek: Add mute LED quirk for HP OMEN 15-ax

Xavier Goffin · Sep 13, 2026 · 1 files

a9ce4053dc94

net: lan743x: fix RX checksum use-after-free

Mark Amirkan · Sep 14, 2026 · 1 files

beb34fe8312e

ALSA: usb-audio: Add capture quirk for Behringer FCA1616

Kitty Makin · Sep 14, 2026 · 1 files

8e759cd1f644

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

50fd0ada8d37

gpio: virtuser: skip free_irq when no IRQ is installed

Runyu Xiao · Sep 14, 2026 · 1 files

78b6abd6c7a7

Bluetooth: btmtk: fix wrong status for short WMT FUNC_CTRL events

Chris Lu · Sep 14, 2026 · 1 files

8879e3e0a84a

Bluetooth: btmtksdio, btmtkuart: validate WMT event length before struct access

Chris Lu · Sep 14, 2026 · 2 files

f0ef4b1eaed0

net: stmmac: do not overwrite phc_index when no PTP clock is registered

Lorenzo Bianconi · Sep 14, 2026 · 1 files

1589afe2d099

ALSA: 6fire: fix OOB write from device-reported iso length

Xiang Mei · Sep 14, 2026 · 1 files

ba7a79b9bc87

wifi: cfg80211: verify if AP_VLAN belongs to the correct AP

Slawomir Stepien · Sep 14, 2026 · 1 files

f81e6c3fb063

tcp: exclude old ACKs from tcp fast path

Inbal Schussheim · Sep 14, 2026 · 1 files

d841cd7513f3

selftests: net: packetdrill: test exclusion of old ACK from TCP fast path

Inbal Schussheim · Sep 14, 2026 · 1 files

14cb1e7702e5

net: mvpp2: prevent buffer overflow in page_pool allocation

Dmitriy Okunev · Sep 14, 2026 · 1 files

7b60ee5f46f2

Bluetooth: btmtksdio: Fix PM runtime reference leak in shutdown

Tzung-Bi Shih · Sep 14, 2026 · 1 files

0030f62683d5

ASoC: adau1977: make the Kconfig symbols user selectable

Alvin Šipraga · Sep 14, 2026 · 1 files

528a0da3e55b

ASoC: adau1977-spi: drop __maybe_unused and of_match_ptr()

Alvin Šipraga · Sep 14, 2026 · 1 files

76a8fe25b978

ASoC: adau1977-i2c: add OF match table for I2C

Alvin Šipraga · Sep 14, 2026 · 1 files

03a5699a0a04

ASoC: codecs: rt712-sdca-dmic: fix uninitialized stream_config->type

Jiangshan Yi · Sep 14, 2026 · 1 files

2842ce397dd0

net: bridge: vlan: fix bugs caused by switchdev deletion errors

Nikolay Aleksandrov · Sep 14, 2026 · 1 files

5ab3dc647751

ALSA: usb-audio: skip the broken mute control on AVerMedia GC553Pro

Asai Neko · Sep 14, 2026 · 1 files

3482062c786c

ASoC: cs-amp-lib: Prevent NULL pointer if efi variable is zero length

Richard Fitzgerald · Sep 14, 2026 · 1 files

1c4f6202876a

ALSA: hda/realtek: Enable mute LEDs on HP OmniBook 7 17-dc0xxx

Jaeho Cho · Sep 14, 2026 · 1 files

1dd85662fee6

net: ethernet: cortina: Ack RX overrun interrupt correctly

Linus Walleij · Sep 14, 2026 · 1 files

490599ab2313

eth: fbnic: ring the doorbell if a burst ends in a drop

Jakub Kicinski · Sep 15, 2026 · 2 files

9ed55f3dbef4

net: lock the socket in sock_gettstamp()

Eric Dumazet · Sep 15, 2026 · 1 files

9ca4ba242591

net: macb: fix ordering around PTP timestamp read

James Clark · Sep 15, 2026 · 1 files

c17ae8c26eac

ASoC: hdmi-codec: Report a change when the channel status moves

HyeongJun An · Sep 15, 2026 · 1 files

a5117e1eccac

net: skbuff: do not leave stale header offsets after pskb_carve()

Eric Dumazet · Sep 15, 2026 · 1 files

dbd9d1cbf970

ALSA: usb-audio: fix list_add double-add in push_back_to_ready_list

Nguyen Ngoc Thang · Sep 15, 2026 · 1 files

d798162eb364

dpll: reject a reference sync pin which is not on the pin's dpll

Jakub Kicinski · Sep 15, 2026 · 1 files

a41f24c612c3

net: psp: avoid conflicts with skb->decrypted and sk_validate_xmit_skb()

Daniel Zahka · Sep 15, 2026 · 4 files

b4288c59bda8

selftests: drv-net: psp: test PSP and TCP ULP mutual exclusion

Daniel Zahka · Sep 15, 2026 · 2 files

a5e22cba3549

ASoC: rt721: Reset codec to fix abnormal sound

Oder Chiou · Sep 16, 2026 · 2 files

2b0f561f21b2

mptcp: avoid unneeded actions on subflow reset

Paolo Abeni · Sep 17, 2026 · 3 files

42064de57fb8

mptcp: close race between scheduler and state change

Paolo Abeni · Sep 17, 2026 · 1 files

f3ef03357396

mptcp: fix bad accounting in __mptcp_subflow_push_pending()

Paolo Abeni · Sep 17, 2026 · 1 files