summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel
Commit message (Expand)AuthorAgeFilesLines
* wireless: ipw2200: fix old-style declarationArnd Bergmann2016-06-291-1/+1
* iwlegacy: avoid warning about missing bracesArnd Bergmann2016-06-141-1/+2
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-201-2/+2
|\
| * devcoredump: add scatterlist supportAviya Erenfeld2016-04-151-2/+2
* | Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller2016-05-2043-345/+1433
|\ \
| * \ Merge tag 'iwlwifi-next-for-kalle-2016-05-10' of git://git.kernel.org/pub/scm...Kalle Valo2016-05-1143-392/+1494
| |\ \
| | * | iwlwifi: add default value to disable_11ac mod param descriptionEmmanuel Grumbach2016-05-101-1/+1
| | * | 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-102-2/+5
| | * | iwlwifi: mvm: support dqa-mode agg on non-shared queueLiad Kaufman2016-05-106-40/+207
| | * | iwlwifi: pcie: avoid msleep() with short timeoutJohannes Berg2016-05-101-2/+2
| | * | iwlwifi: pcie: extend device reset delayJohannes Berg2016-05-101-9/+5
| | * | iwlwifi: turn on SGI support for VHT 160MHzGregory Greenman2016-05-101-2/+2
| | * | iwlwifi: make configuration structs smallerJohannes Berg2016-05-109-70/+65
| | * | iwlwifi: don't access a nonexistent register upon assertEmmanuel Grumbach2016-05-101-3/+4
| | * | iwlwifi: remove IWLWIFI_DEBUG_EXPERIMENTAL_UCODEEmmanuel Grumbach2016-05-102-32/+9
| | * | iwlwifi: mvm: use helpers to get iwl_mvm_staSara Sharon2016-05-106-31/+14
| | * | iwlwifi: mvm: remove redundant alloc_ctx parameterSara Sharon2016-05-103-6/+6
| | * | iwlwifi: mvm: make phy_db size dynamicSara Sharon2016-05-101-13/+49
| | * | iwlwifi: mvm: set correct vht capabilitySara Sharon2016-05-101-1/+1
| | * | iwlwifi: mvm: loosen nssn comparison to reorder buffer headSara Sharon2016-05-101-4/+18
| | * | iwlwifi: pcie: don't wake up the NIC when writing CSRs in MSIX modeHaim Dreyfuss2016-05-101-5/+5
| | * | iwlwifi: Fix firmware name maximum length definitionHaim Dreyfuss2016-05-101-1/+1
| | * | iwlwifi: mvm: don't allow negative reference countSara Sharon2016-05-101-1/+5
| | * | iwlwifi: mvm: add more registers to dump upon errorGolan Ben-Ami2016-05-101-9/+44
| | * | iwlwifi: mvm: add a new mvm reference type for RX dataLuca Coelho2016-05-103-0/+17
| | * | iwlwifi: mvm: pass station to mac80211 RX where knownJohannes Berg2016-05-102-4/+9
| | * | iwlwifi: consider VHT 160MHz while parsing NVMGregory Greenman2016-05-102-3/+14
| | * | iwlwifi: allow combining different phy images with mac imagesHaim Dreyfuss2016-05-106-3/+58
| | * | iwlwifi: wake from runtime suspend before sending sync commandsLuca Coelho2016-05-104-1/+20
| | * | iwlwifi: mvm: allow a debug knob for Tx A-MSDU even if rate control forbids itEmmanuel Grumbach2016-05-101-3/+4
| | * | iwlwifi: Rename 9560 to 9260 and add new PCI IDs for itHaim Dreyfuss2016-05-103-13/+14
| | * | iwlwifi: mvm: add a flag to disable checksumSara Sharon2016-05-102-1/+3
| | * | iwlwifi: mvm: advertise RSS queue usageJohannes Berg2016-05-101-0/+3
| | * | iwlwifi: trans: don't call the trans-specific ref/unref directlyLuca Coelho2016-05-103-10/+7
| | * | iwlwifi: mvm: support queue removal in ADD_STA hcmdLiad Kaufman2016-05-101-2/+2
| | * | iwlwifi: mvm: utilize the frame release infrastructureSara Sharon2016-05-103-5/+34
| | * | iwlwifi: mvm: add reorder timeout per frameSara Sharon2016-05-103-2/+114
| | * | iwlwifi: mvm: add reorder buffer per queueSara Sharon2016-05-105-9/+276
| | * | iwlwifi: mvm: add firmware API name commentJohannes Berg2016-05-101-1/+1
| | * | iwlwifi: mvm: add infrastructure for tracking BA session in driverSara Sharon2016-05-106-13/+194
| | * | iwlwifi: mvm: change RX sync notification to be an attribute and not a typeSara Sharon2016-05-104-20/+37
| | * | iwlwifi: mvm: implement driver RX queues sync commandSara Sharon2016-05-105-0/+58
| | * | iwlwifi: Edit the 8265 SDIO IDMordechai Goodstein2016-05-102-0/+15
| | * | iwlwifi: mvm: support p2p device frames tx on dqa queue #2Liad Kaufman2016-05-104-10/+27
| | * | iwlwifi: mvm: allocate queue for probe response in dqa modeLiad Kaufman2016-05-104-13/+66
| | * | Merge tag 'iwlwifi-for-kalle-2016-05-04' of git://git.kernel.org/pub/scm/linu...Luca Coelho2016-05-109-55/+69
| | |\ \
* | | | | iwlwifi: fix mis-merge that breaks the driverLinus Torvalds2016-05-181-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-34/+46
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | iwlwifi: mvm: don't override the rate with the AMSDU lenEmmanuel Grumbach2016-05-041-35/+48