index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
Age
Commit message (
Expand
)
Author
Lines
2020-03-26
brcmfmac: fix the incorrect return value in brcmf_inform_single_bss().
Raveendran Somu
-1
/
+1
2020-03-26
brcmfmac: Fix double freeing in the fmac usb data path
Raveendran Somu
-2
/
+1
2020-03-26
brcmfmac: Fix driver crash on USB control transfer timeout
Raveendran Somu
-2
/
+4
2020-03-23
brcmfmac: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-2
/
+2
2020-03-12
b43legacy: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
-1
/
+1
2020-03-12
b43: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
-1
/
+1
2020-03-12
b43legacy: replace simple_strtol() with kstrtoint()
chenqiwu
-2
/
+4
2020-02-12
brcmfmac: abort and release host after error
Guenter Roeck
-0
/
+2
2020-02-12
brcmfmac: add the BRCM 4364 found in MacBook Pro 15,2
brian m. carlson
-0
/
+6
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-51
/
+316
2020-01-26
brcmfmac: Remove always false 'idx < 0' statement
yuehaibing
-1
/
+1
2020-01-26
brcmfmac: add initial support for monitor mode
Rafał Miłecki
-13
/
+174
2020-01-26
brcmfmac: simplify building interface combinations
Rafał Miłecki
-29
/
+14
2020-01-26
brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362
Jean-Philippe Brucker
-6
/
+6
2020-01-26
brcmfmac: use true,false for bool variable
zhengbin
-1
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
-2
/
+2
2019-12-18
brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabled
Dmitry Osipenko
-6
/
+5
2019-12-18
brcmfmac: Fix memory leak in brcmf_usbdev_qinit
Navid Emamdoost
-0
/
+1
2019-12-18
brcmfmac: not set mbss in vif if firmware does not support MBSS
Wright Feng
-1
/
+3
2019-12-18
brcmfmac: add RSDB condition when setting interface combinations
Wright Feng
-8
/
+46
2019-12-18
brcmfmac: add support for BCM4359 SDIO chipset
Soeren Moch
-0
/
+5
2019-12-18
brcmfmac: make errors when setting roaming parameters non-fatal
Soeren Moch
-6
/
+4
2019-12-18
brcmfmac: fix rambase for 4359/9
Soeren Moch
-1
/
+2
2019-12-18
brcmfmac: set F2 blocksize and watermark for 4359
Chung-Hsien Hsu
-1
/
+20
2019-12-18
brcmfmac: reset two D11 cores if chip has two D11 cores
Wright Feng
-1
/
+52
2019-12-18
brcmfmac: fix interface sanity check
Johan Hovold
-2
/
+2
2019-12-18
brcmfmac: set interface carrier to off by default
Rafał Miłecki
-0
/
+2
2019-12-18
brcmfmac: Fix use after free in brcmf_sdio_readframes()
Dan Carpenter
-0
/
+1
2019-12-18
b43legacy: Fix -Wcast-function-type
Phong Tran
-2
/
+3
2019-12-18
brcmsmac: Remove always false 'channel < 0' statement
Austin Kim
-1
/
+1
2019-12-18
brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()
Navid Emamdoost
-1
/
+2
2019-11-20
brcmfmac: remove monitor interface when detaching
Rafał Miłecki
-0
/
+5
2019-11-20
brcmfmac: disable PCIe interrupts before bus reset
Rafał Miłecki
-0
/
+2
2019-11-20
brcmfmac: remove set but not used variable 'mpnum','nsp','nmp'
zhengbin
-5
/
+1
2019-11-15
brcmsmac: remove unnecessary return
Eduardo Abinader
-2
/
+0
2019-11-06
brcmsmac: remove set but not used variables
YueHaibing
-9
/
+2
2019-11-05
Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...
David S. Miller
-37
/
+152
2019-10-31
b43: dma: Fix use true/false for bool type variable
Saurav Girepunje
-2
/
+2
2019-10-31
b43: main: Fix use true/false for bool type
Saurav Girepunje
-3
/
+3
2019-10-15
wireless: Remove call to memset after dma_alloc_coherent
Fuqian Huang
-2
/
+0
2019-10-04
brcmfmac: add support for SAE authentication offload
Chung-Hsien Hsu
-8
/
+90
2019-10-04
mac80211: simplify TX aggregation start
Johannes Berg
-2
/
+1
2019-10-01
brcmsmac: remove duplicated if condition
Denis Efremov
-6
/
+4
2019-10-01
brcmfmac: fix suspend/resume when power is cut off
Adrian Ratiu
-14
/
+39
2019-10-01
brcmfmac: don't WARN when there are no requests
Adrian Ratiu
-0
/
+4
2019-10-01
brcmsmac: remove a useless test
Christophe JAILLET
-2
/
+1
2019-10-01
brcmfmac: send port authorized event for FT-802.1X
Chung-Hsien Hsu
-0
/
+9
2019-09-13
brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readable
zhong jiang
-7
/
+7
2019-09-13
brcmfmac: don't realloc wiphy during PCIe reset
Rafał Miłecki
-4
/
+4
2019-09-13
brcmfmac: split brcmf_attach() and brcmf_detach() functions
Rafał Miłecki
-19
/
+80
[prev]
[next]