index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-02
Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...
David S. Miller
29
-330
/
+1461
2016-12-01
ath5k: drop duplicate header vmalloc.h
Geliang Tang
1
-1
/
+0
2016-12-01
wil6210: align to latest auto generated wmi.h
Lior David
1
-128
/
+264
2016-12-01
wil6210: add debugfs blobs for UCODE code and data
Lior David
3
-15
/
+33
2016-12-01
wil6210: validate wil_pmc_alloc parameters
Maya Erez
1
-6
/
+49
2016-12-01
wil6210: delay remain on channel when scan is active
Lior David
5
-61
/
+149
2016-12-01
ath9k_htc: don't use HZ for usb msg timeouts
Anthony Romano
2
-4
/
+7
2016-12-01
ath9k: constify ath_bus_ops structure
Bhumika Goyal
1
-1
/
+1
2016-12-01
ath10k: wmi-alloc-chunk should use DMA_BIDIRECTIONAL
Ben Greear
1
-1
/
+1
2016-12-01
ath10k: fix Tx DMA alloc failure during continuous wifi down/up
Mohammed Shafi Shajakhan
3
-14
/
+51
2016-12-01
ath10k: fix soft lockup during firmware crash/hw-restart
Mohammed Shafi Shajakhan
2
-2
/
+1
2016-12-01
ath10k: fix TLV set regdomain command
Erik Stromdahl
1
-2
/
+2
2016-12-01
ath9k: feed only active spectral / dfs-detector
Zefir Kurtisi
1
-3
/
+14
2016-11-28
Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...
David S. Miller
27
-291
/
+716
2016-11-23
ath10k: fix monitor vdev for receiving other bss frames
Manoharan, Rajkumar
3
-1
/
+11
2016-11-23
ath10k: add support for per sta tx bitrate
Anilkumar Kolli
1
-0
/
+13
2016-11-23
ath10k: add per peer htt tx stats support for 10.4
Anilkumar Kolli
5
-1
/
+178
2016-11-23
wil6210: support NL80211_ATTR_WIPHY_RETRY_SHORT
Lior David
4
-0
/
+97
2016-11-23
wil6210: align to latest auto generated wmi.h
Lior David
1
-2
/
+206
2016-11-23
wil6210: add support for abort scan
Maya Erez
5
-34
/
+87
2016-11-23
wil6210: fix deadlock when using fw_no_recovery option
Lior David
1
-7
/
+8
2016-11-23
wil6210: add support for power save enable / disable
Maya Erez
3
-1
/
+67
2016-11-23
wil6210: fix net queue stop/wake
Dedy Lansky
5
-16
/
+117
2016-11-23
ath9k: fix NULL pointer dereference
Miaoqing Pan
1
-1
/
+7
2016-11-23
ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on success
Matthias Schiffer
1
-1
/
+1
2016-11-23
ath10k: add spectral scan support to wmi-tlv
Michal Kazior
1
-0
/
+72
2016-11-23
ath10k: fix null deref on wmi-tlv when trying spectral scan
Michal Kazior
1
-0
/
+6
2016-11-23
ath10k: remove set/get_tsf ieee80211_ops
Pedersen, Thomas
4
-44
/
+0
2016-11-23
ath10k: implement offset_tsf ieee80211_op
Pedersen, Thomas
3
-0
/
+34
2016-11-23
ath10k: advertize hardware packet loss mechanism
Rajkumar Manoharan
1
-0
/
+1
2016-11-23
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
16
-275
/
+280
2016-11-17
wireless: fix bogus maybe-uninitialized warning
Arnd Bergmann
1
-4
/
+4
2016-11-15
ath10k: use the right length of "background"
Nicolas Iooss
1
-1
/
+1
2016-11-15
ath10k: remove extraneous error message in tx alloc
Mohammed Shafi Shajakhan
1
-3
/
+1
2016-11-15
ath10k: clean up HTT tx buffer allocation and free
Mohammed Shafi Shajakhan
1
-25
/
+50
2016-11-15
ath10k: fix failure to send NULL func frame for 10.4
Mohammed Shafi Shajakhan
2
-6
/
+2
2016-11-15
ath9k: Switch to using mac80211 intermediate software queues.
Toke Høiland-Jørgensen
8
-235
/
+163
2016-11-15
ath9k_htc: fix minor mistakes in dev_err messages
Colin Ian King
1
-3
/
+3
2016-11-15
ath9k: parse the device configuration from an OF node
Martin Blumenstingl
1
-0
/
+42
2016-11-15
ath9k: add a helper to get the string representation of ath_bus_type
Martin Blumenstingl
2
-0
/
+13
2016-11-15
ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
Vittorio Gambaletta (VittGam)
1
-2
/
+5
2016-11-09
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
12
-12
/
+432
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-59
/
+44
2016-10-30
Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/sc...
David S. Miller
2
-0
/
+7
2016-10-27
wireless: deprecate WDS and disable by default
Johannes Berg
1
-0
/
+6
2016-10-20
net: use core MTU range checking in wireless drivers
Jarod Wilson
1
-16
/
+1
2016-10-19
mac80211: add a HW flag for supporting HW TX fragmentation
Sara Sharon
1
-0
/
+1
2016-10-14
Merge tag 'wireless-drivers-for-davem-2016-10-14' of git://git.kernel.org/pub...
David S. Miller
5
-59
/
+44
2016-10-13
ath9k: change entropy formula for easier understanding
Miaoqing Pan
1
-1
/
+1
2016-10-13
ath10k: fix kernel panic due to race in accessing arvif list
Vasanthakumar Thiagarajan
1
-0
/
+6
[next]