public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-06 03:09:57 to 2026-01-08 23:27:05 UTC [more...]

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-08 23:26 UTC  (7+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 10/36] locking/mutex: Support Clang's "

[PATCH] wifi: mwifiex: Fix use after free in mwifiex_11n_dispatch_amsdu_pkt()
 2026-01-08 21:01 UTC  (2+ messages)

[PATCH] wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
 2026-01-08 20:58 UTC  (2+ messages)

[GIT PULL] wireless-2026-01-08
 2026-01-08 16:50 UTC  (2+ messages)

[PATCH v2] wifi: iwlegacy: 3945-rs: fix possible null-pointer dereferences in il3945_rs_get_rate()
 2026-01-08 16:33 UTC  (5+ messages)

[BUG 6.18.2] Null Pointer Exception in Fair Scheduler
 2026-01-08 16:02 UTC  (4+ messages)

[PATCH] wifi: ath9k: add a defensive NULL check to prevent null-pointer dereference in ath9k_beacon_remove_slot()
 2026-01-08 13:41 UTC  (3+ messages)

[RFC wireless-next 00/46] mac80211/hwsim: NAN support
 2026-01-08 13:40 UTC  (48+ 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
` [RFC wireless-next 45/46] wifi: mac80211_hwsim: add NAN data path TX/RX support
` [RFC wireless-next 46/46] wifi: mac80211_hwsim: Declare support for secure NAN
` [RFC wireless-next 47/46] wifi: mac80211_hwsim: enable NAN_DATA interface simulation support

[PATCH 1/2] wifi: mac80211: improve interface iteration ergonomics
 2026-01-08 13:34 UTC  (2+ messages)
` [PATCH 2/2] wifi: mac80211: improve station "

[PATCH] wifi: mac80211: remove width argument from ieee80211_parse_bitrates
 2026-01-08 13:32 UTC 

[PATCH] linux-firmware: update firmware for MT7920 WiFi device
 2026-01-08 13:32 UTC  (2+ messages)

[PATCH] wifi: mac80211_hwsim: remove NAN by default
 2026-01-08 13:31 UTC 

[RFC PATCH] wifi: wlcore: allocated packets tracking mechanism may get broken
 2026-01-08 12:57 UTC  (2+ messages)

[PATCH wireless-next] wifi: mac80211: Fix AAD/Nonce computation for management frames with MLO
 2026-01-08 12:52 UTC  (2+ messages)

[PATCH wireless-next v3 0/9] wifi: cfg80211/mac80211: Add Support for EPPKE Authentication
 2026-01-08 12:42 UTC  (11+ 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 net-next] net: rfkill: Replace strcpy with memcpy to improve rfkill_alloc
 2026-01-08 12:29 UTC  (2+ messages)

[PATCH wireless-next v2 0/3] wifi: add S1G response indication configuration with NDP BA support
 2026-01-08 12:27 UTC  (3+ messages)
` [PATCH wireless-next v2 1/3] wifi: cfg80211: Add support for S1G Response Indication Configuration

[PATCH net] wifi: avoid kernel-infoleak from struct iw_point
 2026-01-08 12:25 UTC  (6+ messages)

[PATCH wireless-next 0/2] wifi: mac80211: Fix issues related to sending NULL packets to probe stations
 2026-01-08 12:20 UTC  (5+ messages)
` [PATCH wireless-next 1/2] wifi: mac80211: set band information for NULL packets only for non-MLO stations
` [PATCH wireless-next 2/2] wifi: mac80211: set addr2/addr3 to link address for NULL packets to "

[PATCH] wifi: cfg80211: Fix use-after-free in cfg80211_shutdown_all_interfaces
 2026-01-08 12:06 UTC  (2+ messages)

[PATCH rtw-next 00/13] wifi: rtw89: prepare changes of MAC part for RTL8922D
 2026-01-08 12:03 UTC  (14+ messages)
` [PATCH rtw-next 01/13] wifi: rtw89: coex: make coex scoreboard as chip info
` [PATCH rtw-next 02/13] wifi: rtw89: coex: update scoreboard value according to power state for two BT
` [PATCH rtw-next 03/13] wifi: rtw89: coex: update coex software control for RTL8922D
` [PATCH rtw-next 04/13] wifi: rtw89: mac: remove unnecessary return from rtw89_fwdl_secure_idmem_share_mode()
` [PATCH rtw-next 05/13] wifi: rtw89: mac: add dle_mem and ple_{min,max}_qt quota for RTL8922D
` [PATCH rtw-next 06/13] wifi: rtw89: mac: set quota 13 for PLE SNRPT
` [PATCH rtw-next 07/13] wifi: rtw89: mac: update MPDU quota according to chip DLE definition
` [PATCH rtw-next 08/13] wifi: rtw89: mac: update WP quota for RTL8922D
` [PATCH rtw-next 09/13] wifi: rtw89: mac: define preload_init for generations
` [PATCH rtw-next 10/13] wifi: rtw89: mac: configure DMA_STOP1 by predefined mask
` [PATCH rtw-next 11/13] wifi: rtw89: mac: separate functions of CMAC power and function enable
` [PATCH rtw-next 12/13] wifi: rtw89: mac: add an entry to enable MAC function in preinit
` [PATCH rtw-next 13/13] wifi: rtw89: mac: set EDCCA configurations for RTL8922D

[PATCH ath-current v2] wifi: ath12k: don't force radio frequency check in freq_to_idx()
 2026-01-08 10:44 UTC 

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

[PATCH] linux-firmware: update firmware for MT7922 WiFi device
 2026-01-08  8:00 UTC 

[PATCH wireless-next 00/15] wifi: cfg80211/nl80211: Add NAN Data Path support
 2026-01-08  7:35 UTC  (17+ 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
` [syzbot ci] Re: wifi: cfg80211/nl80211: Add NAN Data Path support

[PATCH ath-next v2] wifi: ath11k: Fix failure to connect to a 6 GHz AP
 2026-01-08  5:34 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: don't force radio frequency check in freq_to_idx()
 2026-01-08  3:21 UTC 

[PATCH v2] wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1
 2026-01-08  1:47 UTC  (3+ messages)

Hi Sean,
 2026-01-07 23:56 UTC 

[PATCH AUTOSEL 6.18] wifi: mac80211: don't WARN for connections on invalid channels
 2026-01-07 15:53 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18-5.10] wifi: mac80211: ocb: skip rx_no_sta when interface is not joined

[PATCH] wifi: mwifiex: Allocate dev name earlier for interface workqueue name
 2026-01-07 14:59 UTC  (2+ messages)

[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 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 ath-next v1] wifi: ath11k: Fix failure to connect to a 6 GHz AP
 2026-01-07  9:32 UTC  (4+ messages)

[PATCH v2 00/14] power: sequencing: extend WCN driver to support WCN399x device
 2026-01-07  8:28 UTC  (9+ messages)
` [PATCH v2 01/14] regulator: dt-bindings: qcom,wcn3990-pmu: describe PMUs on WCN39xx
` [PATCH v2 03/14] Bluetooth: qca: fix ROM version reading on WCN3998 chips
` (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  (5+ messages)
` [PATCH ath-next v4 1/6] wifi: ath11k: Add initialization and deinitialization sequence for CFR module

[PATCH wireless-next v2 0/9] wifi: cfg80211/mac80211: Add Support for EPPKE Authentication
 2026-01-06 15:05 UTC  (4+ messages)
` [PATCH wireless-next v2 7/9] wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA mode

[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  (8+ messages)
` [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


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