summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ath10k: handle resource init failure caseGovind Singh2018-06-141-2/+2
| | * | ath10k: skip data calibration for non-bmi targetSurabhi Vishnoi2018-06-141-7/+14
| | * | ath10k: do not mix spaces and tabs in KconfigNiklas Cassel2018-06-141-12/+12
| | * | ath10k: snoc: sort include filesBrian Norris2018-06-141-7/+8
| | * | ath10k: snoc: drop unused WCN3990_CE_ATTR_FLAGSBrian Norris2018-06-141-1/+1
| | * | ath10k: snoc: stop including pci.hBrian Norris2018-06-143-43/+42
| | * | ath10k: snoc: use correct bus-specific pointer in RX retryBrian Norris2018-06-141-1/+1
| | * | ath10k: snoc: use module_platform_driver() macroBrian Norris2018-06-141-19/+1
| | * | ath10k: use crash_dump enum instead of magic numbersBrian Norris2018-06-141-4/+2
| | * | ath10k: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-141-3/+1
| | * | ath10k: fix incorrect size of dma_free_coherent in ath10k_ce_alloc_src_ring_64YueHaibing2018-06-141-1/+1
| | * | ath10k: make some functions staticWei Yongjun2018-06-141-2/+2
| | * | ath10k: fix spectral scan for QCA9984 and QCA9888 chipsetsKarthikeyan Periyasamy2018-06-143-1/+17
| | * | ath10k: support use of channel 173Ben Greear2018-06-143-2/+6
| | * | ath10k: fix memory leak of tpc_statsColin Ian King2018-06-131-4/+4
| | * | ath9k: mark expected switch fall-throughsGustavo A. R. Silva2018-06-133-0/+4
| | * | ath6kl: mark expected switch fall-throughsGustavo A. R. Silva2018-06-131-0/+3
| | * | ath6kl: add support for Dell Wireless 1537Guy Chronister2018-06-131-0/+1
| | * | ath5k: mark expected switch fall-throughGustavo A. R. Silva2018-06-131-0/+1
| | * | ath10k: htt_tx: mark expected switch fall-throughsGustavo A. R. Silva2018-06-131-2/+2
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-2113-26/+46
|\ \ \ \
| * \ \ \ Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...David S. Miller2018-07-0313-26/+46
| |\ \ \ \
| | * \ \ \ Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2018-06-293-3/+16
| | |\ \ \ \
| | | * | | | wcn36xx: Remove Unicode Byte Order Mark from testcodeGeert Uytterhoeven2018-06-281-1/+1
| | | * | | | ath10k: update the phymode along with bandwidth change requestRyan Hsu2018-06-282-2/+15
| | * | | | | rtlwifi: rtl8821ae: fix firmware is not ready to runPing-Ke Shih2018-06-291-1/+0
| | * | | | | mt7601u: remove warning when avg_rssi is zeroStanislaw Gruszka2018-06-241-2/+4
| | * | | | | mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat2018-06-241-2/+2
| | * | | | | Revert "mwifiex: handle race during mwifiex_usb_disconnect"Ganapathi Bhat2018-06-241-3/+0
| | * | | | | brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi2018-06-241-0/+7
| | * | | | | rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih2018-06-246-13/+16
| | |/ / / /
| | * / / / qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva2018-06-181-2/+1
| | |/ / /
* | | | / net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
| |_|_|/ |/| | |
* | | | Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-301-1/+1
|\ \ \ \
| * | | | ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-181-1/+1
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-262-2/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-232-2/+1
| | |/ / | |/| |
* / | | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-2/+9
|\ \ \
| * | | mac80211_hwsim: fix module init error pathsJohannes Berg2018-06-151-2/+9
| |/ /
* | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-132-3/+3
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1321-47/+54
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1311-26/+31
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-07263-2637/+7834
|\ \
| * \ Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller2018-06-03133-1157/+2282
| |\ \
| | * | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-05-3023-124/+920
| | |\|
| | | * wcn36xx: Add support for Factory Test Mode (FTM)Eyal Ilsar2018-05-259-0/+332
| | | * ath10k: DFS Host ConfirmationSriram R2018-05-255-10/+273
| | | * ath: add support to get the detected radar specificationsSriram R2018-05-255-5/+10