aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-2/+2
2019-11-27net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stallingAlexander Lobakin1-2/+11
2019-11-20iwlwifi: pcie: rx: use rxq queue_size instead of constantJohannes Berg1-1/+1
2019-11-20iwlwifi: pcie: make some RX functions staticJohannes Berg1-2/+2
2019-11-15iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg1-36/+17
2019-09-06iwlwifi: add support for suspend-resume flow for new device generationHaim Dreyfuss1-5/+16
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-27/+27
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-28/+28
2019-06-29iwlwifi: pcie: don't service an interrupt that was maskedEmmanuel Grumbach1-6/+21
2019-06-29iwlwifi: fix RF-Kill interrupt while FW load for gen2 devicesEmmanuel Grumbach1-0/+5
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