summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-02-23iwlwifi: fix use-after-freeJohannes Berg1-0/+2
2022-01-27iwlwifi: fix Bz NMI behaviourJohannes Berg2-3/+4
2022-01-27ath11k: qmi: avoid error messages when dma allocation failsAaron Ma1-1/+1
2022-01-27iwlwifi: mvm: Increase the scan timeout guard to 30 secondsIlan Peer1-1/+1
2022-01-27ath11k: Fix napi related hangBen Greear3-7/+19
2022-01-27iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQLuca Coelho1-1/+6
2022-01-27iwlwifi: mvm: fix AUX ROC removalAvraham Stern1-3/+6
2022-01-27iwlwifi: mvm: Fix calculation of frame lengthIlan Peer1-0/+27
2022-01-27iwlwifi: remove module loading failure messageJohannes Berg1-8/+1
2022-01-27iwlwifi: fix leaks/bad data after failed firmware loadJohannes Berg1-0/+8
2022-01-27rtw88: 8822c: update rx settings to prevent potential hw deadlockPo-Hao Huang4-4/+4
2022-01-27ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen1-0/+7
2022-01-27ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa3-0/+10
2022-01-27ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2-0/+9
2022-01-27mt76: mt7615: improve wmm index allocationFelix Fietkau1-5/+3
2022-01-27mt76: do not pass the received frame with decryption errorXing Song4-3/+28
2022-01-27mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy()Peter Chiu1-2/+6
2022-01-27ath11k: Avoid false DEADLOCK warning reported by lockdepBaochen Qiang2-0/+24
2022-01-27ath10k: Fix tx hangingSebastian Gottschall2-2/+3
2022-01-27ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong1-1/+1
2022-01-27iwlwifi: mvm: avoid clearing a just saved session protection idShaul Triebitz1-6/+6
2022-01-27iwlwifi: mvm: synchronize with FW after multicast commandsJohannes Berg1-0/+17
2022-01-27ath11k: Avoid NULL ptr access during mgmt tx cleanupSriram R1-15/+20
2022-01-27rsi: Fix out-of-bounds read in rsi_read_pkt()Zekun Shen3-1/+6
2022-01-27rsi: Fix use-after-free in rsi_rx_done_handler()Zekun Shen1-1/+7
2022-01-27mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen1-1/+2
2022-01-27ath11k: Fix crash caused by uninitialized TX ringBaochen Qiang1-2/+0
2022-01-27ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START replyZekun Shen1-0/+4
2022-01-27iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()Nathan Chancellor1-2/+1
2022-01-27iwlwifi: mvm: set protected flag only for NDP rangingAvraham Stern1-1/+1
2022-01-27iwlwifi: mvm: perform 6GHz passive scan after suspendAvraham Stern1-12/+9
2022-01-27iwlwifi: mvm: test roc running status bits before removing the staNathan Errera1-3/+12
2022-01-27iwlwifi: mvm: fix 32-bit build in FTMJohannes Berg1-1/+2
2022-01-27rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CEKai-Heng Feng2-51/+21
2022-01-27rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih1-0/+9
2022-01-27wilc1000: fix double free error in probe()Dan Carpenter3-1/+4
2022-01-27mt76: mt7921: drop offload_flags overwrittenSean Wang1-6/+0
2022-01-27ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang1-2/+5
2022-01-27ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram1-1/+1
2022-01-27mwifiex: Fix possible ABBA deadlockBrian Norris1-2/+6
2022-01-27wcn36xx: Fix max channels retrievalLoic Poulain1-1/+1
2022-01-27ath10k: Fix the MTU size on QCA9377 SDIOFabio Estevam2-1/+21
2022-01-27wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dmaLv Yunlong1-0/+1
2022-01-27ath11k: Use host CE parameters for CE interrupts configurationAnilkumar Kolli1-8/+8
2022-01-27ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel1-0/+4
2022-01-27ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel2-4/+3
2022-01-27ath11k: Fix ETSI regd with weather radar overlapSven Eckelmann1-47/+56
2022-01-27ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmwareRameshkumar Sundaram2-2/+3
2022-01-27wcn36xx: fix RX BD rate mapping for 5GHz legacy ratesBenjamin Li1-3/+1
2022-01-27wcn36xx: populate band before determining rate on RXBenjamin Li1-18/+19