public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-03 06:26:11 to 2026-01-07 14:24:16 UTC [more...]

[RFC wireless-next 00/46] mac80211/hwsim: NAN support
 2026-01-07 14:22 UTC  (45+ messages)
` [RFC wireless-next 01/46] wifi: mac80211: use for_each_chanctx_user_* in one more place
` [RFC wireless-next 02/46] wifi: mac80211: remove width argument from ieee80211_parse_bitrates
` [RFC wireless-next 03/46] wifi: mac80211_hwsim: remove unused nan_vif struct member
` [RFC wireless-next 04/46] wifi: mac80211_hwsim: remove NAN by default
` [RFC wireless-next 05/46] wifi: mac80211_hwsim: move NAN related variables into a struct
` [RFC wireless-next 06/46] wifi: mac80211_hwsim: split NAN handling into separate file
` [RFC wireless-next 07/46] wifi: mac80211_hwsim: rename and switch simulation time to boottime
` [RFC wireless-next 08/46] wifi: mac80211_hwsim: move timestamp writing later in the datapath
` [RFC wireless-next 09/46] wifi: mac80211_hwsim: register beacon timer by calculating TBTT
` [RFC wireless-next 10/46] wifi: mac80211_hwsim: refactor NAN timer handling
` [RFC wireless-next 11/46] wifi: mac80211_hwsim: switch to use TXQs
` [RFC wireless-next 12/46] wifi: mac80211: add a TXQ for management frames on NAN devices
` [RFC wireless-next 13/46] wifi: mac80211_hwsim: limit TX of frames to the NAN DW
` [RFC wireless-next 14/46] wifi: mac80211_hwsim: select NAN TX channel based on current TSF
` [RFC wireless-next 15/46] wifi: mac80211_hwsim: only RX on NAN when active on a slot
` [RFC wireless-next 16/46] wifi: mac80211_hwsim: protect tsf_offset using a spinlock
` [RFC wireless-next 17/46] wifi: ieee80211: add more NAN definitions
` [RFC wireless-next 18/46] wifi: mac80211: export ieee80211_calculate_rx_timestamp
` [RFC wireless-next 19/46] wifi: mac80211_hwsim: implement NAN synchronization
` [RFC wireless-next 20/46] wifi: mac80211: make ieee80211_find_chanctx link-unaware
` [RFC wireless-next 21/46] wifi: mac80211: extract channel logic from link logic
` [RFC wireless-next 22/46] wifi: mac80211: improve interface iteration ergonomics
` [RFC wireless-next 23/46] wifi: mac80211: improve station "
` [RFC wireless-next 24/46] wifi: mac80211: properly handle error in ieee80211_add_virtual_monitor
` [RFC wireless-next 25/46] wifi: mac80211: don't consider the sband when processing capabilities
` [RFC wireless-next 26/46] wifi: mac80211: run NAN DE code only when appropriate
` [RFC wireless-next 27/46] wifi: mac80211: cleanup error path of ieee80211_do_open
` [RFC wireless-next 28/46] wifi: mac80211: add NAN local schedule support
` [RFC wireless-next 29/46] wifi: mac80211: support open and close for NAN_DATA interfaces
` [RFC wireless-next 30/46] wifi: mac80211: handle reconfig for NAN DATA interfaces
` [RFC wireless-next 31/46] wifi: mac80211: support NAN stations
` [RFC wireless-next 32/46] wifi: mac80211: add NAN peer schedule support
` [RFC wireless-next 33/46] wifi: mac80211: update NAN data path state on schedule changes
` [RFC wireless-next 34/46] wifi: mac80211: add support for TX over NAN_DATA interfaces
` [RFC wireless-next 35/46] wifi: mac80211: Accept frames on NAN DATA interfaces
` [RFC wireless-next 36/46] wifi: mac80211: allow block ack agreements in NAN Data
` [RFC wireless-next 37/46] wifi: mac80211: report and drop spurious NAN Data frames
` [RFC wireless-next 38/46] wifi: mac80211_hwsim: add NAN_DATA interface limits
` [RFC wireless-next 39/46] wifi: mac80211_hwsim: add NAN PHY capabilities
` [RFC wireless-next 40/46] wifi: mac80211_hwsim: implement NAN schedule callbacks
` [RFC wireless-next 41/46] wifi: mac80211: allow add_key on NAN interfaces
` [RFC wireless-next 42/46] wifi: mac80211: track the id of the NAN cluster we joined
` [RFC wireless-next 43/46] wifi: mac80211_hwsim: set HAS_RATE_CONTROL when using NAN
` [RFC wireless-next 44/46] wifi: mac80211: allow userspace TX/RX over NAN Data interfaces

[PATCH wireless] wifi: mac80211_hwsim: disable BHs for hwsim_radio_lock
 2026-01-07 13:38 UTC 

[PATCH wireless] wifi: mac80211: don't iterate not running interfaces
 2026-01-07 13:37 UTC 

[PATCH wireless] wifi: mac80211_hwsim: fix typo in frequency notification
 2026-01-07 13:36 UTC 

[PATCH wireless-next 00/15] wifi: cfg80211/nl80211: Add NAN Data Path support
 2026-01-07 13:20 UTC  (16+ messages)
` [PATCH wireless-next 01/15] wifi: nl80211: refactor nl80211_parse_chandef
` [PATCH wireless-next 02/15] wifi: nl80211/cfg80211: support stations of non-netdev interfaces
` [PATCH wireless-next 03/15] wifi: cfg80211: refactor wiphy_suspend
` [PATCH wireless-next 04/15] wifi: nl80211: don't allow DFS channels for NAN
` [PATCH wireless-next 05/15] wifi: cfg80211: Add an API to configure local NAN schedule
` [PATCH wireless-next 06/15] wifi: cfg80211: store the chandefs used for NAN
` [PATCH wireless-next 07/15] wifi: cfg80211: make sure NAN chandefs are valid
` [PATCH wireless-next 08/15] wifi: cfg80211: add support for NAN data interface
` [PATCH wireless-next 09/15] wifi: cfg80211: separately store HT, VHT and HE capabilities for NAN
` [PATCH wireless-next 10/15] wifi: nl80211: add support for NAN stations
` [PATCH wireless-next 11/15] wifi: nl80211: define an API for configuring the NAN peer's schedule
` [PATCH wireless-next 12/15] wifi: cfg80211: allow ToDS=0/FromDS=0 data frames on NAN data interfaces
` [PATCH wireless-next 13/15] wifi: nl80211: allow reporting spurious NAN Data frames
` [PATCH wireless-next 14/15] wifi: cfg80211: support key installation on non-netdev wdevs
` [PATCH wireless-next 15/15] wifi: cfg80211: allow protected action frame TX for NAN

[PATCH wireless-next 1/2] wifi: cfg80211: cleanup cluster_id when stopping NAN
 2026-01-07 12:22 UTC  (2+ messages)
` [PATCH wireless-next 2/2] wifi: nl80211: ignore cluster id after NAN started

[PATCH wireless-next] wifi: cfg80211: limit NAN func management APIs to offloaded DE
 2026-01-07 12:15 UTC 

[PATCH wireless-next] wifi: cfg80211: refactor wiphy_suspend
 2026-01-07 12:12 UTC 

[PATCH wireless-next] wifi: cfg80211: limit NAN func management APIs to offloaded DE
 2026-01-07 12:08 UTC 

[PATCH wireless-next] wifi: cfg80211: remove unneeded call to cfg80211_leave
 2026-01-07 12:07 UTC 

[PATCH wireless-next] wifi: cfg80211: stop NAN and P2P in cfg80211_leave
 2026-01-07 12:04 UTC 

[PATCH wireless-next] wifi: cfg80211: allow only one NAN interface, also in multi radio
 2026-01-07 11:51 UTC 

[PATCH wireless-next] wifi: nl80211: refactor nl80211_parse_chandef
 2026-01-07 11:49 UTC 

[PATCH] wifi: ath9k: add a defensive NULL check to prevent null-pointer dereference in ath9k_beacon_remove_slot()
 2026-01-07 10:03 UTC  (2+ messages)

[PATCH ath-next v1] wifi: ath11k: Fix failure to connect to a 6 GHz AP
 2026-01-07  9:32 UTC  (4+ messages)

[PATCH] wifi: mwifiex: Allocate dev name earlier for interface workqueue name
 2026-01-07  9:27 UTC 

[PATCH v2] wifi: iwlegacy: 3945-rs: fix possible null-pointer dereferences in il3945_rs_get_rate()
 2026-01-07  8:59 UTC  (2+ messages)

[PATCH v2 00/14] power: sequencing: extend WCN driver to support WCN399x device
 2026-01-07  8:28 UTC  (21+ messages)
` [PATCH v2 01/14] regulator: dt-bindings: qcom,wcn3990-pmu: describe PMUs on WCN39xx
` [PATCH v2 02/14] Bluetooth: qca: enable pwrseq support for WCN39xx devices
` [PATCH v2 03/14] Bluetooth: qca: fix ROM version reading on WCN3998 chips
` [PATCH v2 04/14] wifi: ath10k: snoc: support powering on the device via pwrseq
` [PATCH v2 05/14] power: sequencing: qcom-wcn: add support for WCN39xx
` [PATCH v2 06/14] arm64: dts: qcom: qrb4210-rb2: Fix UART3 wakeup IRQ storm
` [PATCH v2 07/14] arm64: dts: qcom: sdm845-db845c: drop CS from SPIO0
` [PATCH v2 08/14] arm64: dts: qcom: sdm845-db845c: specify power for WiFi CH1
` [PATCH v2 09/14] arm64: dts: qcom: sm8150: add uart13
` [PATCH v2 10/14] arm64: dts: qcom: qrb2210-rb1: describe WiFi/BT properly
` [PATCH v2 11/14] arm64: dts: qcom: qrb4210-rb2: "
` [PATCH v2 12/14] arm64: dts: qcom: sda660-ifc6560: "
` [PATCH v2 13/14] arm64: dts: qcom: sdm845-db845c: "
` [PATCH v2 14/14] arm64: dts: qcom: sm8150-hdk: "
` (subset) [PATCH v2 00/14] power: sequencing: extend WCN driver to support WCN399x device

[PATCH] iwlegacy: 3945-rs: fix possible null-pointer dereferences in il3945_rs_get_rate()
 2026-01-07  8:16 UTC  (4+ messages)

[PATCH rtw-next 00/11] wifi: rtw89: handle changes of RFK pre-notify
 2026-01-07  8:01 UTC  (3+ messages)
` [PATCH rtw-next 01/11] wifi: rtw89: rfk: update RFK pre info V2 for RTL8922D

[PATCH ath-next] wifi: ath12k: cancel scan only on active scan vdev
 2026-01-07  6:02 UTC 

strnlen buffer overflow in mt76_connac2_load_patch - 6.19-rc2
 2026-01-07  2:57 UTC  (3+ messages)

[PATCH iwlwifi-fixes] wifi: iwlwifi: mld: Fix dereference of link before NULL check
 2026-01-07  2:32 UTC 

[PATCH ath-next v4 0/6] wifi: ath11k: Add single shot/periodic CFR capture support
 2026-01-07  2:12 UTC  (6+ messages)
` [PATCH ath-next v4 1/6] wifi: ath11k: Add initialization and deinitialization sequence for CFR module

[BUG 6.18.2] Null Pointer Exception in Fair Scheduler
 2026-01-06 18:56 UTC  (2+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-06 17:34 UTC  (4+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis

[PATCH wireless-next v3 0/9] wifi: cfg80211/mac80211: Add Support for EPPKE Authentication
 2026-01-06 15:25 UTC  (10+ messages)
` [PATCH wireless-next v3 1/9] wifi: cfg80211: add support for EPPKE Authentication Protocol
` [PATCH wireless-next v3 2/9] wifi: cfg80211: add feature flag for (re)association frame encryption
` [PATCH wireless-next v3 3/9] wifi: cfg80211: add support for key configuration before association
` [PATCH wireless-next v3 4/9] wifi: nl80211: Add new NL attributes to support (Re)Association frame encryption
` [PATCH wireless-next v3 5/9] wifi: mac80211: allow key installation before association
` [PATCH wireless-next v3 6/9] wifi: mac80211: Check for MLE before appending in Authentication frame
` [PATCH wireless-next v3 7/9] wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA mode
` [PATCH wireless-next v3 8/9] wifi: mac80211: add support for encryption/decryption of (Re)Association frames
` [PATCH wireless-next v3 9/9] wifi: mac80211_hwsim: Declare support for EPPKE authentication protocol

[PATCH wireless-next v2 0/9] wifi: cfg80211/mac80211: Add Support for EPPKE Authentication
 2026-01-06 15:05 UTC  (13+ messages)
` [PATCH wireless-next v2 1/9] wifi: cfg80211: add support for EPPKE Authentication Protocol
` [PATCH wireless-next v2 2/9] wifi: cfg80211: add feature flag for (re)association frame encryption
` [PATCH wireless-next v2 3/9] wifi: cfg80211: add support for key configuration before association
` [PATCH wireless-next v2 4/9] wifi: nl80211: Add new NL attributes to support (Re)Association frame encryption
` [PATCH wireless-next v2 5/9] wifi: mac80211: allow key installation before association
` [PATCH wireless-next v2 6/9] wifi: mac80211: Check for MLE before appending in Authentication frame
` [PATCH wireless-next v2 7/9] wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA mode
` [PATCH wireless-next v2 8/9] wifi: mac80211: add support for encryption/decryption of (Re)Association frames
` [PATCH wireless-next v2 9/9] wifi: mac80211_hwsim: Declare support for EPPKE authentication protocol

[PATCH net] wifi: ath12k: fix dma_free_coherent() pointer
 2026-01-06 10:01 UTC  (2+ messages)

[PATCH RFC] wifi: mac80211: Update mesh rate control per beacon to restore correct MCS
 2026-01-06  9:53 UTC 

[PATCH rtw-next v2 00/10] wifi: rtw89: prepare TX/RX WD and D/C-MAC H2C command for RTL8922D
 2026-01-06  3:09 UTC  (11+ messages)
` [PATCH rtw-next v2 01/10] wifi: rtw89: update TXWD v3 "
` [PATCH rtw-next v2 02/10] wifi: rtw89: update query RXDESC "
` [PATCH rtw-next v2 03/10] wifi: rtw89: fw: add DMAC v3 H2C command "
` [PATCH rtw-next v2 04/10] wifi: rtw89: fw: add CMAC H2C command to initialize default value "
` [PATCH rtw-next v2 05/10] wifi: rtw89: fw: add CMAC H2C command for association "
` [PATCH rtw-next v2 06/10] wifi: rtw89: fw: add CMAC H2C command for TX AMPDU "
` [PATCH rtw-next v2 07/10] wifi: rtw89: fw: add CMAC H2C command for TX time "
` [PATCH rtw-next v2 08/10] wifi: rtw89: fw: add CMAC H2C command for punctured "
` [PATCH rtw-next v2 09/10] wifi: rtw89: fw: consider hardware AID for firmware elements
` [PATCH rtw-next v2 10/10] wifi: rtw89: fw: set RACK bit every 4 H2C command for WiFi 6 chips only

[PATCH net] wifi: ath10k: fix dma_free_coherent() pointer
 2026-01-06  2:55 UTC  (2+ messages)

pull-request: ath-next-20260105
 2026-01-06  2:13 UTC 

[syzbot] [wireless?] WARNING in cfg80211_scan_done
 2026-01-05 17:04 UTC  (2+ messages)

[PATCH 00/14] power: sequencing: extend WCN driver to support WCN399x device
 2026-01-05 12:46 UTC  (7+ messages)
` [PATCH 04/14] wifi: ath10k: snoc: support powering on the device via pwrseq

[PATCH ath-next v5 0/6] wifi: ath11k: Add single shot/periodic CFR capture support
 2026-01-05 11:51 UTC  (3+ messages)

[PATCH 6.12 0/3] wifi: mt76: mt7925: fix suspend regression
 2026-01-05 11:16 UTC  (4+ messages)
` [PATCH 6.12 1/3] wifi: mt76: mt7925: fix the unfinished command of regd_notifier before suspend
` [PATCH 6.12 2/3] wifi: mt76: mt7925: fix CLC command timeout when suspend/resume
` [PATCH 6.12 3/3] wifi: mt76: mt7925: add handler to hif suspend/resume event

[PATCH rtw-next 04/10] wifi: rtw89: fw: add CMAC H2C command to initialize default value for RTL8922D
 2026-01-05  1:27 UTC  (3+ messages)

[PATCH] wifi: mt76: mt7925: add lockdep assertions for mutex verification
 2026-01-05  0:26 UTC  (26+ messages)
` [PATCH v2 0/6] wifi: mt76: mt7925/mt792x: additional stability fixes
  ` [PATCH] wifi: mt76: mt792x: fix firmware reload failure after previous load crash
  ` [PATCH] wifi: mt76: mt7925: comprehensive stability fixes
    ` [PATCH v3 00/17] wifi: mt76: mt7925/mt792x: "
      ` [PATCH 01/17] wifi: mt76: mt7925: fix NULL pointer dereference in vif iteration
      ` [PATCH 02/17] wifi: mt76: mt7925: fix missing mutex protection in reset and ROC abort
      ` [PATCH 03/17] wifi: mt76: mt7925: fix missing mutex protection in runtime PM and MLO PM
      ` [PATCH 04/17] wifi: mt76: mt7925: add NULL checks in MCU STA TLV functions
      ` [PATCH 05/17] wifi: mt76: mt7925: add NULL checks for link_conf and mlink in main.c
      ` [PATCH 06/17] wifi: mt76: mt7925: add error handling for AMPDU MCU commands
      ` [PATCH 07/17] wifi: mt76: mt7925: add error handling for BSS info MCU command in sta_add
      ` [PATCH 08/17] wifi: mt76: mt7925: add error handling for BSS info in key setup
      ` [PATCH 09/17] wifi: mt76: mt7925: add NULL checks in MLO link and chanctx functions
      ` [PATCH 10/17] wifi: mt76: mt792x: fix NULL pointer dereference in TX path
      ` [PATCH 11/17] wifi: mt76: mt7925: add lockdep assertions for mutex verification
      ` [PATCH 12/17] wifi: mt76: mt7925: fix key removal failure during MLO roaming
      ` [PATCH 13/17] wifi: mt76: mt7925: fix kernel warning in MLO ROC setup
      ` [PATCH 14/17] wifi: mt76: mt7925: add NULL checks for MLO link pointers in MCU functions
      ` [PATCH 15/17] wifi: mt76: mt792x: fix firmware reload failure after previous load crash
      ` [PATCH 16/17] wifi: mt76: mt7925: add mutex protection in resume path
      ` [PATCH 17/17] wifi: mt76: mt7925: add NULL checks in link station and TX queue setup

mt7921e: repeated driver own failures cause hanging
 2026-01-04  8:19 UTC  (3+ messages)

[BUG] RCU stall in mac80211_hwsim during clone() syscall on 6.18.0
 2026-01-04  4:45 UTC  (3+ messages)

[BUG] cfg80211/mac80211: RCU stall in cfg80211_wiphy_work during IBSS scan handling
 2026-01-04  3:16 UTC 

[PATCH v2] wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1
 2026-01-04  1:00 UTC 

[PATCH v6 0/4] Microsoft Surface Pro 11 support
 2026-01-03 17:51 UTC  (2+ messages)
` (subset) "

[PATCH rtw-next 09/10] wifi: rtw89: fw: consider hardware AID for firmware elements
 2026-01-03 16:28 UTC  (2+ messages)

[syzbot] [wireless?] WARNING in rfkill_unregister
 2026-01-03 13:05 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox