summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ath10k: htt: High latency TX supportErik Stromdahl2018-09-061-0/+92
* ath10k: htt: RX ring config HL supportErik Stromdahl2018-09-061-0/+52
* ath10k: add HTT RX HL opsErik Stromdahl2018-09-061-1/+6
* ath10k: add HTT TX HL opsErik Stromdahl2018-09-061-1/+7
* ath10k: DMA related fixes for high latency devicesErik Stromdahl2018-09-063-9/+16
* ath10k: add per target config of max_num_peersErik Stromdahl2018-09-061-5/+12
* ath10k: use hw_params.num_peers for num_tids in TLV initErik Stromdahl2018-09-061-1/+4
* ath10k: add bus type check in ath10k_init_hw_paramsErik Stromdahl2018-09-063-9/+24
* ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl2018-09-067-0/+13
* ath10k: add struct ath10k_bus_paramsErik Stromdahl2018-09-067-20/+29
* ath10k: download firmware via diag Copy Engine for QCA6174 and QCA9377.Carl Huang2018-09-065-6/+288
* ath10k: support to access target space below 1M for qca6174 and qca9377Carl Huang2018-09-061-2/+17
* ath10k: optimize pci diag mem read & write operationsCarl Huang2018-09-062-19/+24
* ath10k: average ack rssi support for data framesBalaji Pothunoori2018-09-065-4/+44
* ath10k: avoid possible memory access violationK.T.VIJAYAKUMAAR2018-09-061-0/+7
* ath10k: add debugfs support to dump per sta tx statsAnilkumar Kolli2018-09-061-0/+101
* ath10k: add extended per sta tx statistics supportAnilkumar Kolli2018-09-064-4/+159
* ath10k: add debugfs entry to enable extended tx statsAnilkumar Kolli2018-09-063-1/+71
* ath10k: get the legacy rate index to update the txrate tableAnilkumar Kolli2018-09-061-14/+10
* wil6210: fix unsigned cid comparison with >= 0Gustavo A. R. Silva2018-09-062-2/+2
* ath10k: enable pktlog for WCN3990 targetGovind Singh2018-09-063-4/+74
* ath10k: introduce CE_ATTR_POLL attribute for polling pipeGovind Singh2018-09-063-9/+22
* ath10k: support extended board data download for dual-band QCA9984Sathishkumar Muruganandam2018-09-065-41/+223
* ath10k: refactoring needed for extended board data downloadSathishkumar Muruganandam2018-09-061-201/+201
* ath10k: allow ATH10K_SNOC with COMPILE_TESTNiklas Cassel2018-09-031-1/+2
* ath6kl: convert to using %pOFn instead of device_node.nameRob Herring2018-09-031-2/+2
* ath10k: add waiting htt tx complete before wow enableWen Gong2018-09-033-9/+16
* ath10k: retrieve MAC address from system firmware if providedBrian Norris2018-09-032-1/+5
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-08-2826-160/+856
|\
| * ath10k: limit available channels via DT ieee80211-freq-limitSven Eckelmann2018-08-281-0/+2
| * wil6210: fix invalid memory access for rx_buff_mgmt debugfsDedy Lansky2018-08-281-0/+3
| * wil6210: add FT roam support for AP and stationAhmad Masri2018-08-288-57/+735
| * wil6210: fix RX buffers release and unmapMaya Erez2018-08-281-5/+10
| * wil6210: prevent usage of tx ring 0 for eDMAMaya Erez2018-08-282-4/+9
| * wil6210: allocate rx reorder buffer only if rx reorder is enabledMaya Erez2018-08-281-5/+7
| * wil6210: set edma variables only for Talyn-MB devicesMaya Erez2018-08-282-2/+1
| * wil6210: drop Rx multicast packets that are looped-back to STADedy Lansky2018-08-281-1/+8
| * wil6210: add support for channel 4Alexei Avshalom Lazar2018-08-284-1/+26
| * wil6210: remove reset file from debugfsKarthick Gopalasubramanian2018-08-281-27/+0
| * ath6kl: Remove unnecessary parenthesesVarsha Rao2018-08-281-1/+1
| * ath9k: fix tx99 with monitor mode interfaceFelix Fietkau2018-08-284-20/+4
| * ath9k: remove unused array firstep_tableColin Ian King2018-08-281-4/+0
| * ath9k: Remove unnecessary parenthesesVarsha Rao2018-08-281-1/+1
| * ath10k: use struct_size() in kzalloc()Gustavo A. R. Silva2018-08-281-16/+8
| * ath10k: schedule hardware restart if WMI command times outMartin Willi2018-08-281-0/+6
| * ath10k: skip resetting rx filter for WCN3990Rakesh Pillai2018-08-282-1/+21
| * wcn36xx: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-08-241-10/+9
| * wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg...YueHaibing2018-08-241-2/+2
| * ath10k: fix kernel panic by moving pci flush after napi_disableTamizh chelvam2018-08-242-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-2753-410/+565
|\ \