summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/d3.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: mvm: Add support for IGTK in D3 resume flowYedidya Benshimol2023-06-211-24/+144
* wifi: iwlwifi: mvm: update two most recent GTKs on D3 resume flowYedidya Benshimol2023-06-211-81/+115
* wifi: iwlwifi: mvm: Refactor security key update after D3Yedidya Benshimol2023-06-211-40/+42
* wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif()Gustavo A. R. Silva2023-06-061-6/+2
* wifi: iwlwifi: mvm: fix potential memory leakJohannes Berg2023-04-201-7/+7
* wifi: iwlwifi: mvm: initialize seq variableTom Rix2023-04-141-0/+1
* wifi: iwlwifi: mvm: support wowlan info notification version 2Haim Dreyfuss2023-04-141-1/+34
* wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman2023-03-301-18/+21
* wifi: iwlwifi: mvm: d3: add TKIP to the GTK iteratorNaftali Goldstein2022-12-071-2/+7
* wifi: iwlwifi: mvm: d3: parse keys from wowlan info notificationNaftali Goldstein2022-09-181-83/+88
* wifi: iwlwifi: mvm: iterate over interfaces after an assert in d3Yedidya Benshimol2022-09-181-7/+11
* wifi: iwlwifi: mvm: trigger resume flow before wait for notificationsHaim, Dreyfuss2022-09-181-34/+43
* wifi: iwlwifi: mvm: Add handling for scan offload match info notificationIlan Peer2022-09-181-54/+138
* wifi: iwlwifi: mvm: enable resume based on notificationsHaim Dreyfuss2022-09-181-2/+11
* wifi: iwlwifi: mvm: Add support for d3 end notificationHaim Dreyfuss2022-09-181-4/+30
* wifi: iwlwifi: mvm: Add support for wowlan wake packet notificationHaim Dreyfuss2022-09-181-28/+98
* wifi: iwlwifi: mvm: Add support for wowlan info notificationHaim Dreyfuss2022-09-181-42/+185
* wifi: iwlwifi: mvm: don't check D0I3 versionHaim Dreyfuss2022-09-181-22/+0
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* iwlwifi: mvm: use NULL instead of ERR_PTR when parsing wowlan statusHaim Dreyfuss2022-05-181-11/+11
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-1/+1
* iwlwifi: mvm: align locking in D3 test debugfsJohannes Berg2022-02-181-0/+4
* iwlwifi: avoid void pointer arithmeticJohannes Berg2022-02-181-1/+1
* iwlwifi: fix various more -Wcast-qual warningsJohannes Berg2022-02-181-2/+2
* iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg2022-02-181-13/+6
* iwlwifi: mvm: d3: support v12 wowlan statusJohannes Berg2021-12-071-25/+158
* iwlwifi: mvm: d3: move GTK rekeys conditionJohannes Berg2021-12-071-4/+9
* iwlwifi: mvm: d3: use internal data representationJohannes Berg2021-10-281-145/+212
* iwlwifi: mvm: reset PM state on unsuccessful resumeJohannes Berg2021-10-201-1/+4
* iwlwifi: mvm: d3: missing unlock in iwl_mvm_wowlan_program_keys()Dan Carpenter2021-09-191-0/+1
* iwlwifi: mvm: d3: Fix off by ones in iwl_mvm_wowlan_get_rsc_v5_data()Dan Carpenter2021-09-191-2/+2
* iwlwifi: mvm: support version 11 of wowlan statuses notificationGregory Greenman2021-08-261-1/+4
* iwlwifi: mvm: d3: implement RSC command version 5Johannes Berg2021-08-261-22/+174
* iwlwifi: mvm: d3: make key reprogramming iteration optionalJohannes Berg2021-08-261-54/+48
* iwlwifi: mvm: d3: add separate key iteration for GTK typeJohannes Berg2021-08-261-17/+46
* iwlwifi: mvm: d3: refactor TSC/RSC configurationJohannes Berg2021-08-261-81/+116
* iwlwifi: mvm: d3: remove fixed cmd_flags argumentJohannes Berg2021-08-261-14/+9
* iwlwifi: mvm: d3: separate TKIP data from key iterationJohannes Berg2021-08-261-49/+83
* iwlwifi: mvm: introduce iwl_wowlan_get_status_cmdEmmanuel Grumbach2021-06-221-7/+24
* iwlwifi: mvm: introduce iwl_wowlan_kek_kck_material_cmd_v4Emmanuel Grumbach2021-06-221-9/+21
* iwlwifi: mvm: update iwl_wowlan_patterns_cmdEmmanuel Grumbach2021-06-221-3/+10
* iwlwifi: mvm: introduce iwl_proto_offload_cmd_v4Emmanuel Grumbach2021-06-221-4/+7
* iwlwifi: mvm: support LONG_GROUP for WOWLAN_GET_STATUSES versionEmmanuel Grumbach2021-06-221-2/+5
* iwlwifi: support ver 6 of WOWLAN_CONFIGURATION and ver 10 of WOWLAN_GET_STATUSESNaftali Goldstein2021-06-221-10/+16
* iwlwifi: mvm: Add support for 6GHz passive scanIlan Peer2021-04-141-0/+2
* iwlwifi: mvm: global PM mode does not reset after FW crashRavi Darsi2021-02-111-0/+1
* iwlwifi: mvm: remove useless iwl_mvm_resume_d3() functionJohannes Berg2021-02-101-6/+1
* Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo2021-02-081-23/+8
|\
| * iwlwifi: fwrt: add suspend/resume time pointMordechay Goodstein2021-02-051-3/+0