index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2018-06-23
net: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-1
/
+0
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
3
-6
/
+8
2018-06-13
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
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-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-26
Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...
David S. Miller
8
-157
/
+120
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-07
brcmfmac: fix P2P_DEVICE ethernet address generation
Arend Van Spriel
1
-13
/
+11
2018-03-07
brcmfmac: add possibility to obtain firmware error
Arend Van Spriel
3
-0
/
+15
2018-02-27
brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IR
Colin Ian King
1
-1
/
+0
2018-02-27
brcmfmac: reject too long PSK
Johannes Berg
1
-0
/
+3
2018-02-27
brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()
Arend Van Spriel
1
-19
/
+18
2018-02-27
brcmfmac: change log level for some low-level sdio functions
Arend Van Spriel
1
-5
/
+5
2018-02-27
brcmfmac: remove brcmf_bus_started() from bus api
Arend Van Spriel
5
-57
/
+16
[next]