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
2018-07-25
brcmfmac: fix regression in parsing NVRAM for multiple devices
Rafał Miłecki
1
-1
/
+2
2018-07-03
Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...
David S. Miller
1
-0
/
+7
2018-06-24
brcmfmac: stop watchdog before detach and free everything
Michael Trimarchi
1
-0
/
+7
2018-06-23
net: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-1
/
+0
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
5
-9
/
+11
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-6
/
+7
2018-06-03
Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...
David S. Miller
10
-6
/
+60
2018-05-30
drivers/net: Fix various unnecessary characters after logging newlines
Joe Perches
1
-1
/
+1
2018-05-23
brcmfmac: trigger memory dump on SDIO firmware halt message
Franky Lin
1
-1
/
+3
2018-05-23
brcmfmac: trigger memory dump upon firmware halt signal
Franky Lin
1
-0
/
+5
2018-05-23
brcmfmac: validate user provided data for memdump before copying
Franky Lin
1
-1
/
+2
2018-05-23
brcmfmac: add support for sysfs initiated coredump
Arend Van Spriel
4
-0
/
+12
2018-05-23
brcmfmac: move ALLFFMAC variable in flowring module
Arend Van Spriel
3
-4
/
+2
2018-05-23
brcmfmac: add debugfs entry for reading firmware capabilities
Rafał Miłecki
1
-0
/
+36
2018-05-15
brcmfmac: fix initialization of struct cfg80211_inform_bss variable
Franky Lin
1
-1
/
+1
2018-05-15
b43: fix transmit failure when VT is switched
Taketo Kabe
1
-7
/
+7
2018-05-15
brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flag
Rafał Miłecki
1
-0
/
+1
2018-05-12
wireless-drivers: Dynamically allocate struct station_info
Toke Høiland-Jørgensen
1
-6
/
+12
2018-05-09
brcmfmac: Add support for bcm43364 wireless chipset
Sean Lanigan
1
-0
/
+1
2018-04-30
brcmfmac: coarse support for PCIe shared structure rev7
Franky Lin
2
-6
/
+23
2018-04-30
brcmfmac: add hostready indication
Franky Lin
1
-2
/
+12
2018-04-30
brcmfmac: constify firmware mapping tables
Arend Van Spriel
5
-5
/
+5
2018-04-30
brcmfmac: use nl80211_band directly to get ieee80211 channel
Franky Lin
1
-4
/
+4
2018-04-30
brcmfmac: reports boottime_ns while informing bss
Franky Lin
1
-13
/
+13
2018-04-30
brcmfmac: check p2pdev mac address uniqueness
Arend Van Spriel
1
-0
/
+7
2018-04-30
net: wireless: b43legacy: Replace GFP_ATOMIC with GFP_KERNEL in dma_tx_fragment
Jia-Ju Bai
1
-1
/
+1
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
1
-16
/
+20
2018-04-25
brcmsmac: phy_lcn: remove duplicate code
Gustavo A. R. Silva
1
-7
/
+2
2018-04-25
brcmfmac: add support for BCM4366E chipset
Dan Haab
3
-0
/
+3
2018-04-09
brcmfmac: fix firmware request processing if nvram load fails
Arend Van Spriel
1
-16
/
+20
2018-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
4
-1
/
+64
2018-03-27
brcmsmac: allocate ucode with GFP_KERNEL
Takashi Iwai
1
-2
/
+2
2018-03-27
brcmfmac: add kerneldoc for struct brcmf_bus::msgbuf
Arend Van Spriel
1
-0
/
+1
2018-03-27
brcmfmac: get rid of brcmf_fw_get_full_name()
Arend Van Spriel
1
-10
/
+4
2018-03-27
brcmfmac: get rid of brcmf_fw_map_chip_to_name()
Arend Van Spriel
2
-57
/
+0
2018-03-27
brcmfmac: add extension to .get_fwname() callbacks
Arend Van Spriel
5
-78
/
+51
2018-03-27
brcmfmac: introduce brcmf_fw_alloc_request() function
Arend Van Spriel
5
-60
/
+147
2018-03-27
brcmfmac: pass struct in brcmf_fw_get_firmwares()
Arend Van Spriel
5
-86
/
+245
2018-03-27
brcmfmac: derive firmware filenames from basename mapping
Arend Van Spriel
5
-98
/
+96
2018-03-27
brcmfmac: use wiphy debugfs dir entry
Arend Van Spriel
12
-74
/
+47
2018-03-27
brcmfmac: allocate struct brcmf_pub instance using wiphy_new()
Arend Van Spriel
7
-61
/
+76
2018-03-27
brcmfmac: use brcmf_chip_name() for consistency
Arend Van Spriel
2
-5
/
+7
2018-03-27
brcmfmac: use brcmf_chip_name() to store name in revinfo
Arend Van Spriel
5
-22
/
+26
2018-03-27
brcmfmac: do not convert linux error to firmware error string
Arend Van Spriel
1
-2
/
+1
2018-03-27
wireless: Use octal not symbolic permissions
Joe Perches
3
-5
/
+5
2018-03-25
Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...
David S. Miller
9
-159
/
+122
2018-03-20
brcmfmac: Fix check for ISO3166 code
Stefan Wahren
1
-1
/
+1
2018-03-16
brcmfmac: drop Inter-Access Point Protocol packets by default
Rafał Miłecki
3
-0
/
+63
2018-03-13
net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text
Randy Dunlap
1
-2
/
+2
2018-03-07
brcmfmac: fix P2P_DEVICE ethernet address generation
Arend Van Spriel
1
-13
/
+11
[next]