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
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-02-28
1
-1
/
+1
*
brcmfmac: Use net_device_stats from struct net_device
Tobias Klauser
2017-02-15
2
-20
/
+8
*
brcmfmac: merge two remaining brcmf_err macros
Rafał Miłecki
2017-02-08
1
-9
/
+5
*
brcmfmac: switch to C function (__brcmf_err) for printing errors
Rafał Miłecki
2017-02-08
2
-3
/
+19
*
brcmfmac: merge two brcmf_err macros into one
Rafał Miłecki
2017-02-08
1
-6
/
+2
*
brcmfmac: use wiphy_read_of_freq_limits to respect limits from DT
Rafał Miłecki
2017-02-07
1
-0
/
+6
*
brcmfmac: be more verbose when PSM's watchdog fires
Rafał Miłecki
2017-02-02
1
-2
/
+10
*
brcmfmac: check brcmf_bus_get_memdump result for error
Rafał Miłecki
2017-02-02
1
-7
/
+16
*
brcmfmac: add .update_connect_params() callback
Arend Van Spriel
2017-01-31
1
-0
/
+24
*
brcmfmac: allow wowlan support to be per device
Arend Van Spriel
2017-01-31
1
-7
/
+19
*
brcmfmac: fix handling firmware results for wowl netdetect
Arend Van Spriel
2017-01-31
1
-3
/
+1
*
brcmfmac: provide a value for struct wowlan_support::max_nd_match_sets
Arend Van Spriel
2017-01-31
1
-0
/
+2
*
brcmfmac: drop duplicated core selection from brcmf_pcie_attach
Rafał Miłecki
2017-01-28
1
-1
/
+0
*
brcmfmac: rename brcmf_bus_start function to brcmf_bus_started
Rafał Miłecki
2017-01-20
6
-6
/
+6
*
brcmfmac: drop brcmf_bus_detach and inline its code
Rafał Miłecki
2017-01-20
1
-11
/
+1
*
brcmfmac: move brcmf_c_set_joinpref_default declaration to common.h
Rafał Miłecki
2017-01-20
2
-1
/
+2
*
brcmfmac: drop unneeded function declarations from headers
Rafał Miłecki
2017-01-20
3
-7
/
+1
*
brcmfmac: fix incorrect event channel deduction
Gavin Li
2017-01-20
1
-1
/
+1
*
brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BF
Martin Blumenstingl
2017-01-20
1
-0
/
+1
*
brcmfmac: make brcmf_of_probe more generic
Rafał Miłecki
2017-01-19
3
-9
/
+12
*
brcmfmac: setup wiphy bands after registering it first
Rafał Miłecki
2017-01-17
1
-2
/
+7
*
brcmfmac: don't preset all channels as disabled
Rafał Miłecki
2017-01-17
1
-2
/
+0
*
brcmfmac: avoid writing channel out of allocated array
Rafał Miłecki
2017-01-17
1
-15
/
+17
*
Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...
David S. Miller
2017-01-02
1
-2
/
+2
|
\
|
*
brcmfmac: fix spelling mistakes on "Ivalid"
Colin Ian King
2016-12-30
1
-2
/
+2
*
|
brcmfmac: fix uninitialized field in scheduled scan ssid configuration
Arend Van Spriel
2016-12-20
1
-0
/
+1
*
|
brcmfmac: fix memory leak in brcmf_cfg80211_attach()
Arend Van Spriel
2016-12-20
1
-2
/
+5
*
|
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
2016-12-15
2
-3
/
+0
|
/
*
Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...
David S. Miller
2016-12-02
13
-332
/
+591
|
\
|
*
brcmfmac: fix scheduled scan result handling for newer chips
Arend Van Spriel
2016-11-29
2
-1
/
+30
|
*
brcmfmac: use requested scan interval in scheduled scan
Arend Van Spriel
2016-11-29
3
-3
/
+10
|
*
brcmfmac: remove restriction from .sched_scan_start() callback
Arend Van Spriel
2016-11-29
1
-4
/
+1
|
*
brcmfmac: use provided channels for scheduled scan
Arend Van Spriel
2016-11-29
2
-1
/
+41
|
*
brcmfmac: move scheduled scan activation to pno source file
Arend Van Spriel
2016-11-29
3
-110
/
+94
|
*
brcmfmac: split up brcmf_pno_config() function
Arend Van Spriel
2016-11-29
3
-20
/
+68
|
*
brcmfmac: make internal escan more generic
Arend Van Spriel
2016-11-29
2
-82
/
+109
|
*
brcmfmac: change prototype for brcmf_do_escan()
Arend Van Spriel
2016-11-29
1
-5
/
+5
|
*
brcmfmac: fix handling ssids in .sched_scan_start() callback
Arend Van Spriel
2016-11-29
3
-57
/
+76
|
*
brcmfmac: move pno helper functions in separate source file
Arend Van Spriel
2016-11-29
4
-86
/
+150
|
*
brcmfmac: add support for 43341 chip
Arend Van Spriel
2016-11-29
2
-0
/
+2
|
*
brcmfmac: add pcie host dongle interface rev6 support
Franky Lin
2016-11-29
4
-91
/
+132
|
*
brcmsmac: fix array out-of-bounds access in qm_log10
Tobias Regnery
2016-11-25
1
-2
/
+3
*
|
Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...
David S. Miller
2016-11-28
10
-20
/
+47
|
\
|
|
*
brcmfmac: update beacon IE after bss up and clear when AP stopped
Wright Feng
2016-11-23
1
-2
/
+3
|
*
brcmfmac: print name of connect status event
Rafał Miłecki
2016-11-17
3
-3
/
+6
|
*
brcmfmac: proto: add callback for queuing TX data
Rafał Miłecki
2016-11-09
7
-15
/
+38
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-1
/
+1
|
\
\
|
*
|
brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_ap
Arnd Bergmann
2016-10-27
1
-1
/
+1
|
|
/
[next]