summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie
Commit message (Expand)AuthorAgeFilesLines
...
* iwlwifi: pcie: load FW chunk for a000 devicesSara Sharon2016-07-061-11/+46
* iwlwifi: pcie: initialize a000 device's TFD tableSara Sharon2016-07-061-5/+22
* iwlwifi: centralize 64 bit HW registers writeSara Sharon2016-07-061-16/+9Star
* iwlwifi: pcie: generalize and increase the size of scratchbufSara Sharon2016-07-062-58/+54Star
* iwlwifi: pcie: track rxb statusSara Sharon2016-07-062-1/+11
* iwlwifi: pcie: fix a race in firmware loading flowEmmanuel Grumbach2016-07-063-17/+28
* iwlwifi: decouple PCIe transport from mac80211Johannes Berg2016-07-063-19/+27
* iwlwifi: pcie: don't use vid 0Sara Sharon2016-07-061-4/+7
* iwlwifi: pcie: fix access to scratch bufferSara Sharon2016-07-061-2/+2
* iwlwifi: pcie: Enable MSI mode when using MSI interruptsIdo Yariv2016-07-061-1/+5
* iwlwifi: pcie: enable interrupts before releasing the NIC's CPUEmmanuel Grumbach2016-07-061-1/+4
* iwlwifi: Add a000 HW family supportHaim Dreyfuss2016-07-061-0/+3
* iwlwifi: pcie: poll RFH for RX DMA stopSara Sharon2016-07-061-3/+10
* iwlwifi: add new 8265Oren Givon2016-07-061-0/+6
* iwlwifi: add new 8260 PCI IDsOren Givon2016-07-061-0/+3
* iwlwifi: mvm: support dqa queue sharingLiad Kaufman2016-07-053-0/+13
* iwlwifi: pcie: unify restock calls on initSara Sharon2016-07-051-15/+13Star
* iwlwifi: pcie: make sure packet arrived to destined queueSara Sharon2016-07-011-0/+3
* iwlwifi: pcie: allow more than one frame in RB for 9000 devicesSara Sharon2016-07-011-3/+1Star
* iwlwifi: pcie: set RB chunk size per busSara Sharon2016-07-011-2/+6
* iwlwifi: pcie: workaround HW shadow registers bugSara Sharon2016-07-013-6/+27
* iwlwifi: pcie: grab NIC access only once on RX initSara Sharon2016-05-101-40/+57
* iwlwifi: pcie: use shadow registers for updating write pointerSara Sharon2016-05-101-2/+2
* iwlwifi: pcie: avoid msleep() with short timeoutJohannes Berg2016-05-101-2/+2
* iwlwifi: pcie: extend device reset delayJohannes Berg2016-05-101-9/+5Star
* iwlwifi: make configuration structs smallerJohannes Berg2016-05-101-3/+2Star
* iwlwifi: pcie: don't wake up the NIC when writing CSRs in MSIX modeHaim Dreyfuss2016-05-101-5/+5
* iwlwifi: allow combining different phy images with mac imagesHaim Dreyfuss2016-05-102-0/+12
* iwlwifi: wake from runtime suspend before sending sync commandsLuca Coelho2016-05-101-0/+11
* iwlwifi: Rename 9560 to 9260 and add new PCI IDs for itHaim Dreyfuss2016-05-101-10/+11
* iwlwifi: trans: don't call the trans-specific ref/unref directlyLuca Coelho2016-05-103-10/+7Star
* Merge tag 'iwlwifi-for-kalle-2016-05-04' of git://git.kernel.org/pub/scm/linu...Luca Coelho2016-05-102-2/+12
|\
| * iwlwifi: add device IDs for the 8265 deviceOren Givon2016-04-121-0/+10
| * iwlwifi: pcie: lower the debug level for RSA semaphore accessEmmanuel Grumbach2016-03-201-2/+2
* | iwlwifi: pcie: remove duplicate assignment of variable isr_statsColin Ian King2016-03-301-1/+1
* | iwlwifi: pcie: Fix index iteration on free_irq in MSIX modeHaim Dreyfuss2016-03-301-2/+2
* | iwlwifi: edit the 9000 series PCI IDsOren Givon2016-03-301-5/+7
* | iwlwifi: pcie: request one more interrupt vectorSara Sharon2016-03-301-1/+1
* | iwlwifi: pcie: write to legacy register also in MQSara Sharon2016-03-301-2/+6
* | iwlwifi: 9000: update device id and FW serial numberHaim Dreyfuss2016-03-301-5/+5
* | iwlwifi: add missing mutex_destroy statementsEmmanuel Grumbach2016-03-301-0/+1
* | iwlwifi: pcie: do not pad QoS AMSDUSara Sharon2016-03-301-7/+14
* | iwlwifi: pcie: print error value as signed intEmmanuel Grumbach2016-03-301-1/+1
* | iwlwifi: pcie: refcounting is not necessary anymoreLuca Coelho2016-03-303-23/+10Star
* | iwlwifi: pcie: enable interrupts explicitly on resumeSara Sharon2016-03-301-0/+1
* | iwlwifi: pcie: fix global table sizeSara Sharon2016-03-302-1/+3
* | iwlwifi: pcie: clear trans reference on queue stopSara Sharon2016-03-201-23/+36
|/
* iwlwifi: pcie: avoid restocks inside rx loop if not emergencyGregory Greenman2016-03-091-26/+33
* iwlwifi: pcie: fine tune number of rxbsSara Sharon2016-03-092-6/+7
* iwlwifi: pcie: set RB chunk size back to 64Sara Sharon2016-03-061-2/+1Star