summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorFilesLines
2023-07-23wifi: iwlwifi: mvm: indicate HW decrypt for beacon protectionJohannes Berg1-3/+6
2023-07-23wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_han...Anjaneyulu1-2/+3
2023-07-23iwlwifi: don't dump_stack() when we get an unexpected interruptEmmanuel Grumbach1-3/+6
2023-07-23wifi: iwlwifi: pull from TXQs with softirqs disabledJohannes Berg1-1/+4
2023-05-24wifi: iwlwifi: mvm: don't trust firmware n_channelsJohannes Berg1-0/+10
2023-05-24wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlockJohannes Berg1-1/+1
2023-05-24wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtraceHans de Goede1-1/+4
2023-05-24wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_bufHyunwoo Kim1-1/+1
2023-05-24wifi: iwlwifi: pcie: fix possible NULL pointer dereferenceDaniel Gabay1-0/+3
2023-05-11wifi: iwlwifi: fw: fix memory leak in debugfsJohannes Berg1-1/+3
2023-05-11wifi: iwlwifi: mvm: check firmware response sizeJohannes Berg1-0/+10
2023-05-11wifi: iwlwifi: make the loop for card preparation effectiveEmmanuel Grumbach1-1/+2
2023-05-11wifi: iwlwifi: fw: move memset before early returnTom Rix1-2/+2
2023-05-11wifi: iwlwifi: mvm: initialize seq variableTom Rix1-0/+1
2023-05-11wifi: iwlwifi: yoyo: Fix possible division by zeroDaniel Gabay1-0/+6
2023-05-11wifi: iwlwifi: yoyo: skip dump correctly on hw errorDaniel Gabay1-2/+2
2023-04-20wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg4-5/+13
2023-03-10wifi: iwl4965: Add missing check for create_singlethread_workqueue()Jiasheng Jiang1-2/+10
2023-03-10wifi: iwl3945: Add missing check for create_singlethread_workqueueJiasheng Jiang1-4/+12
2023-03-10wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao1-2/+7
2023-03-10wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-10wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+2
2022-12-31wifi: iwlwifi: mvm: fix double free on tx path.Ben Greear1-1/+11
2022-09-15wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il49...Stanislaw Gruszka1-4/+1
2022-08-17wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez1-0/+1
2022-08-17ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein1-2/+2
2022-08-17wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_lin...Alexey Kodanev1-1/+4
2022-07-29iwlwifi: fw: uefi: add missing include guardsJohannes Berg1-1/+4
2022-06-09iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach1-0/+3
2022-06-09ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai1-1/+1
2022-05-18iwlwifi: iwl-dbg: Use del_timer_sync() before freeingGuenter Roeck1-1/+1
2022-04-13iwlwifi: mvm: move only to an enabled channelMiri Korenblit1-9/+22
2022-04-13iwlwifi: mvm: Correctly set fragmented EBSIlan Peer1-1/+4
2022-04-08iwlwifi: mvm: Fix an error code in iwl_mvm_up()Dan Carpenter1-1/+3
2022-04-08iwlwifi: Fix -EIO error code that is never returnedColin Ian King1-1/+1
2022-04-08iwlwifi: yoyo: remove DBGI_SRAM address reset writingRotem Saado2-4/+0
2022-04-08iwlwifi: mvm: align locking in D3 test debugfsJohannes Berg1-0/+4
2022-04-08iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS reqLuca Coelho1-1/+2
2022-04-08iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL staTakashi Iwai1-3/+2
2022-03-19iwlwifi: don't advertise TWT supportGolan Ben Ami2-3/+1
2022-03-08iwlwifi: mvm: check debugfs_dir ptr before useRandy Dunlap1-3/+8
2022-02-23iwlwifi: mvm: don't send SAR GEO command for 3160 devicesLuca Coelho3-7/+9
2022-02-23iwlwifi: pcie: gen2: fix locking when "HW not ready"Johannes Berg1-2/+1
2022-02-23iwlwifi: pcie: fix locking when "HW not ready"Johannes Berg1-2/+1
2022-02-23iwlwifi: fix use-after-freeJohannes Berg1-0/+2
2022-01-27iwlwifi: fix Bz NMI behaviourJohannes Berg2-3/+4
2022-01-27iwlwifi: mvm: Increase the scan timeout guard to 30 secondsIlan Peer1-1/+1
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