aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-03wifi: iwlwifi: pcie: allocate dummy net_device dynamicallyBreno Leitao1-3/+8
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2023-12-18wifi: iwlwifi: pcie: don't synchronize IRQs from IRQJohannes Berg1-4/+4
2023-12-12wifi: iwlwifi: refactor RX tracingJohannes Berg1-2/+1
2023-12-12wifi: iwlwifi: pcie: avoid a NULL pointer dereferenceAvraham Stern1-1/+1
2023-10-11netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_scheduleChristian Marangi1-3/+1
2023-09-13wifi: iwlwifi: pcie: enable TOP fatal error interruptJohannes Berg1-0/+6
2023-09-11wifi: iwlwifi: pcie: fix RB status readingJohannes Berg1-1/+1
2023-08-22wifi: iwlwifi: remove 'def_rx_queue' struct memberJohannes Berg1-1/+1
2023-06-21wifi: iwlwifi: pcie: refactor RB status size calculationJohannes Berg1-10/+14
2023-06-19wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_handler()Anjaneyulu1-2/+3
2023-06-14wifi: iwlwifi: unify checks for HW error valuesJohannes Berg1-1/+1
2023-04-17wifi: iwlwifi: call napi_synchronize() before freeing rx/tx queuesGregory Greenman1-1/+17
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