summary refs log tree commit diff
path: root/drivers/net/wireless/intel/iwlwifi/mvm
AgeCommit message (Expand)Author
2023-07-27wifi: iwlwifi: mvm: avoid baid size integer overflowJohannes Berg
2023-07-19wifi: iwlwifi: mvm: indicate HW decrypt for beacon protectionJohannes Berg
2023-07-19wifi: iwlwifi: pull from TXQs with softirqs disabledJohannes Berg
2023-06-14wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif()Gustavo A. R. Silva
2023-06-09wifi: iwlwifi: mvm: Add locking to the rate read flowAriel Malamud
2023-06-05wifi: iwlwifi: mvm: fix potential memory leakJohannes Berg
2023-06-05wifi: iwlwifi: mvm: support wowlan info notification version 2Haim Dreyfuss
2023-05-24wifi: iwlwifi: mvm: don't trust firmware n_channelsJohannes Berg
2023-05-24wifi: iwlwifi: mvm: fix OEM's name in the tas approved listAlon Giladi
2023-05-24wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlockJohannes Berg
2023-05-24wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLOJohannes Berg
2023-05-24wifi: iwlwifi: mvm: fix ptk_pn memory leakJohannes Berg
2023-05-11wifi: iwlwifi: mvm: check firmware response sizeJohannes Berg
2023-05-11wifi: iwlwifi: mvm: initialize seq variableTom Rix
2023-05-11wifi: iwlwifi: mvm: don't drop unencrypted MCAST framesAyala Beker
2023-05-11wifi: iwlwifi: mvm: don't set CHECKSUM_COMPLETE for unsupported protocolsAvraham Stern
2023-04-20wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg
2023-04-20wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg
2022-12-31wifi: iwlwifi: mvm: fix double free on tx path.Ben Greear
2022-12-31wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx APIEmmanuel Grumbach
2022-12-31wifi: iwlwifi: mei: make sure ownership confirmed message is sentAvraham Stern
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-11wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...Jose Ignacio Tornos Martinez
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-28wifi: iwlwifi: Track scan_cmd allocation size explicitlyKees Cook
2022-09-18wifi: iwlwifi: mvm: d3: parse keys from wowlan info notificationNaftali Goldstein
2022-09-18wifi: iwlwifi: mvm: iterate over interfaces after an assert in d3Yedidya Benshimol
2022-09-18wifi: iwlwifi: mvm: trigger resume flow before wait for notificationsHaim, Dreyfuss
2022-09-18wifi: iwlwifi: mvm: Add handling for scan offload match info notificationIlan Peer
2022-09-18wifi: iwlwifi: mvm: enable resume based on notificationsHaim Dreyfuss
2022-09-18wifi: iwlwifi: mvm: Add support for d3 end notificationHaim Dreyfuss
2022-09-18wifi: iwlwifi: mvm: Add support for wowlan wake packet notificationHaim Dreyfuss
2022-09-18wifi: iwlwifi: mvm: Add support for wowlan info notificationHaim Dreyfuss
2022-09-18wifi: iwlwifi: mvm: don't check D0I3 versionHaim Dreyfuss
2022-09-18wifi: iwlwifi: mvm: refactor iwl_mvm_set_sta_rate() a bitJohannes Berg
2022-09-18wifi: iwlwifi: mvm: rxmq: further unify some VHT/HE codeJohannes Berg
2022-09-18wifi: iwlwifi: mvm: rxmq: refactor mac80211 rx_status settingJohannes Berg
2022-09-07wifi: iwlwifi: don't spam logs with NSS>2 messagesJason A. Donenfeld
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg
2022-07-27wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez
2022-07-27wifi: iwlwifi: mvm: fix clang -Wformat warningsJustin Stitt
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg