index
:
~gabbayo/linux
habanalabs-fixes
habanalabs-next
master
This repository contains AMD's HSA Linux kernel driver, called amdkfd
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmfmac
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
10
-857
/
+994
2011-11-11
brcm80211: fmac: release bss struct returned from cfg80211_inform_bss
Franky Lin
1
-5
/
+13
2011-11-11
brcm80211: fmac: remove PCMCIA core related code
Franky Lin
1
-15
/
+0
2011-11-11
brcm80211: fmac: add function to free the glom skb queue
Arend van Spriel
1
-20
/
+14
2011-11-11
brcm80211: util: move brcmu_pkttotlen() function to brcmfmac
Arend van Spriel
1
-1
/
+13
2011-11-11
brcm80211: fmac: remove id retrieve code
Franky Lin
1
-5
/
+0
2011-11-11
brcm80211: fmac: add resetcore function for bcm4330 chip
Franky Lin
3
-9
/
+45
2011-11-11
brcm80211: fmac: add coredisable function for bcm4330 chip
Franky Lin
3
-44
/
+82
2011-11-11
brcm80211: fmac: add corerev function for bcm4330 chip
Franky Lin
2
-6
/
+28
2011-11-11
brcm80211: fmac: add iscoreup function for bcm4330 chip
Franky Lin
3
-9
/
+51
2011-11-09
brcm80211: fmac: optimize chip core info management
Franky Lin
3
-42
/
+81
2011-11-09
brcm80211: fmac: replace private SB macros with ssb_regs version
Franky Lin
2
-63
/
+28
2011-11-09
brcm80211: fmac: move chip drive strength related code to sdio_chip.c
Franky Lin
3
-115
/
+117
2011-11-09
brcm80211: fmac: move chip detach function to sdio_chip.c
Franky Lin
3
-10
/
+11
2011-11-09
brcm80211: fmac: move chip reset core function to sdio_chip.c
Franky Lin
3
-47
/
+49
2011-11-09
brcm80211: fmac: abstract chip core revision function
Franky Lin
2
-7
/
+15
2011-11-09
brcm80211: fmac: abstract chip iscoreup function
Franky Lin
3
-7
/
+17
2011-11-09
brcm80211: fmac: chip attach code flow clean up
Franky Lin
3
-34
/
+21
2011-11-09
brcm80211: fmac: remove duplicate regiter set in chip attach path
Franky Lin
1
-13
/
+0
2011-11-09
brcm80211: fmac: move dongle gpio reset code to chip attach function
Franky Lin
2
-5
/
+5
2011-11-09
brcm80211: fmac: disable dongle arm core in bus core setup function
Franky Lin
2
-6
/
+6
2011-11-09
brcm80211: fmac: move core disable function to sdio_chip.c
Franky Lin
3
-114
/
+111
2011-11-09
brcm80211: fmac: abstract chip buscore setup function
Franky Lin
2
-20
/
+34
2011-11-09
brcm80211: fmac: move bus core prep code to sdio_chip.c
Franky Lin
3
-72
/
+77
2011-11-09
brcm80211: fmac: move chip recognition function to sdio_chip.c
Franky Lin
5
-143
/
+213
2011-11-09
brcm80211: fmac: remove unnecessary 4329 chip specific code
Franky Lin
1
-9
/
+3
2011-11-08
brcm80211: fmac: remove state from brcmf_if in fullmac
Franky Lin
2
-9
/
+2
2011-11-08
brcm80211: fmac: store brcmf_if in net device private data
Franky Lin
2
-110
/
+56
2011-11-08
brcm80211: fmac: use brcmf_add_if for all net devices
Franky Lin
4
-86
/
+54
2011-11-08
brcm80211: fmac: use brcmf_del_if for all net devices
Franky Lin
1
-29
/
+26
2011-11-08
brcm80211: fmac: allow wd timer to be disabled when bus down
Franky Lin
1
-4
/
+4
2011-11-08
brcm80211: fmac: use sk_buff list for handling frames in receive path
Arend van Spriel
1
-29
/
+33
2011-11-08
brcm80211: util: move brcmu_pktfrombuf() function to brcmfmac
Arend van Spriel
1
-2
/
+23
2011-11-08
brcm80211: fmac: changed two scan related structures
Roland Vossen
1
-7
/
+2
2011-11-08
brmc80211: fmac: reworked next_bss()
Roland Vossen
2
-10
/
+10
2011-11-08
brcm80211: fmac: annotated little endian struct with _le
Roland Vossen
3
-15
/
+15
2011-10-31
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-10-14
net: wireless: brcm80210: include module.h
Stephen Rothwell
3
-0
/
+3
2011-10-14
brcm80211: moved function brcmu_mkiovar
Alwin Beukers
4
-24
/
+48
2011-10-14
brcm80211: moved function brcmu_parse_tlvs
Alwin Beukers
1
-2
/
+37
2011-10-14
brcm80211: moved function brcmu_chipname
Alwin Beukers
1
-1
/
+10
2011-10-14
brcm80211: moved power conversion functions
Alwin Beukers
1
-2
/
+86
2011-10-14
brcm80211: fmac: fixed weird indentation
Roland Vossen
1
-48
/
+51
2011-10-14
brcm80211: use endian annotation for scan time configuration
Arend van Spriel
1
-4
/
+7
2011-10-14
brcm80211: use endian annotation for roaming related parameters
Arend van Spriel
1
-10
/
+14
2011-10-14
brcm80211: use endian annotations for assoc ie length request
Arend van Spriel
2
-7
/
+8
2011-10-14
brcm80211: use endian annotation for pmk related structure
Arend van Spriel
1
-13
/
+21
2011-10-14
brcm80211: use endian annotations in scan related function
Arend van Spriel
1
-4
/
+4
2011-10-14
brcm80211: fix annotations in TOE configuration functions
Arend van Spriel
1
-7
/
+8
2011-10-14
brcm80211: rename variable in _brcmf_set_multicast_list()
Arend van Spriel
1
-15
/
+15
[next]