index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
/
b43legacy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: b43: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
2024-03-21
1
-10
/
+6
*
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
2024-02-08
1
-0
/
+4
*
wifi: b43: fix incorrect __packed annotation
Arnd Bergmann
2023-05-17
1
-1
/
+1
*
wifi: b43legacy: Remove the unused function prev_slot()
Jiapeng Chong
2023-04-03
1
-8
/
+0
*
wifi: b43legacy: remove unused freq_r3A_value function
Tom Rix
2023-03-31
1
-17
/
+0
*
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
2022-10-10
1
-0
/
+1
*
wifi: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-02
1
-1
/
+1
*
wifi: b43legacy: clean up one inconsistent indenting
Yang Li
2022-07-27
1
-1
/
+1
*
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
2022-07-15
1
-1
/
+2
*
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
2022-06-20
1
-1
/
+1
*
wifi: mac80211: split bss_info_changed method
Johannes Berg
2022-06-20
1
-1
/
+1
*
b43legacy: Fix assigning negative value to unsigned variable
Haowen Bai
2022-04-06
1
-1
/
+1
*
b43legacy: fix a lower bounds test
Dan Carpenter
2021-10-11
1
-1
/
+1
*
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-07-05
2
-27
/
+5
|
\
|
*
b43legacy: don't save dentries for debugfs
Greg Kroah-Hartman
2021-05-21
2
-27
/
+5
*
|
b43legacy: Fix spelling mistake "overflew" -> "overflowed"
Colin Ian King
2021-06-03
1
-1
/
+1
*
|
b43legacy: Remove unused inline function txring_to_priority()
YueHaibing
2021-06-03
1
-13
/
+0
|
/
*
cfg80211: constify ieee80211_get_response_rate return
Joe Perches
2021-04-19
1
-1
/
+1
*
b43legacy: remove WDS code
Johannes Berg
2020-11-11
1
-5
/
+1
*
b43legacy: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-27
2
-9
/
+6
*
b43legacy: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-27
2
-3
/
+3
*
b43legacy: main: Provide braces around empty 'if' body
Lee Jones
2020-08-27
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-06
3
-14
/
+14
|
\
|
*
b43legacy: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-02
3
-12
/
+12
|
*
broadcom: fix wiki website url
Flavio Suligoi
2020-07-15
1
-2
/
+2
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
2
-2
/
+2
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-5
/
+5
*
b43_legacy: Fix connection problem with WPA3
Larry Finger
2020-05-29
1
-0
/
+1
*
b43legacy: Fix case where channel status is corrupted
Larry Finger
2020-04-14
1
-0
/
+1
*
b43legacy: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-12
1
-1
/
+1
*
b43legacy: replace simple_strtol() with kstrtoint()
chenqiwu
2020-03-12
1
-2
/
+4
*
b43legacy: Fix -Wcast-function-type
Phong Tran
2019-12-18
1
-2
/
+3
*
b43legacy: Remove pointless cond_resched() wrapper
Thomas Gleixner
2019-08-06
1
-16
/
+5
*
b43legacy: simplify engine type / DMA mask selection
Christoph Hellwig
2019-06-27
1
-17
/
+3
*
b43legacy: remove b43legacy_dma_set_mask
Christoph Hellwig
2019-06-27
1
-38
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20
Thomas Gleixner
2019-05-21
14
-197
/
+14
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
6
-29
/
+0
*
Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...
David S. Miller
2019-02-06
1
-27
/
+8
|
\
|
*
b43legacy: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-02-01
1
-27
/
+8
*
|
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-3
/
+3
|
/
*
wireless: remove unnecessary unlikely()
Igor Stoppa
2018-09-04
1
-1
/
+1
*
b43legacy/leds: Ensure NUL-termination of LED name string
Michael Büsch
2018-08-09
1
-1
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-2
/
+2
*
net: wireless: b43legacy: Replace GFP_ATOMIC with GFP_KERNEL in dma_tx_fragment
Jia-Ju Bai
2018-04-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
10
-0
/
+10
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
10
-0
/
+10
*
|
b43legacy: fix unitialized reads of ret by initializing the array to zero
Colin Ian King
2017-09-20
1
-1
/
+1
|
/
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-1
/
+1
*
wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers
Andrew Zaborowski
2017-03-06
1
-0
/
+2
[next]