aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-29iwlwifi: pcie: fix ALIVE interrupt handling for gen2 devices w/o MSI-XEmmanuel Grumbach1-18/+16
2019-06-29iwlwifi: dbg: move trans debug fields to a separate structShahar S Matityahu1-1/+1
2019-04-29iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page()Luca Coelho1-1/+1
2019-04-29iwlwifi: pcie: don't crash on invalid RX interruptJohannes Berg1-1/+6
2019-04-03iwlwifi: dbg_ini: support HW error triggerShahar S Matityahu1-0/+1
2019-03-22iwlwifi: pcie: switch to correct RBD/CD layout for 22560Johannes Berg1-9/+4
2019-02-20iwlwifi: pcie: allocate rb_stts's for all queues in one placeTriebitz1-16/+50
2019-02-14iwlwifi: align to new periphery address space for AX210 familyShaul Triebitz1-5/+5
2019-02-14iwlwifi: introduce device family AX210Shaul Triebitz1-2/+13
2019-02-14iwlwifi: pcie: add TPT oriented printsSara Sharon1-6/+14
2019-02-14iwlwifi: pcie: fix emergency pathSara Sharon1-3/+8
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-31/+47
2019-01-29iwlwifi: pcie: align licensing to dual GPL/BSDJohannes Berg1-4/+40
2019-01-29iwlwifi: pcie: add prints to track virtual IDSara Sharon1-1/+7
2019-01-25iwlwifi: pcie: remove unnecessary iwl_pcie_enable_rx_wake() functionLuca Coelho1-26/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-24/+15
2018-10-06iwlwifi: pcie: avoid empty free RB queueShaul Triebitz1-11/+21
2018-08-31iwlwifi: remove all occurrences of the FSF address paragraphLuca Coelho1-3/+0
2018-08-31iwlwifi: pcie: set interrupt coalescing also for gen2Sara Sharon1-0/+3
2018-08-31iwlwifi: pcie: store the default rxq numberGolan Ben Ami1-1/+1
2018-08-31iwlwifi: pcie: make non-static hcmd and rx codeGolan Ben Ami1-2/+2
2018-08-31iwlwifi: drop packets with bad status in CDSara Sharon1-2/+6
2018-08-02iwlwifi: move some msix and rx functions to a common placeGolan Ben Ami1-19/+5
2018-08-02iwlwifi: pcie: move rxb retrieval to a helper functionSara Sharon1-33/+42
2018-08-02iwlwifi: pcie: unionize used bd and completion descriptorSara Sharon1-24/+8
2018-08-02iwlwifi: pcie: support rx structures for 22560 devicesGolan Ben Ami1-17/+94
2018-07-26iwlwifi: pcie: support 2k rx buffersGolan Ben Ami1-0/+3
2018-07-26iwlwifi: update registers changed for 22560 devicesGolan Ben Ami1-1/+6
2018-07-26iwlwifi: update gen3 interrupts - sw error and image responseGolan Ben Ami1-5/+16
2018-07-26iwlwifi: pcie: allocate and free rx cr's and tr's tailsGolan Ben Ami1-81/+120
2018-05-30iwlwifi: pcie: fix race in Rx buffer allocatorShaul Triebitz1-0/+2
2018-04-26iwlwifi: allow different csr flags for different device familiesGolan Ben Ami1-1/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2017-08-24iwlwifi: pcie: move rx workqueue initialization to iwl_trans_pcie_alloc()Luca Coelho1-9/+1
2017-08-18iwlwifi: pcie: support short Tx queues for A000 device familyEmmanuel Grumbach1-1/+1
2017-06-29iwlwifi: pcie: add MSI-X interrupt tracingJohannes Berg1-0/+4
2017-06-29iwlwifi: pcie: improve debug in iwl_pcie_rx_handle_rb()Johannes Berg1-3/+7
2017-06-29iwlwifi: pcie: improve "invalid queue" warningJohannes Berg1-2/+6
2017-06-29iwlwifi: pcie: only apply retention workaround on 9000-series A-stepJohannes Berg1-6/+13
2017-06-23iwlwifi: pcie: delete the Tx queue timer earlier upon firmware crashEmmanuel Grumbach1-4/+4
2017-06-23iwlwifi: pcie: don't disable bh when handling FW errorsLuca Coelho1-2/+0
2017-06-23iwlwifi: pcie: don't report RF-kill enabled while shutting downJohannes Berg1-5/+15
2017-06-23iwlwifi: pcie: add fake RF-kill to debugfsJohannes Berg1-1/+1
2017-06-23iwlwifi: pcie: pull out common rfkill IRQ handling codeJohannes Berg1-49/+33
2017-06-23iwlwifi: use bitfield.h for some registersJohannes Berg1-7/+7
2017-04-25iwlwifi: pcie: apply no-reclaim logic only to group 0Johannes Berg1-1/+1
2017-04-19iwlwifi: pcie: alloc queues dynamicallySara Sharon1-1/+4
2017-04-19iwlwifi: pcie: prepare for dynamic queue allocationSara Sharon1-2/+2
2017-04-11iwlwifi: pcie: add context information supportSara Sharon1-7/+38