summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2021-03-03iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep war...Jiri Kosina1-1/+2
2021-02-26iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabledKalle Valo1-1/+2
2021-02-11iwlwifi: pcie: define FW_RESET_TIMEOUT for clarityMatti Gottlieb1-1/+3
2021-02-11iwlwifi: pnvm: set the PNVM again if it was already loadedLuca Coelho1-9/+12
2021-02-10iwlwifi: pcie: don't crash when rx queues aren't allocated in interruptEmmanuel Grumbach1-0/+3
2021-02-10iwlwifi: pcie: add AX201 and AX211 radio modules for Ma devicesMatti Gottlieb1-0/+10
2021-02-10iwlwifi: pcie: add CDB bit to the device configuration parsingMatti Gottlieb1-75/+77
2021-02-10iwlwifi: remove flags argument for nic_accessJohannes Berg3-28/+18
2021-02-10iwlwifi: dbg: add op_mode callback for collecting debug data.Mordechay Goodstein2-0/+8
2021-02-10iwlwifi: pcie: Change Ma device IDMatti Gottlieb1-1/+1
2021-02-10iwlwifi: pcie: NULLify pointers after freeEmmanuel Grumbach2-2/+9
2021-02-10iwlwifi: pcie: don't disable interrupts for reg_lockJohannes Berg3-22/+16
2021-02-10iwlwifi: pcie: add a few missing entries for So with HrLuca Coelho1-0/+8
2021-02-10iwlwifi: add new cards for So and Qu familyIhab Zhaika1-0/+26
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo7-478/+321
2021-02-05iwlwifi: pcie: Disable softirqs during Rx queue initIlan Peer1-18/+18
2021-02-05iwlwifi: pcie: add support for SnJ with Hr1Luca Coelho1-0/+6
2021-02-05iwlwifi: add support for SnJ with Jf devicesLuca Coelho1-13/+59
2021-02-05iwlwifi: move SnJ and So rules to the new tablesLuca Coelho1-40/+43
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein5-284/+14
2021-02-05iwlwifi: mvm: don't send commands during suspend\resume transitionHaim Dreyfuss2-0/+12
2021-02-05iwlwifi: remove TRANS_PM_OPSEmmanuel Grumbach1-21/+0
2021-02-05iwl-trans: iwlwifi: move sync NMI logic to transMordechay Goodstein4-49/+28
2021-02-05iwlwifi: pcie: properly implement NAPIJohannes Berg5-83/+171
2021-01-25iwlwifi: pcie: add rules to match Qu with Hr2Luca Coelho1-0/+10
2021-01-25iwlwifi: pcie: reschedule in long-running memory readsJohannes Berg1-1/+7
2021-01-25iwlwifi: pcie: use jiffies for memory read spin time limitJohannes Berg1-6/+2
2021-01-25iwlwifi: pcie: fix context info memory leakJohannes Berg1-2/+9
2021-01-25iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmapEmmanuel Grumbach1-0/+5
2021-01-25iwlwifi: pcie: set LTR on more devicesJohannes Berg1-17/+22
2021-01-25iwlwifi: pcie: avoid potential PNVM leaksJohannes Berg1-0/+3
2020-12-10iwlwifi: Add a new card for MA familyMatti Gottlieb1-0/+6
2020-12-10iwlwifi: support firmware reset handshakeJohannes Berg4-0/+40
2020-12-10iwlwifi: pcie: clean up some rx codeJohannes Berg1-11/+8
2020-12-10iwlwifi: use SPDX tagsJohannes Berg9-520/+49
2020-12-10iwlwifi: pcie: remove unnecessary setting of inta_maskJohannes Berg1-1/+0
2020-12-10iwlwifi: pcie: remove MSIX_HW_INT_CAUSES_REG_IML handlingJohannes Berg2-12/+0
2020-12-10iwlwifi: pcie: change 12k A-MSDU config to use 16k buffersJohannes Berg2-2/+2
2020-12-10iwlwifi: remove sw_csum_txEmmanuel Grumbach3-85/+2
2020-12-10iwlwifi: pcie: validate RX descriptor lengthJohannes Berg1-1/+7
2020-12-10iwlwifi: pcie: remove obsolete pre-release support codeEmmanuel Grumbach2-33/+1
2020-12-10iwlwifi: move reclaim flows to the queue fileMordechay Goodstein3-258/+6
2020-12-10iwlwifi: yoyo: align the write pointer to DWsRotem Saado1-0/+2
2020-12-02iwlwifi: pcie: add some missing entries for AX210Golan Ben Ami1-0/+5
2020-12-02iwlwifi: pcie: add one missing entry for AX210Luca Coelho1-0/+1
2020-11-10iwlwifi: pcie: set LTR to avoid completion timeoutJohannes Berg1-0/+20
2020-11-02iwlwifi: pcie: limit memory read spin timeJohannes Berg1-9/+27
2020-10-09Revert "iwlwifi: remove wide_cmd_header field"Luca Coelho1-0/+5
2020-10-08iwlwifi: read and parse PNVM fileLuca Coelho2-6/+5
2020-10-08iwlwifi: pcie: implement set_pnvm opLuca Coelho4-9/+50