summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2023-05-24wifi: iwlwifi: mvm: don't trust firmware n_channelsJohannes Berg1-0/+10
2023-05-24wifi: iwlwifi: mvm: fix OEM's name in the tas approved listAlon Giladi1-1/+1
2023-05-24wifi: iwlwifi: fix OEM's name in the ppag approved listAlon Giladi1-1/+1
2023-05-24wifi: iwlwifi: fw: fix DBGI dumpJohannes Berg1-8/+11
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: fix iwl_mvm_max_amsdu_size() for MLOJohannes Berg1-3/+34
2023-05-24wifi: iwlwifi: mvm: fix ptk_pn memory leakJohannes Berg1-1/+5
2023-05-24wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_bufHyunwoo Kim1-1/+1
2023-05-24wifi: iwlwifi: add a new PCI device ID for BZ deviceMukesh Sisodiya1-0/+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-05-11wifi: iwlwifi: mvm: don't drop unencrypted MCAST framesAyala Beker1-2/+3
2023-05-11wifi: iwlwifi: mvm: don't set CHECKSUM_COMPLETE for unsupported protocolsAvraham Stern1-3/+2
2023-05-11wifi: iwlwifi: trans: don't trigger d3 interrupt twiceAvraham Stern1-6/+3
2023-05-11wifi: iwlwifi: debug: fix crash in __iwl_err()Johannes Berg1-1/+2
2023-05-11wifi: iwlwifi: fix duplicate entry in iwl_dev_info_tableGregory Greenman1-1/+0
2023-04-20wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg4-34/+39
2023-04-20wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg4-5/+13
2023-03-10wifi: iwlwifi: mei: fix compilation errors in rfkill()Gregory Greenman1-3/+3
2023-01-24wifi: iwlwifi: fw: skip PPAG for JFJohannes Berg1-0/+5
2022-12-31wifi: iwlwifi: mvm: fix double free on tx path.Ben Greear1-1/+11
2022-12-31wifi: iwlwifi: mei: fix potential NULL-ptr deref after cloneJohannes Berg1-3/+7
2022-12-31wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lockAvraham Stern1-20/+37
2022-12-31wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx APIEmmanuel Grumbach1-1/+7
2022-12-31wifi: iwlwifi: mei: don't send SAP commands if AMT is disabledEmmanuel Grumbach1-41/+44
2022-12-31wifi: iwlwifi: mei: make sure ownership confirmed message is sentAvraham Stern5-16/+29
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...Jose Ignacio Tornos Martinez1-0/+2
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski26-469/+916
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-28wifi: iwlwifi: Track scan_cmd allocation size explicitlyKees Cook5-7/+16
2022-09-18wifi: iwlwifi: mvm: d3: parse keys from wowlan info notificationNaftali Goldstein1-83/+88
2022-09-18wifi: iwlwifi: mvm: iterate over interfaces after an assert in d3Yedidya Benshimol1-7/+11
2022-09-18wifi: iwlwifi: mvm: trigger resume flow before wait for notificationsHaim, Dreyfuss1-34/+43
2022-09-18wifi: iwlwifi: mvm: Add handling for scan offload match info notificationIlan Peer4-59/+166
2022-09-18wifi: iwlwifi: mvm: enable resume based on notificationsHaim Dreyfuss1-2/+11
2022-09-18wifi: iwlwifi: mvm: Add support for d3 end notificationHaim Dreyfuss4-4/+44
2022-09-18wifi: iwlwifi: mvm: Add support for wowlan wake packet notificationHaim Dreyfuss4-28/+118
2022-09-18wifi: iwlwifi: mvm: Add support for wowlan info notificationHaim Dreyfuss4-44/+230
2022-09-18wifi: iwlwifi: mvm: don't check D0I3 versionHaim Dreyfuss3-30/+0
2022-09-18wifi: iwlwifi: cfg: remove IWL_DEVICE_BZ_COMMON macroJohannes Berg1-6/+3
2022-09-18wifi: iwlwifi: mvm: refactor iwl_mvm_set_sta_rate() a bitJohannes Berg1-13/+12