aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-11iwlwifi: pcie: print less data upon firmware crashEmmanuel Grumbach1-3/+0
2017-02-08iwlwifi: pcie: set STATUS_RFKILL immediately after interruptGolan Ben Ami1-2/+6
2017-02-06iwlwifi: pcie: fix another RF-kill raceJohannes Berg1-2/+2
2016-09-19iwlwifi: pcie: use LIST_HEAD() macroJohannes Berg1-3/+1
2016-09-19iwlwifi: pcie: log full command sequenceSara Sharon1-2/+3
2016-09-16iwlwifi: pcie: Configure shared interrupt vector in MSIX modeHaim Dreyfuss1-0/+14
2016-09-16iwlwifi: pcie: merge iwl_queue and iwl_txqSara Sharon1-1/+1
2016-07-06iwlwifi: centralize 64 bit HW registers writeSara Sharon1-16/+9
2016-07-06iwlwifi: pcie: track rxb statusSara Sharon1-1/+9
2016-07-06iwlwifi: pcie: fix a race in firmware loading flowEmmanuel Grumbach1-7/+9
2016-07-06iwlwifi: pcie: don't use vid 0Sara Sharon1-4/+7
2016-07-06iwlwifi: pcie: poll RFH for RX DMA stopSara Sharon1-3/+10
2016-07-06iwlwifi: pcie: unify restock calls on initSara Sharon1-15/+13
2016-07-01iwlwifi: pcie: make sure packet arrived to destined queueSara Sharon1-0/+3
2016-07-01iwlwifi: pcie: allow more than one frame in RB for 9000 devicesSara Sharon1-3/+1
2016-07-01iwlwifi: pcie: set RB chunk size per busSara Sharon1-2/+6
2016-07-01iwlwifi: pcie: workaround HW shadow registers bugSara Sharon1-6/+21
2016-05-10iwlwifi: pcie: grab NIC access only once on RX initSara Sharon1-40/+57
2016-05-10iwlwifi: pcie: use shadow registers for updating write pointerSara Sharon1-2/+2
2016-05-10iwlwifi: pcie: don't wake up the NIC when writing CSRs in MSIX modeHaim Dreyfuss1-5/+5
2016-03-30iwlwifi: pcie: remove duplicate assignment of variable isr_statsColin Ian King1-1/+1
2016-03-30iwlwifi: pcie: write to legacy register also in MQSara Sharon1-2/+6
2016-03-30iwlwifi: pcie: fix global table sizeSara Sharon1-0/+2
2016-03-09iwlwifi: pcie: avoid restocks inside rx loop if not emergencyGregory Greenman1-26/+33
2016-03-09iwlwifi: pcie: fine tune number of rxbsSara Sharon1-5/+6
2016-03-06iwlwifi: pcie: set RB chunk size back to 64Sara Sharon1-2/+1
2016-03-06iwlwifi: pcie: refactor RXBs reclaiming codeSara Sharon1-42/+33
2016-03-02iwlwifi: pcie: detect and workaround invalid write ptr behaviorSara Sharon1-4/+13
2016-02-27iwlwifi: pcie: configure more RFH settingsSara Sharon1-1/+11
2016-02-27iwlwifi: pcie: Add new configuration to enable MSIXHaim Dreyfuss1-3/+174
2016-02-27Merge tag 'iwlwifi-for-kalle-2016-02-15' into HEADEmmanuel Grumbach1-3/+5
2016-02-15iwlwifi: pcie: fix RF-Kill vs. firmware load raceEmmanuel Grumbach1-3/+5