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
/
broadcom
/
b43legacy
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
b43legacy: Fix assigning negative value to unsigned variable
Haowen Bai
1
-1
/
+1
2021-10-11
b43legacy: fix a lower bounds test
Dan Carpenter
1
-1
/
+1
2021-07-05
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-27
/
+5
2021-06-03
b43legacy: Fix spelling mistake "overflew" -> "overflowed"
Colin Ian King
1
-1
/
+1
2021-06-03
b43legacy: Remove unused inline function txring_to_priority()
YueHaibing
1
-13
/
+0
2021-05-21
b43legacy: don't save dentries for debugfs
Greg Kroah-Hartman
2
-27
/
+5
2021-04-19
cfg80211: constify ieee80211_get_response_rate return
Joe Perches
1
-1
/
+1
2020-11-11
b43legacy: remove WDS code
Johannes Berg
1
-5
/
+1
2020-08-27
b43legacy: convert tasklets to use new tasklet_setup() API
Allen Pais
2
-9
/
+6
2020-08-27
b43legacy: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-08-27
b43legacy: main: Provide braces around empty 'if' body
Lee Jones
1
-1
/
+2
2020-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-14
/
+14
2020-08-02
b43legacy: Replace HTTP links with HTTPS ones
Alexander A. Klimov
3
-12
/
+12
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2
-2
/
+2
2020-07-15
broadcom: fix wiki website url
Flavio Suligoi
1
-2
/
+2
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-5
/
+5
2020-05-29
b43_legacy: Fix connection problem with WPA3
Larry Finger
1
-0
/
+1
2020-04-14
b43legacy: Fix case where channel status is corrupted
Larry Finger
1
-0
/
+1
2020-03-12
b43legacy: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-1
/
+1
2020-03-12
b43legacy: replace simple_strtol() with kstrtoint()
chenqiwu
1
-2
/
+4
2019-12-18
b43legacy: Fix -Wcast-function-type
Phong Tran
1
-2
/
+3
2019-08-06
b43legacy: Remove pointless cond_resched() wrapper
Thomas Gleixner
1
-16
/
+5
2019-06-27
b43legacy: simplify engine type / DMA mask selection
Christoph Hellwig
1
-17
/
+3
2019-06-27
b43legacy: remove b43legacy_dma_set_mask
Christoph Hellwig
1
-38
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20
Thomas Gleixner
14
-197
/
+14
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
6
-29
/
+0
2019-02-06
Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...
David S. Miller
1
-27
/
+8
2019-02-01
b43legacy: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-27
/
+8
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-3
/
+3
2018-09-04
wireless: remove unnecessary unlikely()
Igor Stoppa
1
-1
/
+1
2018-08-09
b43legacy/leds: Ensure NUL-termination of LED name string
Michael Büsch
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-04-30
net: wireless: b43legacy: Replace GFP_ATOMIC with GFP_KERNEL in dma_tx_fragment
Jia-Ju Bai
1
-1
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-0
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
10
-0
/
+10
2017-09-20
b43legacy: fix unitialized reads of ret by initializing the array to zero
Colin Ian King
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-03-06
wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers
Andrew Zaborowski
1
-0
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-10-27
wireless: deprecate WDS and disable by default
Johannes Berg
1
-0
/
+2
2016-09-21
b43legacy: fix debugfs crash
Christian Lamparter
1
-2
/
+4
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
2
-7
/
+7
2015-11-18
b43legacy: move under broadcom vendor directory
Kalle Valo
25
-0
/
+14955