summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: pcie: identify the RF moduleJohannes Berg2021-06-223-1/+93
* iwlwifi: pcie: remove CSR_HW_RF_ID_TYPE_CHIP_IDJohannes Berg2021-06-221-6/+6
* iwlwifi: pcie: print interrupt number, not indexJohannes Berg2021-06-221-1/+1
* iwlwifi: pcie: Add support for AX231 radio module with Ma devicesMatti Gottlieb2021-06-221-0/+5
* iwlwifi: pcie: handle pcim_iomap_table() failures betterJohannes Berg2021-06-221-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-3/+4
|\
| * iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()Jiri Kosina2021-04-191-3/+4
* | iwlwifi: pcie: don't enable BHs with IRQs disabledJohannes Berg2021-04-183-5/+28
* | iwlwifi: pcie: Change ma product string nameMatti Gottlieb2021-04-141-3/+3
* | iwlwifi: trans/pcie: defer transport initialisationJohannes Berg2021-04-141-0/+4
* | iwlwifi: pcie: add ISR debug info for msix debugMordechay Goodstein2021-04-142-5/+16
* | iwlwifi: pcie: merge napi_poll_msix functionsMordechay Goodstein2021-04-141-33/+10
* | iwlwifi: queue: avoid memory leak in reset flowMordechay Goodstein2021-04-141-2/+2
* | iwlwifi: remove remaining software checksum codeJohannes Berg2021-04-141-8/+3
* | iwlwifi: mvm: Use IWL_INFO in fw_reset_handshake()Ravi Darsi2021-04-141-2/+2
* | iwlwifi: add new so-gf deviceybaruch2021-04-141-1/+8
* | iwlwifi: add ax201 killer deviceybaruch2021-04-141-0/+2
* | iwlwifi: pcie: make cfg vs. trans_cfg more robustJohannes Berg2021-04-141-7/+28
* | iwlwifi: pcie: clear only FH bits handle in the interruptMordechay Goodstein2021-04-141-1/+8
* | iwlwifi: change step in so-gf structybaruch2021-04-141-1/+1
* | iwlwifi: pcie: Add support for Bz FamilyMatti Gottlieb2021-04-141-0/+24
* | iwlwifi: pcie: normally grab NIC access for inflight-hcmdJohannes Berg2021-04-141-22/+11
* | iwlwifi: pcie: avoid unnecessarily taking spinlockJohannes Berg2021-04-141-30/+24
|/
* iwlwifi: pcie: add support for So-F devicesLuca Coelho2021-04-061-1/+25
* iwlwifi: add support for Qu with AX201 deviceMatt Chen2021-04-061-0/+1
* iwlwifi: pcie: properly set LTR workarounds on 22000 devicesJohannes Berg2021-04-063-32/+37
* iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()Jiri Kosina2021-03-231-3/+4
* iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep war...Jiri Kosina2021-03-031-1/+2
* iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabledKalle Valo2021-02-261-1/+2
* iwlwifi: pcie: define FW_RESET_TIMEOUT for clarityMatti Gottlieb2021-02-111-1/+3
* iwlwifi: pnvm: set the PNVM again if it was already loadedLuca Coelho2021-02-111-9/+12
* iwlwifi: pcie: don't crash when rx queues aren't allocated in interruptEmmanuel Grumbach2021-02-101-0/+3
* iwlwifi: pcie: add AX201 and AX211 radio modules for Ma devicesMatti Gottlieb2021-02-101-0/+10
* iwlwifi: pcie: add CDB bit to the device configuration parsingMatti Gottlieb2021-02-101-75/+77
* iwlwifi: remove flags argument for nic_accessJohannes Berg2021-02-103-28/+18
* iwlwifi: dbg: add op_mode callback for collecting debug data.Mordechay Goodstein2021-02-102-0/+8
* iwlwifi: pcie: Change Ma device IDMatti Gottlieb2021-02-101-1/+1
* iwlwifi: pcie: NULLify pointers after freeEmmanuel Grumbach2021-02-102-2/+9
* iwlwifi: pcie: don't disable interrupts for reg_lockJohannes Berg2021-02-103-22/+16
* iwlwifi: pcie: add a few missing entries for So with HrLuca Coelho2021-02-101-0/+8
* iwlwifi: add new cards for So and Qu familyIhab Zhaika2021-02-101-0/+26
* Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo2021-02-087-478/+321
|\
| * iwlwifi: pcie: Disable softirqs during Rx queue initIlan Peer2021-02-051-18/+18
| * iwlwifi: pcie: add support for SnJ with Hr1Luca Coelho2021-02-051-0/+6
| * iwlwifi: add support for SnJ with Jf devicesLuca Coelho2021-02-051-13/+59
| * iwlwifi: move SnJ and So rules to the new tablesLuca Coelho2021-02-051-40/+43
| * iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein2021-02-055-284/+14
| * iwlwifi: mvm: don't send commands during suspend\resume transitionHaim Dreyfuss2021-02-052-0/+12
| * iwlwifi: remove TRANS_PM_OPSEmmanuel Grumbach2021-02-051-21/+0
| * iwl-trans: iwlwifi: move sync NMI logic to transMordechay Goodstein2021-02-054-49/+28