index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Age
Commit message (
Expand
)
Author
Lines
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 325
Thomas Gleixner
-13
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 57
Thomas Gleixner
-14
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+11
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-137
/
+352
2019-05-06
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
-6
/
+0
2019-05-05
net: wireless: support of_get_mac_address new ERR_PTR error
Petr Štetiar
-1
/
+1
2019-05-05
Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...
David S. Miller
-117
/
+330
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-11
/
+31
2019-04-29
ath10k: Drop WARN_ON()s that always trigger during system resume
Rafael J. Wysocki
-2
/
+2
2019-04-29
ath10k: perform crash dump collection in workqueue
Brian Norris
-9
/
+29
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
-17
/
+19
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
-2
/
+2
2019-04-19
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
-117
/
+330
2019-04-08
mac80211: make ieee80211_schedule_txq schedule empty TXQs
Felix Fietkau
-4
/
+7
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
-6
/
+0
2019-04-03
wil6210: print error in FW and board files load failures
Maya Erez
-1
/
+5
2019-04-03
wil6210: reset buff id in status message after completion
Maya Erez
-11
/
+48
2019-04-03
wil6210: add support for ucode tracing
Ahmad Masri
-0
/
+2
2019-04-03
wil6210: prevent access to RGF_CAF_ICR in Talyn
Maya Erez
-5
/
+0
2019-04-03
wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_ext
Lior David
-5
/
+11
2019-04-03
wil6210: fix report of rx packet checksum in edma mode
Ahmad Masri
-21
/
+41
2019-04-03
wil6210: free edma_rx_swtail upon reset
Dedy Lansky
-0
/
+3
2019-04-03
wil6210: use OEM MAC address from OTP
Dedy Lansky
-6
/
+16
2019-04-03
wil6210: check mid is valid
Ahmad Masri
-23
/
+24
2019-04-03
wil6210: update WIL_MCS_MAX to 15
Maya Erez
-1
/
+1
2019-04-03
wil6210: do not set BIT_USER_SUPPORT_T_POWER_ON_0 in Talyn-MB
Maya Erez
-1
/
+2
2019-04-03
wil6210: increase PCP stop command timeout
Maya Erez
-1
/
+3
2019-04-03
wil6210: prevent device memory access while in reset or suspend
Ahmad Masri
-38
/
+80
2019-04-03
wil6210: align to latest auto generated wmi.h
Alexei Avshalom Lazar
-4
/
+94
2019-02-28
wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
Alexei Avshalom Lazar
-3
/
+11
2019-02-28
wil6210: ignore HALP ICR if already handled
Maya Erez
-4
/
+12
2019-02-28
wil6210: fix invalid sta statistics update
Dedy Lansky
-3
/
+2
2019-02-28
wil6210: accessing 802.3 addresses via utility functions
Ahmad Masri
-21
/
+33
2019-02-28
wil6210: support up to 20 stations in AP mode
Ahmad Masri
-75
/
+226
2019-02-28
wil6210: add option to drop Tx packets when Tx ring is full
Dedy Lansky
-2
/
+13
2019-02-28
wil6210: remove rtap_include_phy_info module param
Maya Erez
-81
/
+18
2019-02-28
ath10k: Fill rx duration for each peer in fw_stats for WCN3990
Surabhi Vishnoi
-6
/
+60
2019-02-28
ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_stats
Surabhi Vishnoi
-3
/
+3
2019-02-28
ath10k: Fix the wrong updation of SGI in tx_stats debugfs
Surabhi Vishnoi
-1
/
+4
2019-02-28
ath10k: Fix the wrong updation of BW in tx_stats debugfs entry
Surabhi Vishnoi
-4
/
+5
2019-02-28
ath10k: Fix the incorrect updation of NSS data in tx stats
Surabhi Vishnoi
-8
/
+8
2019-02-26
ath9k: remove set but not used variable 'acq'
YueHaibing
-8
/
+1
2019-02-26
ath9k: debugfs: Fix SPUR-DOWN field
Andrea Greco
-1
/
+1
2019-02-26
ath9k: Make sure to zero status.tx_time before reporting TX status
Toke Høiland-Jørgensen
-0
/
+3
2019-02-26
ath10k: update the max num of peers supported for WCN3990
Abhishek Ambure
-6
/
+6
2019-02-26
ath10k: remove the calibration data fetch for sdio
Wen Gong
-0
/
+3
2019-02-26
ath10k: Fix length of wmi tlv command for protected mgmt frames
Surabhi Vishnoi
-3
/
+1
2019-02-26
ath10k: don't report unset rssi values to mac80211
Alagu Sankar
-3
/
+9
2019-02-26
ath10k: sdio: reset chip on power_down()
Wen Gong
-8
/
+16
2019-02-26
ath10k: sdio: disable fwlog prints
Alagu Sankar
-0
/
+7
[next]