aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-02-18iwlwifi: Fix syntax errors in commentsXiang wangx1-1/+1
2022-02-18iwlwifi: don't dump_stack() when we get an unexpected interruptEmmanuel Grumbach1-3/+6
2022-02-18iwlwifi: pcie: Adapt rx queue write pointer for Bz familyMatti Gottlieb1-3/+6
2022-02-18iwlwifi: pcie: adjust to Bz completion descriptorJohannes Berg1-19/+37
2022-02-18iwlwifi: pcie: make sure iwl_rx_packet_payload_len() will not underflowAndrei Otcheretianski1-1/+1
2022-02-18iwlwifi: yoyo: add IMR DRAM dump supportMukesh Sisodiya1-2/+26
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg1-1/+1
2022-02-18iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg1-3/+1
2021-12-21iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQLuca Coelho1-1/+6
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 warning in iwl_pcie_rx_handle())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/linux/kernel/git/kvalo/wireless-drivers-nextDavid 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