summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-28iwlwifi: pcie: update sw error interrupt for BZ familyMike Golant1-2/+7
2021-08-26iwlwifi: pcie: dump error on FW reset handshake failuresJohannes Berg1-2/+8
2021-08-26iwlwifi: prepare for synchronous error dumpsJohannes Berg1-1/+1
2021-08-26iwlwifi: pcie: free RBs during configureJohannes Berg1-1/+4
2021-06-22iwlwifi: pcie: remove TR/CR tail allocationsJohannes Berg1-34/+0
2021-04-14iwlwifi: pcie: add ISR debug info for msix debugMordechay Goodstein1-5/+11
2021-04-14iwlwifi: pcie: merge napi_poll_msix functionsMordechay Goodstein1-33/+10
2021-04-14iwlwifi: pcie: clear only FH bits handle in the interruptMordechay Goodstein1-1/+8
2021-03-03iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep war...Jiri Kosina1-1/+2
2021-02-10iwlwifi: pcie: don't crash when rx queues aren't allocated in interruptEmmanuel Grumbach1-0/+3
2021-02-10iwlwifi: remove flags argument for nic_accessJohannes Berg1-6/+4
2021-02-10iwlwifi: pcie: NULLify pointers after freeEmmanuel Grumbach1-0/+3
2021-02-05iwlwifi: pcie: Disable softirqs during Rx queue initIlan Peer1-18/+18
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein1-4/+3
2021-02-05iwlwifi: pcie: properly implement NAPIJohannes Berg1-67/+157
2020-12-10iwlwifi: support firmware reset handshakeJohannes Berg1-0/+6
2020-12-10iwlwifi: pcie: clean up some rx codeJohannes Berg1-11/+8
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-63/+6
2020-12-10iwlwifi: pcie: remove MSIX_HW_INT_CAUSES_REG_IML handlingJohannes Berg1-11/+0
2020-12-10iwlwifi: pcie: validate RX descriptor lengthJohannes Berg1-1/+7
2020-10-01iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-05-29iwlwifi: move txq-specific from trans_pcie to common transMordechay Goodstein1-3/+3
2020-05-08iwlwifi: pcie: skip fragmented receive buffersJohannes Berg1-5/+27
2020-03-27iwlwifi: move integrated, extra_phy and soc_latency to trans_cfgLuca Coelho1-1/+1
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller1-29/+79
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-2/+2
2019-12-23iwlwifi: remove CSR registers abstractionLuca Coelho1-1/+1
2019-12-23iwlwifi: pcie: use partial pages if applicableJohannes Berg1-10/+49
2019-12-23iwlwifi: pcie: map only used part of RX buffersJohannes Berg1-7/+6
2019-12-23iwlwifi: allocate more receive buffers for HE devicesJohannes Berg1-11/+23
2019-11-27net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stallingAlexander Lobakin1-2/+11
2019-11-20iwlwifi: pcie: rx: use rxq queue_size instead of constantJohannes Berg1-1/+1
2019-11-20iwlwifi: pcie: make some RX functions staticJohannes Berg1-2/+2
2019-11-15iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg1-36/+17
2019-09-06iwlwifi: add support for suspend-resume flow for new device generationHaim Dreyfuss1-5/+16
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-27/+27
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-28/+28
2019-06-29iwlwifi: pcie: don't service an interrupt that was maskedEmmanuel Grumbach1-6/+21
2019-06-29iwlwifi: fix RF-Kill interrupt while FW load for gen2 devicesEmmanuel Grumbach1-0/+5
2019-06-29iwlwifi: pcie: fix ALIVE interrupt handling for gen2 devices w/o MSI-XEmmanuel Grumbach1-18/+16
2019-06-29iwlwifi: dbg: move trans debug fields to a separate structShahar S Matityahu1-1/+1
2019-04-29iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page()Luca Coelho1-1/+1
2019-04-29iwlwifi: pcie: don't crash on invalid RX interruptJohannes Berg1-1/+6
2019-04-03iwlwifi: dbg_ini: support HW error triggerShahar S Matityahu1-0/+1
2019-03-22iwlwifi: pcie: switch to correct RBD/CD layout for 22560Johannes Berg1-9/+4
2019-02-20iwlwifi: pcie: allocate rb_stts's for all queues in one placeTriebitz1-16/+50
2019-02-14iwlwifi: align to new periphery address space for AX210 familyShaul Triebitz1-5/+5
2019-02-14iwlwifi: introduce device family AX210Shaul Triebitz1-2/+13
2019-02-14iwlwifi: pcie: add TPT oriented printsSara Sharon1-6/+14