summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03wifi: iwlwifi: pcie: allocate dummy net_device dynamicallyBreno Leitao1-9/+18
2024-02-08wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on gen2Johannes Berg1-6/+3
2024-01-26wifi: iwlwifi: skip affinity setting on non-SMPBenjamin Berg1-0/+2
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+9
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2023-12-18wifi: iwlwifi: pcie: don't synchronize IRQs from IRQJohannes Berg1-8/+9
2023-12-12wifi: iwlwifi: remove async command callbackJohannes Berg1-27/+0
2023-12-12wifi: iwlwifi: pcie: dump CSRs before removalJohannes Berg1-0/+1
2023-12-12wifi: iwlwifi: pcie: clean up device removal workJohannes Berg1-4/+15
2023-12-12wifi: iwlwifi: pcie: add another missing bh-disable for rxq->lockJohannes Berg1-2/+2
2023-10-23wifi: iwlwifi: pcie: synchronize IRQs before NAPIJohannes Berg1-0/+1
2023-09-25wifi: iwlwifi: fail NIC access fast on dead NICJohannes Berg1-0/+3
2023-09-25wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bindJohannes Berg1-0/+9
2023-09-13wifi: iwlwifi: pcie: enable TOP fatal error interruptJohannes Berg1-0/+1
2023-09-13wifi: iwlwifi: pcie: give up mem read if HW is deadJohannes Berg1-0/+13
2023-09-13wifi: iwlwifi: pcie: rescan bus if no parentJohannes Berg1-2/+5
2023-09-11wifi: iwlwifi: pcie: fix RB status readingJohannes Berg1-8/+4
2023-08-22wifi: iwlwifi: pcie: point invalid TFDs to invalid dataJohannes Berg1-0/+29
2023-08-22wifi: iwlwifi: remove 'def_rx_queue' struct memberJohannes Berg1-2/+0
2023-07-12wifi: iwlwifi: remove 'use_tfh' config to fix crashJohannes Berg1-2/+2
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-23/+44
2023-06-14wifi: iwlwifi: pcie: remove redundant argumentJohannes Berg1-3/+4
2023-06-14wifi: iwlwifi: pcie: clear FW debug memory on initJohannes Berg1-5/+4
2023-06-14wifi: iwlwifi: unify checks for HW error valuesJohannes Berg1-1/+1
2023-06-06wifi: iwlwifi: Enable loading of reduce-power tables into several segmentsAlon Giladi1-16/+15
2023-06-06wifi: iwlwifi: Separate loading and setting of power reduce tablesAlon Giladi1-0/+1
2023-06-06wifi: iwlwifi: Implement loading and setting of fragmented pnvm imageAlon Giladi1-0/+8
2023-06-06wifi: iwlwifi: Allow trans_pcie track more than 1 pnvm DRAM regionAlon Giladi1-4/+14
2023-06-06wifi: iwlwifi: Separate loading and setting of pnvm image into two functionsAlon Giladi1-0/+1
2023-06-06wifi: iwlwifi: pcie: adjust Bz device timingsJohannes Berg1-4/+6
2023-05-09wifi: iwlwifi: Use default @max_active for trans_pcie->rba.alloc_wqTejun Heo1-1/+1
2023-04-17wifi: iwlwifi: make the loop for card preparation effectiveEmmanuel Grumbach1-1/+2
2023-04-17wifi: iwlwifi: call napi_synchronize() before freeing rx/tx queuesGregory Greenman1-0/+1
2023-04-14wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_bufHyunwoo Kim1-1/+1
2023-04-13wifi: iwlwifi: trans: don't trigger d3 interrupt twiceAvraham Stern1-6/+3
2022-11-28wifi: iwlwifi: mvm: trigger PCI re-enumeration in case of PLDR syncAvraham Stern1-38/+47
2022-05-30wifi: iwlwifi: pcie: rename CAUSE macroJohannes Berg1-17/+17
2022-05-18iwlwifi: pcie: simplify MSI-X cause mappingJohannes Berg1-19/+29
2022-03-12Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-5/+46
2022-03-10iwlwifi: pcie: fix SW error MSI-X mappingJohannes Berg1-1/+1
2022-02-18iwlwifi: support new queue allocation commandJohannes Berg1-1/+2
2022-02-18iwlwifi: yoyo: add IMR DRAM dump supportMukesh Sisodiya1-1/+41
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg1-1/+1
2022-02-18iwlwifi: propagate (const) type qualifierBjoern A. Zeeb1-1/+1
2022-02-03iwlwifi: pcie: fix locking when "HW not ready"Johannes Berg1-2/+1
2021-12-07iwlwifi: pcie: retake ownership after resetJohannes Berg1-13/+22
2021-12-07iwlwifi: pcie: support Bz suspend/resume triggerHaim Dreyfuss1-34/+41
2021-12-07iwlwifi: support 4-bits in MAC step valueMike Golant1-2/+3
2021-11-26iwlwifi: integrate with iwlmeiEmmanuel Grumbach1-2/+19
2021-10-28iwlwifi: pcie: update sw error interrupt for BZ familyMike Golant1-11/+34