summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2016-07-06iwlwifi: move iwl_drv to be shared across transportsSara Sharon2-11/+5
2016-07-06iwlwifi: pcie: centralize SCD status loggingSara Sharon3-73/+47
2016-07-06iwlwifi: pcie: load FW chunk for a000 devicesSara Sharon1-11/+46
2016-07-06iwlwifi: pcie: initialize a000 device's TFD tableSara Sharon1-5/+22
2016-07-06iwlwifi: centralize 64 bit HW registers writeSara Sharon1-16/+9
2016-07-06iwlwifi: pcie: generalize and increase the size of scratchbufSara Sharon2-58/+54
2016-07-06iwlwifi: pcie: track rxb statusSara Sharon2-1/+11
2016-07-06iwlwifi: pcie: fix a race in firmware loading flowEmmanuel Grumbach3-17/+28
2016-07-06iwlwifi: decouple PCIe transport from mac80211Johannes Berg3-19/+27
2016-07-06iwlwifi: pcie: don't use vid 0Sara Sharon1-4/+7
2016-07-06iwlwifi: pcie: fix access to scratch bufferSara Sharon1-2/+2
2016-07-06iwlwifi: pcie: Enable MSI mode when using MSI interruptsIdo Yariv1-1/+5
2016-07-06iwlwifi: pcie: enable interrupts before releasing the NIC's CPUEmmanuel Grumbach1-1/+4
2016-07-06iwlwifi: Add a000 HW family supportHaim Dreyfuss1-0/+3
2016-07-06iwlwifi: pcie: poll RFH for RX DMA stopSara Sharon1-3/+10
2016-07-06iwlwifi: add new 8265Oren Givon1-0/+6
2016-07-06iwlwifi: add new 8260 PCI IDsOren Givon1-0/+3
2016-07-06iwlwifi: mvm: support dqa queue sharingLiad Kaufman3-0/+13
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 Sharon3-6/+27
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: avoid msleep() with short timeoutJohannes Berg1-2/+2
2016-05-10iwlwifi: pcie: extend device reset delayJohannes Berg1-9/+5
2016-05-10iwlwifi: make configuration structs smallerJohannes Berg1-3/+2
2016-05-10iwlwifi: pcie: don't wake up the NIC when writing CSRs in MSIX modeHaim Dreyfuss1-5/+5
2016-05-10iwlwifi: allow combining different phy images with mac imagesHaim Dreyfuss2-0/+12
2016-05-10iwlwifi: wake from runtime suspend before sending sync commandsLuca Coelho1-0/+11
2016-05-10iwlwifi: Rename 9560 to 9260 and add new PCI IDs for itHaim Dreyfuss1-10/+11
2016-05-10iwlwifi: trans: don't call the trans-specific ref/unref directlyLuca Coelho3-10/+7
2016-05-10Merge tag 'iwlwifi-for-kalle-2016-05-04' of git://git.kernel.org/pub/scm/linu...Luca Coelho2-2/+12
2016-04-12iwlwifi: add device IDs for the 8265 deviceOren Givon1-0/+10
2016-03-30iwlwifi: pcie: remove duplicate assignment of variable isr_statsColin Ian King1-1/+1
2016-03-30iwlwifi: pcie: Fix index iteration on free_irq in MSIX modeHaim Dreyfuss1-2/+2
2016-03-30iwlwifi: edit the 9000 series PCI IDsOren Givon1-5/+7
2016-03-30iwlwifi: pcie: request one more interrupt vectorSara Sharon1-1/+1
2016-03-30iwlwifi: pcie: write to legacy register also in MQSara Sharon1-2/+6
2016-03-30iwlwifi: 9000: update device id and FW serial numberHaim Dreyfuss1-5/+5
2016-03-30iwlwifi: add missing mutex_destroy statementsEmmanuel Grumbach1-0/+1
2016-03-30iwlwifi: pcie: do not pad QoS AMSDUSara Sharon1-7/+14
2016-03-30iwlwifi: pcie: print error value as signed intEmmanuel Grumbach1-1/+1
2016-03-30iwlwifi: pcie: refcounting is not necessary anymoreLuca Coelho3-23/+10
2016-03-30iwlwifi: pcie: enable interrupts explicitly on resumeSara Sharon1-0/+1
2016-03-30iwlwifi: pcie: fix global table sizeSara Sharon2-1/+3
2016-03-20iwlwifi: pcie: lower the debug level for RSA semaphore accessEmmanuel Grumbach1-2/+2
2016-03-20iwlwifi: pcie: clear trans reference on queue stopSara Sharon1-23/+36
2016-03-09iwlwifi: pcie: avoid restocks inside rx loop if not emergencyGregory Greenman1-26/+33