summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-15/+38
2021-01-27Merge tag 'wireless-drivers-2021-01-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski6-15/+35
2021-01-27iwlwifi: provide gso_type to GSO packetsEric Dumazet1-0/+3
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg3-4/+4
2021-01-25iwlwifi: mvm: guard against device removal in reprobeJohannes Berg1-1/+2
2021-01-25iwlwifi: mvm: clear IN_D3 after wowlan status cmdShaul Triebitz1-3/+3
2021-01-25iwlwifi: mvm: invalidate IDs of internal stations at mvm startGregory Greenman2-0/+10
2021-01-25iwlwifi: mvm: fix the return type for DSM functions 1 and 2Matt Chen1-11/+14
2021-01-25iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()Johannes Berg1-0/+3
2021-01-25iwlwifi: mvm: skip power command when unbinding vif during CSASara Sharon1-0/+3
2020-12-11iwlwifi: mvm: rs: Demote non-conformant function documentation headersLee Jones1-5/+5
2020-12-11iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva9-17/+17
2020-12-10iwlwifi: mvm: validate notification size when waitingJohannes Berg1-0/+10
2020-12-10iwlwifi: mvm: purge the BSS table upon firmware loadEmmanuel Grumbach1-0/+8
2020-12-10iwlwifi: mvm: check that statistics TLV version match struct versionMordechay Goodstein1-1/+2
2020-12-10iwlwifi: mvm: add size checks for range response notificationAvraham Stern1-3/+41
2020-12-10iwlwifi: mvm: hook up missing RX handlersJohannes Berg1-0/+6
2020-12-10iwlwifi: tighten RX MPDU bounds checksJohannes Berg2-10/+27
2020-12-10iwlwifi: mvm: disconnect if channel switch delay is too longJohannes Berg1-0/+3
2020-12-10iwlwifi: support firmware reset handshakeJohannes Berg1-0/+3
2020-12-10iwlwifi: mvm: fix a race in CSA that caused assert 0x3420Sara Sharon1-9/+11
2020-12-10iwlwifi: mvm: validate firmware sync response sizeJohannes Berg1-0/+19
2020-12-10iwlwifi: use SPDX tagsJohannes Berg34-2102/+195
2020-12-10iwlwifi: mvm: clean up scan state on failureJohannes Berg1-11/+20
2020-12-10iwlwifi: mvm: do more useful queue sync accountingJohannes Berg4-10/+15
2020-12-10iwlwifi: mvm: move iwl_mvm_stop_device() out of lineJohannes Berg2-10/+15
2020-12-10iwlwifi: mvm: clear up iwl_mvm_notify_rx_queue() argument typeJohannes Berg3-9/+10
2020-12-10iwlwifi: remove sw_csum_txEmmanuel Grumbach4-13/+3
2020-12-10iwlwifi: validate MPDU length against notification lengthJohannes Berg2-1/+13
2020-12-10iwlwifi: mvm: iterate active stations when updating statisticsMordechay Goodstein1-23/+13
2020-12-10iwlwifi: follow the new inclusive terminologyEmmanuel Grumbach4-26/+27
2020-12-10iwlwifi: mvm: remove the read_nvm from iwl_run_unified_mvm_ucodeEmmanuel Grumbach1-5/+5
2020-12-10iwlwifi: avoid endless HW errors at assert timeMordechay Goodstein1-1/+6
2020-12-10iwlwifi: mvm: add support for 6GHzLuca Coelho8-4/+341
2020-12-10iwlwifi: mvm: remove the read_nvm from iwl_run_init_mvm_ucodeEmmanuel Grumbach3-5/+6
2020-12-10iwlwifi: mvm: Init error table memory to zeroMordechay Goodstein1-2/+2
2020-12-10iwlwifi: d3: do not send the WOWLAN_CONFIGURATION command for netdetectNaftali Goldstein1-14/+0
2020-12-10iwlwifi: mvm: fix sar profile printing issueJanie Tu1-2/+2
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-2/+0
2020-11-10iwlwifi: mvm: fix kernel panic in case of assert during CSASara Sharon1-1/+1
2020-11-10iwlwifi: mvm: write queue_sync_state only for syncAvraham Stern1-0/+3
2020-11-10iwlwifi: mvm: properly cancel a session protection for P2PEmmanuel Grumbach1-31/+63
2020-11-10iwlwifi: mvm: use the HOT_SPOT_CMD to cancel an AUX ROCEmmanuel Grumbach1-3/+6
2020-11-10iwlwifi: sta: set max HE max A-MPDU according to HE capaMordechay Goodstein1-0/+18
2020-11-07wireless: remove unneeded breakTom Rix1-2/+0
2020-10-09Revert "iwlwifi: remove wide_cmd_header field"Luca Coelho1-0/+1
2020-10-08iwlwifi: move PNVM implementation to common codeLuca Coelho1-47/+4
2020-10-08iwlwifi: rs: align to new TLC config command APIMordechay Goodstein1-1/+7
2020-10-08iwlwifi: fix sar geo table initializationNaftali Goldstein1-11/+22
2020-10-08iwlwifi: stats: add new api fields for statistics cmd/ntfyMordechay Goodstein1-58/+137