index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
brcmfmac: Make probe function __init
Jean Delvare
2014-03-14
1
-1
/
+1
*
brcmsmac: update comment to reflect the code
Emil Goode
2014-03-14
1
-6
/
+0
*
brcmsmac: fix deadlock on missing firmware
Emil Goode
2014-03-14
1
-8
/
+6
*
brcmfmac: Use atomic functions for intstatus update.
Hante Meuleman
2014-03-06
1
-14
/
+15
*
Revert "brcmfmac: Use atomic functions for intstatus update."
Arend van Spriel
2014-03-06
1
-6
/
+14
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-03-04
1
-10
/
+4
|
\
|
*
brcmfmac: fix txglomming scatter-gather packet transfers
Arend van Spriel
2014-02-20
1
-10
/
+4
*
|
brcmfmac: reset suspend flag upon sdio suspend failure
Arend van Spriel
2014-02-28
1
-3
/
+5
*
|
brcmfmac: use pre-allocated scatter-gather table for txglomming
Arend van Spriel
2014-02-28
3
-16
/
+41
*
|
brcmfmac: Correct mcs index report
Daniel Kim
2014-02-28
1
-4
/
+13
*
|
brcmfmac: Put frame sdio tx error handling in sub function.
Hante Meuleman
2014-02-28
1
-79
/
+33
*
|
brcmfmac: Use atomic functions for intstatus update.
Hante Meuleman
2014-02-28
1
-14
/
+6
*
|
brcmfmac: Small cleanup of redundant code.
Hante Meuleman
2014-02-28
1
-12
/
+6
*
|
brcmfmac: Remove immediate sleep support from SDIO.
Hante Meuleman
2014-02-28
1
-20
/
+0
*
|
brcmfmac: Minimize SDIO dpc scheduling.
Hante Meuleman
2014-02-28
1
-1
/
+1
*
|
brcmfmac: de-init driver layers in correct order.
Hante Meuleman
2014-02-28
1
-2
/
+2
*
|
brcmfmac: Correct header debug dump for sdio tx hdrs.
Hante Meuleman
2014-02-28
1
-2
/
+2
*
|
brcmfmac: remove unused variable data_len from brcmf_sdio_bus_txdata()
Arend van Spriel
2014-02-28
1
-4
/
+2
*
|
brcmfmac: fix use of skb control buffer in SDIO driver part
Arend van Spriel
2014-02-28
1
-4
/
+6
*
|
brcmfmac: Make firmeware roaming a module param.
Hante Meuleman
2014-02-28
2
-14
/
+25
*
|
brcmfmac: CR4 takes precedence over CM3 in brcmf_chip_enter_download()
Arend van Spriel
2014-02-12
1
-6
/
+6
*
|
brcmfmac: correct setting of WEP broadcast/unicast keys
Daniel Kim
2014-02-12
1
-1
/
+3
*
|
brcmfmac: get chip core information from the device
Arend van Spriel
2014-02-12
1
-104
/
+203
*
|
brcmfmac: remove unintended error logging
Arend van Spriel
2014-02-12
1
-3
/
+0
*
|
brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep()
Arend van Spriel
2014-02-12
1
-2
/
+2
*
|
brcmfmac: make chip related functions host interface independent
Arend van Spriel
2014-02-12
4
-799
/
+900
*
|
brcmfmac: on sdio remove first detach bus then stop worker.
Hante Meuleman
2014-02-12
1
-4
/
+4
*
|
brcmfmac: simplify sdio code download routine.
Hante Meuleman
2014-02-12
1
-23
/
+8
*
|
brcmfmac: fix sdio sending of large buffers.
Hante Meuleman
2014-02-12
1
-1
/
+1
*
|
brcmfmac: rename sdio_chip.[ch]
Arend van Spriel
2014-02-12
5
-6
/
+5
*
|
brcmfmac: move SDIO specific functions
Arend van Spriel
2014-02-12
4
-175
/
+174
*
|
brcmfmac: enable firmware console logging functionality
Daniel Kim
2014-02-12
1
-66
/
+88
*
|
brcmfmac: add owner info to sdio_driver structure
Franky Lin
2014-02-12
1
-2
/
+3
*
|
brcmfmac: expand sta info to report dtim and beacon period.
Hante Meuleman
2014-02-12
1
-0
/
+26
*
|
cfg80211: fix channel configuration in IBSS join
Antonio Quartulli
2014-02-04
1
-1
/
+3
*
|
cfg80211: make connect ie param const
Johannes Berg
2014-02-04
4
-27
/
+29
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-01-17
13
-548
/
+607
|
\
|
*
brcmfmac: handle SDIO card removal
Arend van Spriel
2014-01-16
5
-87
/
+102
|
*
brcmfmac: initialize escan function pointer during scheduled scan
Arend van Spriel
2014-01-16
1
-0
/
+1
|
*
brcmfmac: rename chip and core related structures
Arend van Spriel
2014-01-16
3
-42
/
+41
|
*
brcmfmac: restructure brcmf_sdio_chip_recognition()
Arend van Spriel
2014-01-16
2
-167
/
+167
|
*
brcmfmac: rework firmware download code
Arend van Spriel
2014-01-16
3
-60
/
+40
|
*
brcmfmac: update core reset and disable routines.
Hante Meuleman
2014-01-16
3
-57
/
+106
|
*
brcmfmac: Create common nvram parsing routines.
Hante Meuleman
2014-01-16
6
-190
/
+208
|
*
brcmsmac: delete useless variable
Julia Lawall
2014-01-13
1
-2
/
+0
|
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2014-01-13
1
-1
/
+0
|
|
\
|
|
*
mac80211: remove channel_change_time
Johannes Berg
2014-01-07
1
-1
/
+0
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-01-10
15
-358
/
+358
|
\
|
|
|
*
|
brcmfmac: add support for bcm43362 device
Arend van Spriel
2014-01-09
4
-0
/
+40
|
*
|
mmc: add SDIO identifiers for Broadcom WLAN devices
Arend van Spriel
2014-01-06
3
-10
/
+1
[next]