index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-13
ath10k: add QMI message handshake for wcn3990 client
Govind Singh
8
-13
/
+1419
2018-10-13
ath10k: add debug mask for QMI layer
Govind Singh
1
-0
/
+1
2018-10-13
ath10k: add support to create boardname for non-bmi target
Rakesh Pillai
2
-0
/
+10
2018-10-13
ath10k: add qmi service helpers for wcn3990 qmi client
Govind Singh
2
-0
/
+2749
2018-10-13
ath10k: htt: remove some dead code
Dan Carpenter
1
-2
/
+0
2018-10-13
ath10k: allocate small size dma memory in ath10k_pci_diag_write_mem
Carl Huang
1
-12
/
+11
2018-10-13
ath10k: add peer flush in ath10k_flush for STATION
Wen Gong
1
-2
/
+13
2018-10-13
ath10k: remove unnecessary comparison of unsigned integer with < 0
Gustavo A. R. Silva
1
-1
/
+1
2018-10-13
ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_stats
Gustavo A. R. Silva
1
-1
/
+2
2018-10-13
ath10k: management tx ack rssi capability check
Balaji Pothunoori
1
-2
/
+3
2018-10-13
ath10k: support NET_DETECT WoWLAN feature
Wen Gong
7
-0
/
+700
2018-10-13
ath10k: set probe request oui during driver start
Rakesh Pillai
1
-6
/
+8
2018-10-13
ath10k: fix possible out of bound access of ath10k_rates array
Sriram R
1
-15
/
+15
2018-10-04
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
31
-390
/
+1989
2018-10-02
ath10k: add missing sanity check on diag download
Brian Norris
1
-0
/
+6
2018-10-01
ath10k: disable napi before resource cleanup to avoid "use after free"
Govind Singh
1
-1
/
+1
2018-10-01
ath10k: move napi_enable to hif_start for consistent pairing
Govind Singh
1
-1
/
+1
2018-10-01
ath10k: advertize beacon_int_min_gcd as 100 while bring up multi vaps
Maharaja Kennadyrajan
2
-0
/
+34
2018-10-01
ath10k: add debugfs support to get power save state change of STA
Maharaja Kennadyrajan
6
-1
/
+161
2018-10-01
ath10k: remove duplicated includes
YueHaibing
3
-3
/
+0
2018-10-01
ath10k: add support for configuring management packet rate
Sriram R
1
-2
/
+43
2018-10-01
ath10k: remove num_peers in hw_params for most targets
Erik Stromdahl
1
-13
/
+0
2018-10-01
ath10k: add default value for num_peers in WMI TLV init
Erik Stromdahl
1
-1
/
+4
2018-10-01
ath10k: utilize random MAC address if none is provided
Brian Norris
1
-0
/
+4
2018-10-01
ath10k: fix tx status flag setting for management frames
Rakesh Pillai
1
-1
/
+6
2018-10-01
ath10k: fix vdev-start timeout on error
Ben Greear
4
-5
/
+25
2018-09-06
ath10k: wmi: disable softirq's while calling ieee80211_rx
Erik Stromdahl
1
-1
/
+2
2018-09-06
ath10k: htt: High latency RX support
Erik Stromdahl
3
-3
/
+187
2018-09-06
ath10k: htt: High latency TX support
Erik Stromdahl
1
-0
/
+92
2018-09-06
ath10k: htt: RX ring config HL support
Erik Stromdahl
1
-0
/
+52
2018-09-06
ath10k: add HTT RX HL ops
Erik Stromdahl
1
-1
/
+6
2018-09-06
ath10k: add HTT TX HL ops
Erik Stromdahl
1
-1
/
+7
2018-09-06
ath10k: DMA related fixes for high latency devices
Erik Stromdahl
3
-9
/
+16
2018-09-06
ath10k: add per target config of max_num_peers
Erik Stromdahl
1
-5
/
+12
2018-09-06
ath10k: use hw_params.num_peers for num_tids in TLV init
Erik Stromdahl
1
-1
/
+4
2018-09-06
ath10k: add bus type check in ath10k_init_hw_params
Erik Stromdahl
3
-9
/
+24
2018-09-06
ath10k: add device type enum to ath10k_bus_params
Erik Stromdahl
7
-0
/
+13
2018-09-06
ath10k: add struct ath10k_bus_params
Erik Stromdahl
7
-20
/
+29
2018-09-06
ath10k: download firmware via diag Copy Engine for QCA6174 and QCA9377.
Carl Huang
5
-6
/
+288
2018-09-06
ath10k: support to access target space below 1M for qca6174 and qca9377
Carl Huang
1
-2
/
+17
2018-09-06
ath10k: optimize pci diag mem read & write operations
Carl Huang
2
-19
/
+24
2018-09-06
ath10k: average ack rssi support for data frames
Balaji Pothunoori
5
-4
/
+44
2018-09-06
ath10k: avoid possible memory access violation
K.T.VIJAYAKUMAAR
1
-0
/
+7
2018-09-06
ath10k: add debugfs support to dump per sta tx stats
Anilkumar Kolli
1
-0
/
+101
2018-09-06
ath10k: add extended per sta tx statistics support
Anilkumar Kolli
4
-4
/
+159
2018-09-06
ath10k: add debugfs entry to enable extended tx stats
Anilkumar Kolli
3
-1
/
+71
2018-09-06
ath10k: get the legacy rate index to update the txrate table
Anilkumar Kolli
1
-14
/
+10
2018-09-06
ath10k: enable pktlog for WCN3990 target
Govind Singh
3
-4
/
+74
2018-09-06
ath10k: introduce CE_ATTR_POLL attribute for polling pipe
Govind Singh
3
-9
/
+22
2018-09-06
ath10k: support extended board data download for dual-band QCA9984
Sathishkumar Muruganandam
5
-41
/
+223
[next]