index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
brcmfmac: fix firmware request processing if nvram load fails
Arend Van Spriel
2018-04-09
1
-16
/
+20
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
2018-03-28
4
-1
/
+64
|
\
|
*
brcmfmac: Fix check for ISO3166 code
Stefan Wahren
2018-03-20
1
-1
/
+1
|
*
brcmfmac: drop Inter-Access Point Protocol packets by default
Rafał Miłecki
2018-03-16
3
-0
/
+63
*
|
brcmsmac: allocate ucode with GFP_KERNEL
Takashi Iwai
2018-03-27
1
-2
/
+2
*
|
brcmfmac: add kerneldoc for struct brcmf_bus::msgbuf
Arend Van Spriel
2018-03-27
1
-0
/
+1
*
|
brcmfmac: get rid of brcmf_fw_get_full_name()
Arend Van Spriel
2018-03-27
1
-10
/
+4
*
|
brcmfmac: get rid of brcmf_fw_map_chip_to_name()
Arend Van Spriel
2018-03-27
2
-57
/
+0
*
|
brcmfmac: add extension to .get_fwname() callbacks
Arend Van Spriel
2018-03-27
5
-78
/
+51
*
|
brcmfmac: introduce brcmf_fw_alloc_request() function
Arend Van Spriel
2018-03-27
5
-60
/
+147
*
|
brcmfmac: pass struct in brcmf_fw_get_firmwares()
Arend Van Spriel
2018-03-27
5
-86
/
+245
*
|
brcmfmac: derive firmware filenames from basename mapping
Arend Van Spriel
2018-03-27
5
-98
/
+96
*
|
brcmfmac: use wiphy debugfs dir entry
Arend Van Spriel
2018-03-27
12
-74
/
+47
*
|
brcmfmac: allocate struct brcmf_pub instance using wiphy_new()
Arend Van Spriel
2018-03-27
7
-61
/
+76
*
|
brcmfmac: use brcmf_chip_name() for consistency
Arend Van Spriel
2018-03-27
2
-5
/
+7
*
|
brcmfmac: use brcmf_chip_name() to store name in revinfo
Arend Van Spriel
2018-03-27
5
-22
/
+26
*
|
brcmfmac: do not convert linux error to firmware error string
Arend Van Spriel
2018-03-27
1
-2
/
+1
*
|
wireless: Use octal not symbolic permissions
Joe Perches
2018-03-27
3
-5
/
+5
*
|
Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...
David S. Miller
2018-03-26
9
-159
/
+122
|
\
\
|
|
/
|
/
|
|
*
net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text
Randy Dunlap
2018-03-13
1
-2
/
+2
|
*
brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IR
Colin Ian King
2018-02-27
1
-1
/
+0
|
*
brcmfmac: reject too long PSK
Johannes Berg
2018-02-27
1
-0
/
+3
|
*
brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()
Arend Van Spriel
2018-02-27
1
-19
/
+18
|
*
brcmfmac: change log level for some low-level sdio functions
Arend Van Spriel
2018-02-27
1
-5
/
+5
|
*
brcmfmac: remove brcmf_bus_started() from bus api
Arend Van Spriel
2018-02-27
5
-57
/
+16
|
*
brcmfmac: move brcmf_attach() function in core.c
Arend Van Spriel
2018-02-27
1
-49
/
+49
|
*
brcmfmac: usb: call brcmf_usb_up() during brcmf_bus_preinit()
Arend Van Spriel
2018-02-27
1
-5
/
+2
|
*
brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()
Arend Van Spriel
2018-02-27
2
-17
/
+23
|
*
brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()
Arend Van Spriel
2018-02-27
1
-14
/
+12
|
*
brcmfmac: move brcmf_bus_preinit() call just after changing bus state
Arend Van Spriel
2018-02-27
2
-3
/
+5
*
|
brcmfmac: fix P2P_DEVICE ethernet address generation
Arend Van Spriel
2018-03-07
1
-13
/
+11
*
|
brcmfmac: add possibility to obtain firmware error
Arend Van Spriel
2018-03-07
3
-0
/
+15
|
/
*
brcmfmac: separate firmware errors from i/o errors
Arend Van Spriel
2018-01-24
4
-20
/
+31
*
brcmfmac: assure bcdc dcmd api does not return value > 0
Arend Van Spriel
2018-01-24
2
-6
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-20
1
-6
/
+3
|
\
|
*
brcmfmac: fix CLM load error for legacy chips when user helper is enabled
Wright Feng
2018-01-16
1
-6
/
+3
*
|
b43: Replace mdelay with usleep_range in b43_radio_2057_init_post
Jia-Ju Bai
2018-01-11
1
-1
/
+1
*
|
brcmfmac: Use zeroing memory allocator than allocator/memset
Himanshu Jha
2018-01-11
1
-10
/
+10
*
|
brcmfmac: rename brcmf_sdiod_buff_{read,write}() functions
Arend Van Spriel
2018-01-11
1
-24
/
+24
*
|
brcmfmac: add comment block in brcmf_sdio_buscore_read()
Arend Van Spriel
2018-01-11
1
-0
/
+7
*
|
brcmfmac: Remove array of functions
Arend Van Spriel
2018-01-11
3
-152
/
+146
*
|
brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr
Double Lo
2018-01-08
1
-0
/
+1
*
|
brcmfmac: Clean up interrupt macros
Ian Molton
2018-01-08
2
-4
/
+7
*
|
brcmfmac: Replace function index with function pointer
Ian Molton
2018-01-08
3
-50
/
+56
*
|
brcmfmac: More efficient and slightly easier to read fixup for 4339 chips
Arend Van Spriel
2018-01-08
1
-3
/
+4
*
|
brcmfmac: Remove func0 from function array
Ian Molton
2018-01-08
3
-14
/
+11
*
|
brcmfmac: Correctly handle accesses to SDIO func0
Ian Molton
2018-01-08
2
-2
/
+6
*
|
brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.
Ian Molton
2018-01-08
3
-4
/
+10
*
|
brcmfmac: Rename buscore to core for consistency
Arend Van Spriel
2018-01-08
1
-2
/
+2
*
|
brcmfmac: Remove {r,w}_sdreg32
Ian Molton
2018-01-08
1
-46
/
+42
[next]