summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c
AgeCommit message (Expand)Author
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-18wifi: iwlwifi: pcie: don't synchronize IRQs from IRQJohannes Berg
2023-12-12wifi: iwlwifi: refactor RX tracingJohannes Berg
2023-12-12wifi: iwlwifi: pcie: avoid a NULL pointer dereferenceAvraham Stern
2023-10-11netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_scheduleChristian Marangi
2023-09-13wifi: iwlwifi: pcie: enable TOP fatal error interruptJohannes Berg
2023-09-11wifi: iwlwifi: pcie: fix RB status readingJohannes Berg
2023-08-22wifi: iwlwifi: remove 'def_rx_queue' struct memberJohannes Berg
2023-06-21wifi: iwlwifi: pcie: refactor RB status size calculationJohannes Berg
2023-06-19wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_han...Anjaneyulu
2023-06-14wifi: iwlwifi: unify checks for HW error valuesJohannes Berg
2023-04-17wifi: iwlwifi: call napi_synchronize() before freeing rx/tx queuesGregory Greenman
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-02-18iwlwifi: Fix syntax errors in commentsXiang wangx
2022-02-18iwlwifi: don't dump_stack() when we get an unexpected interruptEmmanuel Grumbach
2022-02-18iwlwifi: pcie: Adapt rx queue write pointer for Bz familyMatti Gottlieb
2022-02-18iwlwifi: pcie: adjust to Bz completion descriptorJohannes Berg
2022-02-18iwlwifi: pcie: make sure iwl_rx_packet_payload_len() will not underflowAndrei Otcheretianski
2022-02-18iwlwifi: yoyo: add IMR DRAM dump supportMukesh Sisodiya
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg
2022-02-18iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg
2021-12-21iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQLuca Coelho
2021-10-28iwlwifi: pcie: update sw error interrupt for BZ familyMike Golant
2021-08-26iwlwifi: pcie: dump error on FW reset handshake failuresJohannes Berg
2021-08-26iwlwifi: prepare for synchronous error dumpsJohannes Berg
2021-08-26iwlwifi: pcie: free RBs during configureJohannes Berg
2021-06-22iwlwifi: pcie: remove TR/CR tail allocationsJohannes Berg
2021-04-14iwlwifi: pcie: add ISR debug info for msix debugMordechay Goodstein
2021-04-14iwlwifi: pcie: merge napi_poll_msix functionsMordechay Goodstein
2021-04-14iwlwifi: pcie: clear only FH bits handle in the interruptMordechay Goodstein
2021-03-03iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep war...Jiri Kosina
2021-02-10iwlwifi: pcie: don't crash when rx queues aren't allocated in interruptEmmanuel Grumbach
2021-02-10iwlwifi: remove flags argument for nic_accessJohannes Berg
2021-02-10iwlwifi: pcie: NULLify pointers after freeEmmanuel Grumbach
2021-02-05iwlwifi: pcie: Disable softirqs during Rx queue initIlan Peer
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein
2021-02-05iwlwifi: pcie: properly implement NAPIJohannes Berg
2020-12-10iwlwifi: support firmware reset handshakeJohannes Berg
2020-12-10iwlwifi: pcie: clean up some rx codeJohannes Berg
2020-12-10iwlwifi: use SPDX tagsJohannes Berg
2020-12-10iwlwifi: pcie: remove MSIX_HW_INT_CAUSES_REG_IML handlingJohannes Berg
2020-12-10iwlwifi: pcie: validate RX descriptor lengthJohannes Berg
2020-10-01iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-05-29iwlwifi: move txq-specific from trans_pcie to common transMordechay Goodstein
2020-05-08iwlwifi: pcie: skip fragmented receive buffersJohannes Berg
2020-03-27iwlwifi: move integrated, extra_phy and soc_latency to trans_cfgLuca Coelho
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy