summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/d3.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-18iwlwifi: mvm: use NULL instead of ERR_PTR when parsing wowlan statusHaim Dreyfuss1-11/+11
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-1/+1
2022-02-18iwlwifi: mvm: align locking in D3 test debugfsJohannes Berg1-0/+4
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg1-1/+1
2022-02-18iwlwifi: fix various more -Wcast-qual warningsJohannes Berg1-2/+2
2022-02-18iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg1-13/+6
2021-12-07iwlwifi: mvm: d3: support v12 wowlan statusJohannes Berg1-25/+158
2021-12-07iwlwifi: mvm: d3: move GTK rekeys conditionJohannes Berg1-4/+9
2021-10-28iwlwifi: mvm: d3: use internal data representationJohannes Berg1-145/+212
2021-10-20iwlwifi: mvm: reset PM state on unsuccessful resumeJohannes Berg1-1/+4
2021-09-19iwlwifi: mvm: d3: missing unlock in iwl_mvm_wowlan_program_keys()Dan Carpenter1-0/+1
2021-09-19iwlwifi: mvm: d3: Fix off by ones in iwl_mvm_wowlan_get_rsc_v5_data()Dan Carpenter1-2/+2
2021-08-26iwlwifi: mvm: support version 11 of wowlan statuses notificationGregory Greenman1-1/+4
2021-08-26iwlwifi: mvm: d3: implement RSC command version 5Johannes Berg1-22/+174
2021-08-26iwlwifi: mvm: d3: make key reprogramming iteration optionalJohannes Berg1-54/+48
2021-08-26iwlwifi: mvm: d3: add separate key iteration for GTK typeJohannes Berg1-17/+46
2021-08-26iwlwifi: mvm: d3: refactor TSC/RSC configurationJohannes Berg1-81/+116
2021-08-26iwlwifi: mvm: d3: remove fixed cmd_flags argumentJohannes Berg1-14/+9
2021-08-26iwlwifi: mvm: d3: separate TKIP data from key iterationJohannes Berg1-49/+83
2021-06-22iwlwifi: mvm: introduce iwl_wowlan_get_status_cmdEmmanuel Grumbach1-7/+24
2021-06-22iwlwifi: mvm: introduce iwl_wowlan_kek_kck_material_cmd_v4Emmanuel Grumbach1-9/+21
2021-06-22iwlwifi: mvm: update iwl_wowlan_patterns_cmdEmmanuel Grumbach1-3/+10
2021-06-22iwlwifi: mvm: introduce iwl_proto_offload_cmd_v4Emmanuel Grumbach1-4/+7
2021-06-22iwlwifi: mvm: support LONG_GROUP for WOWLAN_GET_STATUSES versionEmmanuel Grumbach1-2/+5
2021-06-22iwlwifi: support ver 6 of WOWLAN_CONFIGURATION and ver 10 of WOWLAN_GET_STATUSESNaftali Goldstein1-10/+16
2021-04-14iwlwifi: mvm: Add support for 6GHz passive scanIlan Peer1-0/+2
2021-02-11iwlwifi: mvm: global PM mode does not reset after FW crashRavi Darsi1-0/+1
2021-02-10iwlwifi: mvm: remove useless iwl_mvm_resume_d3() functionJohannes Berg1-6/+1
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo1-23/+8
2021-02-05iwlwifi: fwrt: add suspend/resume time pointMordechay Goodstein1-3/+0
2021-02-05iwlwifi: mvm: don't send commands during suspend\resume transitionHaim Dreyfuss1-13/+6
2021-02-05iwlwifi: mvm: don't check system_pm_mode without mutex heldEmmanuel Grumbach1-0/+2
2021-02-05iwlwifi: remove TRANS_PM_OPSEmmanuel Grumbach1-7/+0
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-1/+1
2021-01-25iwlwifi: mvm: clear IN_D3 after wowlan status cmdShaul Triebitz1-3/+3
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-62/+6
2020-12-10iwlwifi: d3: do not send the WOWLAN_CONFIGURATION command for netdetectNaftali Goldstein1-14/+0
2020-10-08iwlwifi: mvm: fix suspicious rcu usage warningsSara Sharon1-7/+13
2020-10-08iwlwifi: mvm: remove memset of kek_kck commandSara Sharon1-1/+0
2020-10-01iwlwifi: mvm: d3: parse wowlan status version 11Johannes Berg1-54/+79
2020-10-01iwlwifi: mvm: add d3 printsSara Sharon1-0/+13
2020-10-01iwlwifi: mvm: d3: support GCMP ciphersJohannes Berg1-0/+18
2020-10-01iwlwifi: mvm: support more GTK rekeying algorithmsNathan Errera1-6/+23
2020-10-01iwlwifi: fw: add default value for iwl_fw_lookup_cmd_verMordechay Goodstein1-4/+8
2020-10-01iwlwifi: mvm: support new KEK KCK apiNathan Errera1-2/+15
2020-10-01iwlwifi: mvm: add support for new WOWLAN_TSC_RSC_PARAM versionDan Halperin1-9/+32
2020-10-01iwlwifi: mvm: add support for new version of WOWLAN_TKIP_SETTING_API_SDan Halperin1-1/+18
2020-10-01iwlwifi: wowlan: adapt to wowlan status API version 10Mordechay Goodstein1-1/+2
2020-05-08iwlwifi: yoyo: add D3 resume timepointMordechay Goodstein1-0/+3