aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* iwlwifi: Fix syntax errors in commentsXiang wangx2022-02-181-1/+1
* iwlwifi: don't dump_stack() when we get an unexpected interruptEmmanuel Grumbach2022-02-181-3/+6
* iwlwifi: pcie: Adapt rx queue write pointer for Bz familyMatti Gottlieb2022-02-181-3/+6
* iwlwifi: pcie: adjust to Bz completion descriptorJohannes Berg2022-02-181-19/+37
* iwlwifi: pcie: make sure iwl_rx_packet_payload_len() will not underflowAndrei Otcheretianski2022-02-181-1/+1
* iwlwifi: yoyo: add IMR DRAM dump supportMukesh Sisodiya2022-02-181-2/+26
* iwlwifi: avoid void pointer arithmeticJohannes Berg2022-02-181-1/+1
* iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg2022-02-181-3/+1
* iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQLuca Coelho2021-12-211-1/+6
* iwlwifi: pcie: update sw error interrupt for BZ familyMike Golant2021-10-281-2/+7
* iwlwifi: pcie: dump error on FW reset handshake failuresJohannes Berg2021-08-261-2/+8
* iwlwifi: prepare for synchronous error dumpsJohannes Berg2021-08-261-1/+1
* iwlwifi: pcie: free RBs during configureJohannes Berg2021-08-261-1/+4
* iwlwifi: pcie: remove TR/CR tail allocationsJohannes Berg2021-06-221-34/+0
* iwlwifi: pcie: add ISR debug info for msix debugMordechay Goodstein2021-04-141-5/+11
* iwlwifi: pcie: merge napi_poll_msix functionsMordechay Goodstein2021-04-141-33/+10
* iwlwifi: pcie: clear only FH bits handle in the interruptMordechay Goodstein2021-04-141-1/+8
* iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep war...Jiri Kosina2021-03-031-1/+2
* iwlwifi: pcie: don't crash when rx queues aren't allocated in interruptEmmanuel Grumbach2021-02-101-0/+3
* iwlwifi: remove flags argument for nic_accessJohannes Berg2021-02-101-6/+4
* iwlwifi: pcie: NULLify pointers after freeEmmanuel Grumbach2021-02-101-0/+3
* iwlwifi: pcie: Disable softirqs during Rx queue initIlan Peer2021-02-051-18/+18
* iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein2021-02-051-4/+3
* iwlwifi: pcie: properly implement NAPIJohannes Berg2021-02-051-67/+157
* iwlwifi: support firmware reset handshakeJohannes Berg2020-12-101-0/+6
* iwlwifi: pcie: clean up some rx codeJohannes Berg2020-12-101-11/+8
* iwlwifi: use SPDX tagsJohannes Berg2020-12-101-63/+6
* iwlwifi: pcie: remove MSIX_HW_INT_CAUSES_REG_IML handlingJohannes Berg2020-12-101-11/+0
* iwlwifi: pcie: validate RX descriptor lengthJohannes Berg2020-12-101-1/+7
* iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein2020-10-011-1/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* iwlwifi: move txq-specific from trans_pcie to common transMordechay Goodstein2020-05-291-3/+3
* iwlwifi: pcie: skip fragmented receive buffersJohannes Berg2020-05-081-5/+27
* iwlwifi: move integrated, extra_phy and soc_latency to trans_cfgLuca Coelho2020-03-271-1/+1
* Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller2020-01-271-29/+79
|\
| * iwlwifi: remove CSR registers abstractionLuca Coelho2019-12-231-1/+1
| * iwlwifi: pcie: use partial pages if applicableJohannes Berg2019-12-231-10/+49
| * iwlwifi: pcie: map only used part of RX buffersJohannes Berg2019-12-231-7/+6
| * iwlwifi: allocate more receive buffers for HE devicesJohannes Berg2019-12-231-11/+23
* | net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy2020-01-221-2/+2
|/
* net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stallingAlexander Lobakin2019-11-271-2/+11
* iwlwifi: pcie: rx: use rxq queue_size instead of constantJohannes Berg2019-11-201-1/+1
* iwlwifi: pcie: make some RX functions staticJohannes Berg2019-11-201-2/+2
* iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg2019-11-151-36/+17
* iwlwifi: add support for suspend-resume flow for new device generationHaim Dreyfuss2019-09-061-5/+16
* iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho2019-09-061-27/+27
* iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho2019-09-061-28/+28
* iwlwifi: pcie: don't service an interrupt that was maskedEmmanuel Grumbach2019-06-291-6/+21
* iwlwifi: fix RF-Kill interrupt while FW load for gen2 devicesEmmanuel Grumbach2019-06-291-0/+5