summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* zd1211rw: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-271-9/+12
* libertas: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-271-4/+3
* libertas_tf: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-271-4/+4
* ipw2x00: track time using boottimeArnd Bergmann2018-06-274-20/+20
* zd1211rw: stop using deprecated get_seconds()Arnd Bergmann2018-06-271-1/+1
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-2710-73/+73
* rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()Dan Carpenter2018-06-271-0/+2
* atmel: use memdup_user to simplify the codeYueHaibing2018-06-271-8/+3
* mt76x2: fix mrr idx/count estimation in mt76x2_mac_fill_tx_status()Lorenzo Bianconi2018-06-271-4/+2
* net: ipw2x00: Replace NULL comparison with !privVarsha Rao2018-06-271-1/+1
* mwifiex: uap: do not chok ethernet header in bridge pathXinming Hu2018-06-271-26/+26
* brcmsmac: make function wlc_phy_workarounds_nphy_rev1 staticColin Ian King2018-06-271-1/+1
* brcmsmac: fix wrap around in conversion from constant to s16Stefan Agner2018-06-271-1/+1
* brcmsmac: Remove unnecessary parenthesesVarsha Rao2018-06-271-1/+1
* qtnfmac: enable source MAC address randomization supportAndrey Shevchenko2018-06-273-0/+48
* qtnfmac: implement net_device_ops callback to set MAC addressIgor Mitsyanko2018-06-271-0/+25
* wlcore: Enable runtime PM autosuspend supportTony Lindgren2018-06-279-59/+121
* wlcore: Make sure firmware is initialized in wl1271_op_add_interface()Tony Lindgren2018-06-271-13/+18
* wlcore: Use generic runtime pm calls for wowlan elp configurationEyal Reizer2018-06-271-38/+13
* wlcore: Fix timout errors after recoveryTony Lindgren2018-06-271-2/+1
* wlcore: Fix misplaced PM call for scan_complete_work()Tony Lindgren2018-06-271-2/+2
* wlcore: Add support for runtime PMTony Lindgren2018-06-2714-338/+416
* wlcore: Make sure PM calls are pairedTony Lindgren2018-06-271-2/+8
* wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()Tony Lindgren2018-06-271-0/+6
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-06-1821-112/+126
|\
| * ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG"Colin Ian King2018-06-141-1/+1
| * 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 tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-161-4/+4
|\ \
| * | docs: Fix more broken referencesMauro Carvalho Chehab2018-06-151-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1627-180/+371
|\ \ \ | |/ / |/| |
| * | net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu2018-06-153-7/+10