index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
/
brcm80211
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
17
-49
/
+313
2020-01-26
brcmfmac: Remove always false 'idx < 0' statement
yuehaibing
1
-1
/
+1
2020-01-26
brcmfmac: add initial support for monitor mode
Rafał Miłecki
6
-13
/
+174
2020-01-26
brcmfmac: simplify building interface combinations
Rafał Miłecki
1
-29
/
+14
2020-01-26
brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362
Jean-Philippe Brucker
1
-6
/
+6
2020-01-26
brcmfmac: use true,false for bool variable
zhengbin
1
-1
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-2
/
+2
2019-12-18
brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabled
Dmitry Osipenko
2
-6
/
+5
2019-12-18
brcmfmac: Fix memory leak in brcmf_usbdev_qinit
Navid Emamdoost
1
-0
/
+1
2019-12-18
brcmfmac: not set mbss in vif if firmware does not support MBSS
Wright Feng
1
-1
/
+3
2019-12-18
brcmfmac: add RSDB condition when setting interface combinations
Wright Feng
1
-8
/
+46
2019-12-18
brcmfmac: add support for BCM4359 SDIO chipset
Soeren Moch
3
-0
/
+5
2019-12-18
brcmfmac: make errors when setting roaming parameters non-fatal
Soeren Moch
1
-6
/
+4
2019-12-18
brcmfmac: fix rambase for 4359/9
Soeren Moch
1
-1
/
+2
2019-12-18
brcmfmac: set F2 blocksize and watermark for 4359
Chung-Hsien Hsu
2
-1
/
+20
2019-12-18
brcmfmac: reset two D11 cores if chip has two D11 cores
Wright Feng
3
-1
/
+52
2019-12-18
brcmfmac: fix interface sanity check
Johan Hovold
1
-2
/
+2
2019-12-18
brcmfmac: set interface carrier to off by default
Rafał Miłecki
1
-0
/
+2
2019-12-18
brcmfmac: Fix use after free in brcmf_sdio_readframes()
Dan Carpenter
1
-0
/
+1
2019-12-18
brcmsmac: Remove always false 'channel < 0' statement
Austin Kim
1
-1
/
+1
2019-12-18
brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()
Navid Emamdoost
1
-1
/
+2
2019-11-20
brcmfmac: remove monitor interface when detaching
Rafał Miłecki
1
-0
/
+5
2019-11-20
brcmfmac: disable PCIe interrupts before bus reset
Rafał Miłecki
1
-0
/
+2
2019-11-20
brcmfmac: remove set but not used variable 'mpnum','nsp','nmp'
zhengbin
1
-5
/
+1
2019-11-15
brcmsmac: remove unnecessary return
Eduardo Abinader
1
-2
/
+0
2019-11-06
brcmsmac: remove set but not used variables
YueHaibing
1
-9
/
+2
2019-11-06
Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...
David S. Miller
11
-32
/
+147
2019-10-15
wireless: Remove call to memset after dma_alloc_coherent
Fuqian Huang
1
-2
/
+0
2019-10-04
brcmfmac: add support for SAE authentication offload
Chung-Hsien Hsu
6
-8
/
+90
2019-10-04
mac80211: simplify TX aggregation start
Johannes Berg
1
-2
/
+1
2019-10-01
brcmsmac: remove duplicated if condition
Denis Efremov
1
-6
/
+4
2019-10-01
brcmfmac: fix suspend/resume when power is cut off
Adrian Ratiu
1
-14
/
+39
2019-10-01
brcmfmac: don't WARN when there are no requests
Adrian Ratiu
1
-0
/
+4
2019-10-01
brcmsmac: remove a useless test
Christophe JAILLET
1
-2
/
+1
2019-10-01
brcmfmac: send port authorized event for FT-802.1X
Chung-Hsien Hsu
2
-0
/
+9
2019-09-13
brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readable
zhong jiang
1
-7
/
+7
2019-09-13
brcmfmac: don't realloc wiphy during PCIe reset
Rafał Miłecki
1
-4
/
+4
2019-09-13
brcmfmac: split brcmf_attach() and brcmf_detach() functions
Rafał Miłecki
5
-19
/
+80
2019-09-13
brcmfmac: move "cfg80211_ops" pointer to another struct
Rafał Miłecki
4
-5
/
+7
2019-09-06
brcmfmac: use %*ph to print small buffer
Andy Shevchenko
1
-12
/
+6
2019-09-06
brcmfmac: add "reset" debugfs entry for testing reset
Rafał Miłecki
1
-0
/
+25
2019-09-06
brcmfmac: add stub version of brcmf_debugfs_get_devdir()
Rafał Miłecki
1
-0
/
+4
2019-09-03
brcmfmac: get chip's default RAM info during PCIe setup
Rafał Miłecki
3
-2
/
+11
2019-09-03
brcmfmac: replace strncpy() by strscpy()
Xulin Sun
1
-3
/
+1
2019-09-03
brcmfmac: remove redundant assignment to pointer hash
Colin Ian King
1
-1
/
+0
2019-09-03
brcm80211: Avoid possible null-pointer dereferences in wlc_phy_radio_init_2056()
Jia-Ju Bai
1
-1
/
+1
2019-08-06
brcmsmac: remove three set but not used variables
YueHaibing
1
-13
/
+0
2019-08-06
brcmfmac: remove set but not used variable 'dtim_period'
YueHaibing
1
-7
/
+1
2019-07-24
brcmfmac: don't net_ratelimit() CONSOLE messages on firmware crash
Rafał Miłecki
1
-1
/
+2
2019-07-24
brcmfmac: remove unnecessary strlcpy() upon obtaining "ver" iovar
Arend van Spriel
1
-1
/
+0
[next]