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: simplify transmit path
Arend van Spriel
2013-06-27
1
-49
/
+5
*
brcm80211: fix null pointer access
Antonio Quartulli
2013-06-19
1
-2
/
+1
*
brcmfmac: add sdio sg list support
Franky Lin
2013-06-18
4
-174
/
+137
*
brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrw
Franky Lin
2013-06-18
3
-54
/
+53
*
brcmfmac: remove redundant chip ID check in dhd_sdio
Franky Lin
2013-06-18
1
-22
/
+0
*
brcmfmac: simplify dpc handling using atomic operations
Arend van Spriel
2013-06-18
1
-58
/
+12
*
brcmfmac: consolidate mac_descriptor related function names
Arend van Spriel
2013-06-18
1
-27
/
+26
*
brcmfmac: remove dependency with nl80211.h
Arend van Spriel
2013-06-18
1
-2
/
+1
*
brcmfmac: rename variable prec to more appropriate name, ie. fifo
Arend van Spriel
2013-06-18
1
-4
/
+4
*
brcmfmac: Only use credits for bcmc when firmware indicates it.
Hante Meuleman
2013-06-18
2
-2
/
+33
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-06-18
1
-15
/
+2
|
\
|
*
brcmfmac: free primary net_device when brcmf_bus_start() fails
Arend van Spriel
2013-06-13
1
-0
/
+4
|
*
brcmsmac: disable power-save related functions
Arend van Spriel
2013-06-12
1
-15
/
+2
*
|
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2013-06-12
1
-3
/
+12
|
\
\
|
*
|
brcm80211: make mgmt_tx in brcmfmac accept a NULL channel
Antonio Quartulli
2013-06-11
1
-3
/
+12
*
|
|
brcmfmac: add debugfs statistics for firmware-signalling
Arend van Spriel
2013-06-12
3
-5
/
+19
*
|
|
brcmfmac: Always use fifo_credits, also for requested credits.
Hante Meuleman
2013-06-12
3
-97
/
+79
*
|
|
brcmfmac: free primary net_device when brcmf_bus_start() fails
Arend van Spriel
2013-06-12
1
-0
/
+4
*
|
|
brcmfmac: Sent TIM information in case of data available.
Arend van Spriel
2013-06-12
1
-64
/
+103
*
|
|
brcmfmac: increment hard_header_len instead of overriding
Arend van Spriel
2013-06-12
1
-1
/
+1
*
|
|
brcmfmac: add trace event for capturing BDC header
Arend van Spriel
2013-06-12
2
-0
/
+24
*
|
|
brcmfmac: fix send_pkts statistic counter in firmware-signalling
Arend van Spriel
2013-06-12
1
-3
/
+2
*
|
|
brcmfmac: Simplify counting transit count.
Hante Meuleman
2013-06-12
1
-19
/
+12
*
|
|
brcmfmac: Fix endless loop when brcmf_fws_commit_skb fails.
Hante Meuleman
2013-06-12
1
-1
/
+2
*
|
|
brcmfmac: Signalling header push and pull on logic places.
Hante Meuleman
2013-06-12
1
-29
/
+13
*
|
|
brcmfmac: Accept only first creditmap event.
Hante Meuleman
2013-06-12
1
-0
/
+5
*
|
|
brcmfmac: fix invalid ifp lookup in firmware-signalling
Hante Meuleman
2013-06-12
1
-1
/
+1
*
|
|
brcmfmac: Find correct MAC descriptor in case of TDLS.
Hante Meuleman
2013-06-12
1
-11
/
+6
*
|
|
brcmfmac: Correct creditmap when credit borrowing is active.
Hante Meuleman
2013-06-12
1
-2
/
+7
*
|
|
brcmfmac: For FW signalling it is necessary to track gen bit.
Hante Meuleman
2013-06-12
1
-63
/
+29
*
|
|
brcmfmac: On bus flow control use fw signalling or netif.
Hante Meuleman
2013-06-12
1
-5
/
+8
*
|
|
brcmfmac: reducing debug logging in firmware-signalling code
Arend van Spriel
2013-06-12
2
-62
/
+66
*
|
|
brcmfmac: explicitly indicate sk_buff is sent upon request credit
Arend van Spriel
2013-06-12
1
-69
/
+53
*
|
|
brcmfmac: rework credit pickup to assure consistent handling
Arend van Spriel
2013-06-12
1
-17
/
+13
*
|
|
brcmfmac: Take bus flowcontrol at credit mgmt into account.
Hante Meuleman
2013-06-12
6
-3
/
+39
*
|
|
brcmfmac: remove fifo bitfield from brcmf_skbuff_cb::if_flags
Arend van Spriel
2013-06-12
1
-8
/
+3
*
|
|
brcmfmac: allow firmware-signal tlv to be longer than specified
Arend van Spriel
2013-06-12
1
-1
/
+1
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-06-12
7
-61
/
+155
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
brcmfmac: Disable powersave mode for P2P link.
Hante Meuleman
2013-05-28
1
-0
/
+5
|
*
brcmfmac: Add multi channel support for P2P.
Hante Meuleman
2013-05-28
1
-1
/
+25
|
*
brcmfmac: use struct net_device::destructor to remove interfaces
Arend van Spriel
2013-05-28
3
-5
/
+25
|
*
brcmfmac: free net device when registration fails
Arend van Spriel
2013-05-28
2
-4
/
+9
|
*
brcmfmac: add additional parameter to brcmf_free_vif()
Arend van Spriel
2013-05-28
3
-25
/
+20
|
*
brcmfmac: Fix p2p setup when connected to ap on 5G.
Hante Meuleman
2013-05-28
1
-7
/
+21
|
*
brcmfmac: Turn off ARP offloading when configured for AP.
Hante Meuleman
2013-05-28
3
-19
/
+45
|
*
brcmfmac: announce P2P_DEVICE support in wiphy structure
Arend van Spriel
2013-05-17
1
-1
/
+6
*
|
brcmsmac: Reduce log spam in heavy tx, make err print in debug
John Greene
2013-06-03
1
-1
/
+1
*
|
drivers/net/wireless/brcm80211/brcmfmac: add missing platform_driver owner
Libo Chen
2013-05-22
1
-1
/
+2
|
/
*
drivers/net: rename random32() to prandom_u32()
Akinobu Mita
2013-05-07
1
-1
/
+1
*
brcmsmac: Fix merge issue
Piotr Haber
2013-04-26
1
-0
/
+1
[prev]
[next]