summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2025-07-15Merge tag 'iwlwifi-fixes-2025-07-15' of https://git.kernel.org/pub/scm/linux/...Johannes Berg-9/+15
2025-07-15wifi: iwlwifi: Fix botched indexing conversionVille Syrjälä-4/+4
2025-07-11wifi: ath12k: Fix packets received in WBM error ring with REO LUT enabledNithyanantham Paramasivam-1/+2
2025-07-09wifi: iwlwifi: mask reserved bits in chan_state_active_bitmapPagadala Yesu Anjaneyulu-3/+7
2025-07-07wifi: mt76: mt792x: Limit the concurrent STA and SoftAP to operate on the sam...Leon Yen-5/+27
2025-07-07wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()Henry Martin-0/+2
2025-07-07wifi: mt76: fix queue assignment for deauth packetsFelix Fietkau-1/+2
2025-07-07wifi: mt76: add a wrapper for wcid access with validationFelix Fietkau-68/+41
2025-07-07wifi: mt76: mt7921: prevent decap offload config before STA initializationDeren Wu-0/+3
2025-07-07wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_...Deren Wu-0/+6
2025-07-07wifi: mt76: mt7925: fix incorrect scan probe IE handling for hw_scanMing Yen Hsieh-19/+63
2025-07-07wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scanMichael Lo-4/+4
2025-07-07wifi: mt76: mt7925: fix the wrong config for tx interruptMing Yen Hsieh-1/+1
2025-07-07wifi: mt76: Remove RCU section in mt7996_mac_sta_rc_work()Lorenzo Bianconi-28/+7
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl()Lorenzo Bianconi-27/+45
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed()Lorenzo Bianconi-29/+57
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_set_fixed_field()Lorenzo Bianconi-29/+57
2025-07-07wifi: mt76: Assume __mt76_connac_mcu_alloc_sta_req runs in atomic contextLorenzo Bianconi-1/+1
2025-07-07wifi: rt2x00: fix remove callback type mismatchFelix Fietkau-4/+2
2025-07-07wifi: mwifiex: discard erroneous disassoc frames on STA interfaceVitor Soares-1/+3
2025-06-30wifi: zd1211rw: Fix potential NULL pointer dereference in zd_mac_tx_to_dev()Daniil Dulov-1/+5
2025-06-29wifi: iwlwifi: pcie: fix locking on invalid TOP resetJohannes Berg-2/+4
2025-06-25Merge tag 'iwlwifi-fixes-2025-06-25' of https://git.kernel.org/pub/scm/linux/...Johannes Berg-2/+2
2025-06-24wifi: iwlwifi: mvm: assume '1' as the default mac_config_cmd versionMiri Korenblit-2/+2
2025-06-24wifi: iwlegacy: work around excessive stack usage on clang/kasanArnd Bergmann-1/+2
2025-06-18Merge tag 'iwlwifi-fixes-2025-06-18' of https://git.kernel.org/pub/scm/linux/...Johannes Berg-6/+9
2025-06-18wifi: iwlwifi: Fix incorrect logic on cmd_ver range checkingColin Ian King-1/+1
2025-06-18wifi: iwlwifi: dvm: restore n_no_reclaim_cmds settingJohannes Berg-0/+1
2025-06-18wifi: iwlwifi: cfg: Limit cb_size to valid rangePei Xiao-5/+6
2025-06-18wifi: iwlwifi: restore missing initialization of async_handlers_list (again)Miri Korenblit-0/+1
2025-06-18Merge tag 'ath-current-20250617' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-108/+1395
2025-06-18wifi: ath6kl: remove WARN on bad firmware inputJohannes Berg-1/+3
2025-06-17wifi: carl9170: do not ping device which has failed to load firmwareDmitry Antipov-6/+13
2025-06-17wifi: ath12k: don't wait when there is no vdev startedBaochen Qiang-3/+7
2025-06-17wifi: ath12k: don't use static variables in ath12k_wmi_fw_stats_process()Baochen Qiang-9/+9
2025-06-17wifi: ath12k: avoid burning CPU while waiting for firmware statsBaochen Qiang-24/+14
2025-06-17wifi: ath12k: fix documentation on firmware statsBaochen Qiang-3/+2
2025-06-17wifi: ath12k: don't activate more links than firmware supportsBaochen Qiang-2/+141
2025-06-17wifi: ath12k: update link active in case two links fall on the same MACBaochen Qiang-1/+228
2025-06-17wifi: ath12k: support WMI_MLO_LINK_SET_ACTIVE_CMDID commandBaochen Qiang-1/+336
2025-06-17wifi: ath12k: update freq range for each hardware modeBaochen Qiang-0/+473
2025-06-17wifi: ath12k: parse and save sbs_lower_band_end_freq from WMI_SERVICE_READY_E...Baochen Qiang-0/+29
2025-06-17wifi: ath12k: parse and save hardware mode info from WMI_SERVICE_READY_EXT_EV...Baochen Qiang-2/+98
2025-06-17wifi: ath12k: Avoid CPU busy-wait by handling VDEV_STAT and BCN_STATBjorn Andersson-72/+60
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-245/+250
2025-06-11Merge tag 'ath-current-20250608' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-237/+228
2025-06-11wifi: iwlwifi: fix merge damage related to iwl_pci_resumeEmmanuel Grumbach-4/+20
2025-06-11Revert "wifi: mwifiex: Fix HT40 bandwidth issue."Francesco Dolcini-4/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-78/+103
2025-06-07wifi: ath12k: fix uaf in ath12k_core_init()Miaoqing Pan-3/+7