index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-18
brcmfmac: sdio: Don't tune while the card is off
Douglas Anderson
1
-0
/
+7
2019-06-18
brcmfmac: sdio: Disable auto-tuning around commands expected to fail
Douglas Anderson
1
-0
/
+4
2019-06-18
Revert "brcmfmac: disable command decode in sdio_aos"
Douglas Anderson
1
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-10
/
+2
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20
Thomas Gleixner
40
-561
/
+40
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
5
-0
/
+5
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
19
-92
/
+236
2019-05-01
brcmfmac: print firmware messages after a firmware crash
Rafał Miłecki
1
-6
/
+18
2019-05-01
brcmfmac: set txflow request id from 1 to pktids array size
Wright Feng
1
-3
/
+3
2019-05-01
brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()
Dan Carpenter
1
-2
/
+3
2019-04-26
brcmfmac: send mailbox interrupt twice for specific hardware device
Wright Feng
1
-1
/
+6
2019-04-25
Revert "brcmfmac: send mailbox interrupt twice for specific hardware device"
Kalle Valo
1
-5
/
+1
2019-04-25
brcmfmac: send mailbox interrupt twice for specific hardware device
Wright Feng
1
-1
/
+5
2019-04-25
brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11 mini PCs
Hans de Goede
1
-0
/
+26
2019-04-25
b43: Remove empty function lpphy_papd_cal()
Larry Finger
1
-11
/
+0
2019-04-13
brcmfmac: fix leak of mypkt on error return path
Colin Ian King
1
-5
/
+3
2019-04-13
brcmfmac: Loading the correct firmware for brcm43456
Ondrej Jirman
1
-1
/
+3
2019-04-13
brcmfmac: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
8
-37
/
+0
2019-04-04
b43: shut up clang -Wuninitialized variable warning
Arnd Bergmann
1
-3
/
+3
2019-04-04
brcmfmac: fix missing checks for kmemdup
Kangjie Lu
1
-0
/
+4
2019-04-04
brcmfmac: convert dev_init_lock mutex to completion
Piotr Figiel
1
-9
/
+8
2019-04-04
brcmfmac: fix Oops when bringing up interface during USB disconnect
Piotr Figiel
1
-3
/
+7
2019-04-04
brcmfmac: remove unused variable i from brcmf_usb_free_q
Piotr Figiel
1
-2
/
+0
2019-04-04
brcmfmac: remove pending parameter from brcmf_usb_free_q
Piotr Figiel
1
-9
/
+6
2019-04-04
brcmfmac: fix race during disconnect when USB completion is in progress
Piotr Figiel
1
-2
/
+8
2019-04-04
brcmfmac: fix NULL pointer derefence during USB disconnect
Piotr Figiel
7
-13
/
+40
2019-04-04
brcmfmac: fix WARNING during USB disconnect in case of unempty psq
Piotr Figiel
1
-18
/
+24
2019-04-04
brcmfmac: reset PCIe bus on a firmware crash
Rafał Miłecki
4
-0
/
+59
2019-04-04
brcmfmac: add a function designated for handling firmware fails
Rafał Miłecki
4
-3
/
+15
2019-04-04
brcmfmac: support repeated brcmf_fw_alloc_request() calls
Rafał Miłecki
1
-0
/
+1
2019-02-28
brcmfmac: print firmware reported general status errors
Rafał Miłecki
1
-0
/
+24
2019-02-28
brcmfmac: fix size of the struct msgbuf_ring_status
Rafał Miłecki
1
-1
/
+1
2019-02-20
brcmfmac: add basic validation of shared RAM address
Rafał Miłecki
1
-0
/
+6
2019-02-20
brcmfmac: use bphy_err() in all wiphy-related code
Rafał Miłecki
11
-173
/
+224
2019-02-19
brcmfmac: remove set but not used variable 'old_state'
YueHaibing
1
-2
/
+0
2019-02-19
brcmfmac: rework bphy_err() to take struct brcmf_pub argument
Rafał Miłecki
2
-233
/
+281
2019-02-19
brcmfmac: support firmware reporting 160 MHz channels
Rafał Miłecki
1
-0
/
+3
2019-02-19
brcmfmac: improve code handling bandwidth of firmware reported channels
Rafał Miłecki
1
-3
/
+10
2019-02-19
brcmfmac: print firmware reported ring status errors
Rafał Miłecki
1
-0
/
+25
2019-02-19
brcmfmac: use chipname in brcmf_fw_alloc_request() for error path as well
Arend van Spriel
1
-3
/
+3
2019-02-19
brcmfmac: check and dump trap info during sdio probe
Arend van Spriel
1
-19
/
+40
2019-02-19
brcmfmac: disable MBSS feature for bcm4330 device
Arend van Spriel
1
-2
/
+8
2019-02-19
brcmfmac: create debugfs files for bus-specific layer
Arend van Spriel
3
-5
/
+18
2019-02-19
brcmfmac: add subtype check for event handling in data path
Arend van Spriel
3
-7
/
+16
2019-02-19
brcmfmac: assure SSID length from firmware is limited
Arend van Spriel
1
-0
/
+2
2019-02-08
brcmfmac: support monitor frames with the hardware/ucode header
Rafał Miłecki
3
-1
/
+62
2019-02-08
brcmfmac: fix typos
Matteo Croce
4
-4
/
+4
2019-02-08
brcmfmac: add bphy_err() and use it in the cfg80211.c
Rafał Miłecki
2
-224
/
+282
[next]