index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode
Gokul Sivakumar
3
-22
/
+12
2025-09-09
wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info work
Duoming Zhou
1
-4
/
+2
2025-08-28
wifi: brcmsmac: Remove const from tbl_ptr parameter in wlc_lcnphy_common_read...
Nathan Chancellor
1
-1
/
+1
2025-08-15
wifi: brcmfmac: fix P2P discovery failure in P2P peer due to missing P2P IE
Gokul Sivakumar
1
-4
/
+4
2025-05-09
wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage()
Wentao Liang
1
-2
/
+4
2025-04-10
wifi: brcmfmac: keep power during suspend if board requires it
Matthias Proske
1
-7
/
+13
2025-02-17
wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize()
Marcel Hamer
1
-0
/
+5
2025-02-17
wifi: brcmfmac: Check the return value of of_property_read_string_index()
Stefan Dösinger
1
-4
/
+4
2025-02-17
wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy()
Dmitry Antipov
1
-0
/
+3
2025-02-08
wifi: brcmfmac: add missing header include for brcmf_dbg
Marcel Hamer
1
-0
/
+2
2024-12-14
wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglis...
Norbert van Bolhuis
1
-1
/
+1
2024-12-05
wifi: brcmfmac: release 'root' node in all execution paths
Javier Carrasco
1
-2
/
+1
2024-10-25
Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
1
-0
/
+1
2024-10-17
wifi: brcm80211: BRCM_TRACING should depend on TRACING
Geert Uytterhoeven
1
-0
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
6
-6
/
+6
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-09
wifi: brcmfmac: cfg80211: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-09-04
Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
11
-72
/
+66
2024-09-03
wifi: brcmsmac: Use kvmemdup to simplify the code
Jinjie Ruan
1
-4
/
+2
2024-08-10
wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
Janne Grunau
1
-3
/
+10
2024-08-07
wifi: b43: Constify struct lpphy_tx_gain_table_entry
Christophe JAILLET
2
-11
/
+11
2024-08-04
wifi: brcmsmac: clean up unnecessary current_ampdu_cnt and related checks
Dmitry Kandybka
1
-21
/
+1
2024-08-04
wifi: brcmfmac: introducing fwil query functions
Arend van Spriel
5
-28
/
+48
2024-08-04
wifi: brcmfmac: fwsignal: Use struct_size() to simplify brcmf_fws_rxreorder()
Christophe JAILLET
2
-8
/
+4
2024-06-26
wifi: brcmfmac: of: Support interrupts-extended
Alex Bee
1
-2
/
+3
2024-06-26
wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
Arend van Spriel
1
-0
/
+1
2024-06-26
wifi: mac80211: inform the low level if drv_stop() is a suspend
Emmanuel Grumbach
3
-3
/
+3
2024-06-12
wifi: brcmfmac: use 'time_left' variable with wait_event_timeout()
Wolfram Sang
1
-5
/
+5
2024-06-10
Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
15
-53
/
+41
2024-06-01
wifi: brcm80211: remove unused structs
Dr. David Alan Gilbert
2
-11
/
+0
2024-06-01
wifi: brcm80211: use sizeof(*pointer) instead of sizeof(type)
Erick Archer
14
-33
/
+32
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
4
-7
/
+7
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
6
-15
/
+15
2024-05-16
Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-1
/
+0
2024-05-14
wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device
Samasth Norway Ananda
1
-9
/
+9
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
6
-15
/
+15
2024-04-26
wifi: brcmfmac: remove unused brcmf_usb_image struct
Christophe JAILLET
1
-7
/
+0
2024-04-26
wifi: brcmsmac: ampdu: remove unused cb_del_ampdu_pars struct
Christophe JAILLET
1
-6
/
+0
2024-04-10
wifi: brcmfmac: Fix spelling mistake "ivalid" -> "invalid"
Colin Ian King
1
-3
/
+3
2024-04-04
wifi: brcm80211: drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
2024-03-21
wifi: b43: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
2
-19
/
+10
2024-03-12
wifi: brcmfmac: pcie: handle randbuf allocation failure
Duoming Zhou
1
-5
/
+10
2024-03-05
wifi: brcm80211: handle pmk_op allocation failure
Duoming Zhou
1
-0
/
+3
2024-02-28
wifi: brcmsmac: silence sparse warnings
Johannes Berg
2
-8
/
+10
2024-02-28
wifi: b43: silence sparse warnings
Johannes Berg
2
-5
/
+5
2024-02-27
wifi: brcmfmac: do not pass hidden SSID attribute as value directly
Alexey Berezhok
1
-4
/
+5
2024-02-27
wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4
Gustavo A. R. Silva
1
-1
/
+1
2024-02-21
wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro
Hans de Goede
1
-0
/
+9
2024-02-16
wifi: brcmsmac: avoid function pointer casts
Arnd Bergmann
3
-5
/
+5
2024-02-12
wifi: brcmfmac: do not cast hidden SSID attribute value to boolean
Alexey Berezhok
1
-1
/
+1
[next]