index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
wifi: brcmfmac: replace one-element array with flexible-array member in struc...
Gustavo A. R. Silva
2
-3
/
+3
2022-11-22
wifi: brcmfmac: Use struct_size() and array_size() in code ralated to struct ...
Gustavo A. R. Silva
1
-3
/
+3
2022-11-22
wifi: brcmfmac: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2022-11-18
Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
6
-11
/
+39
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2022-11-08
wifi: brcmfmac: Avoiding Connection delay
Prasanna Kerekoppa
1
-0
/
+6
2022-11-08
wifi: brcmfmac: Fix for when connect request is not success
Wataru Gohda
1
-3
/
+15
2022-11-08
wifi: brcmfmac: correctly remove all p2p vif
Brian Henriquez
1
-2
/
+6
2022-11-04
wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dc...
Jisoo Jang
1
-2
/
+6
2022-11-04
wifi: brcmfmac: Fix a typo "unknow"
Jonathan Neuschäfer
1
-1
/
+1
2022-11-04
bcma: Use the proper gpio include
Linus Walleij
1
-3
/
+0
2022-11-04
wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()
Minsuk Kang
1
-0
/
+5
2022-11-01
wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()
Dokyung Song
1
-0
/
+4
2022-10-28
Kalle Valo says:
Jakub Kicinski
11
-34
/
+673
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-10
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
3
-0
/
+3
2022-10-07
cfg80211: Update Transition Disable policy during port authorization
Vinayak Yadawad
1
-1
/
+1
2022-10-05
brcmfmac: Fix AP interface delete issue
Prasanna Kerekoppa
1
-11
/
+90
2022-10-05
brcmfmac: support station interface creation version 1, 2 and 3
Wright Feng
1
-24
/
+124
2022-10-05
brcmfmac: add creating station interface support
Wright Feng
2
-12
/
+70
2022-10-04
brcmfmac: dump dongle memory when attaching failed
Wright Feng
2
-4
/
+9
2022-10-04
brcmfmac: return error when getting invalid max_flowrings from dongle
Wright Feng
1
-0
/
+4
2022-10-04
brcmfmac: add a timer to read console periodically in PCIE bus
Wright Feng
3
-2
/
+131
2022-10-04
brcmfmac: Fix authentication latency caused by OBSS stats survey
Ramesh Rangavittal
1
-0
/
+6
2022-10-04
brcmfmac: fix CERT-P2P:5.1.10 failure
Double Lo
1
-1
/
+1
2022-10-04
brcmfmac: fix firmware trap while dumping obss stats
Wright Feng
1
-21
/
+17
2022-10-04
brcmfmac: Add dump_survey cfg80211 ops for HostApd AutoChannelSelection
Wright Feng
3
-2
/
+261
2022-09-27
brcmfmac: Remove the call to "dtim_assoc" IOVAR
Ramesh Rangavittal
1
-25
/
+1
2022-09-27
brcmfmac: increase dcmd maximum buffer size
Lo(Double)Hsiang Lo
1
-1
/
+3
2022-09-27
brcmfmac: Support 89459 pcie
Alexander Prutskov
3
-1
/
+10
2022-09-27
brcmfmac: increase default max WOWL patterns to 16
Ryohei Kondo
1
-1
/
+1
2022-09-19
wifi: brcmfmac: pcie: Add IDs/properties for BCM4378
Hector Martin
3
-0
/
+12
2022-09-19
wifi: brcmfmac: pcie: Support PCIe core revisions >= 64
Hector Martin
1
-20
/
+105
2022-09-19
wifi: brcmfmac: msgbuf: Increase RX ring sizes to 1024
Hector Martin
1
-2
/
+2
2022-09-19
wifi: brcmfmac: firmware: Allow platform to override macaddr
Hector Martin
1
-2
/
+30
2022-09-19
wifi: brcmfmac: pcie: Perform firmware selection for Apple platforms
Hector Martin
1
-2
/
+38
2022-09-19
wifi: brcmfmac: of: Fetch Apple properties
Hector Martin
2
-1
/
+12
2022-09-19
wifi: brcmfmac: pcie: Read Apple OTP information
Hector Martin
1
-0
/
+218
2022-09-19
wifi: brcmfmac: firmware: Support passing in multiple board_types
Hector Martin
4
-14
/
+49
2022-09-19
wifi: brcmfmac: pcie/sdio/usb: Get CLM blob via standard firmware mechanism
Hector Martin
6
-62
/
+69
2022-09-19
wifi: brcmfmac: firmware: Handle per-board clm_blob files
Hector Martin
1
-13
/
+20
2022-09-07
wifi: b43: remove empty switch statement
Johannes Berg
1
-5
/
+1
2022-09-07
wifi: brcmfmac: remove redundant variable err
Jinpeng Cui
1
-9
/
+3
2022-09-07
wifi: brcmfmac: add 43439 SDIO ids and initialization
Marek Vasut
5
-2
/
+10
2022-09-07
wifi: brcmfmac: Add DMI nvram filename quirk for Chuwi Hi8 Pro tablet
Hans de Goede
1
-0
/
+18
2022-09-07
wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 43430
Hans de Goede
1
-0
/
+1
2022-09-07
wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
Alexander Coffin
1
-1
/
+2
[prev]
[next]