index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-21
brcm80211: Add support for brcm4371
Eric Caruso
3
-0
/
+12
2015-10-21
brcmfmac: Properly set carrier state of netdev.
Hante Meuleman
3
-6
/
+31
2015-10-21
brcmfmac: Remove unused state AP creating.
Hante Meuleman
2
-5
/
+0
2015-10-21
brcmfmac: Move brcmf_c_preinit_dcmds prototype to correct file.
Hante Meuleman
3
-3
/
+4
2015-10-21
brcmfmac: Add dump_station support to cfg80221 ops.
Hante Meuleman
4
-0
/
+45
2015-10-21
brcmfmac: Add RSSI information to get_station.
Hante Meuleman
1
-0
/
+23
2015-10-21
brcmfmac: Fix station info rate information.
Hante Meuleman
1
-4
/
+4
2015-10-21
brcmfmac: Rework p2p attach, use single method for p2p dev creation.
Hante Meuleman
4
-85
/
+40
2015-10-21
brcmfmac: remove conversational comment
Arend van Spriel
1
-3
/
+0
2015-10-21
brcmfmac: rename firmware_path to alternative_fw_path
Franky Lin
1
-1
/
+1
2015-10-21
brcmfmac: Fix race condition between USB probe/load and disconnect.
Hante Meuleman
1
-3
/
+26
2015-10-21
brcmfmac: expose device memory to devcoredump subsystem
Arend van Spriel
7
-11
/
+181
2015-10-12
Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...
David S. Miller
23
-322
/
+540
2015-10-07
Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...
David S. Miller
1
-1
/
+1
2015-09-29
brcmfmac: include linux/atomic.h
Hauke Mehrtens
1
-0
/
+1
2015-09-29
brcmfmac: Accept events when TDLS is used in combination with p2p.
Hante Meuleman
1
-2
/
+1
2015-09-29
brcmfmac: Fix TDLS setup by properly handling p2p noif.
Hante Meuleman
3
-3
/
+25
2015-09-29
brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices.
Hante Meuleman
3
-10
/
+131
2015-09-29
brcmfmac: Fix race condition bug when deleting p2p interface.
Hante Meuleman
1
-8
/
+14
2015-09-29
brcmfmac: Add module parameter to disable features.
Hante Meuleman
1
-0
/
+13
2015-09-29
brcmfmac: Fix p2p bug for older firmwares.
Hante Meuleman
1
-4
/
+6
2015-09-29
brcmfmac: Only handle p2p_stop_device if vif is valid
Hante Meuleman
1
-5
/
+11
2015-09-29
brcmfmac: Deleting of p2p device is leaking memory.
Hante Meuleman
3
-20
/
+32
2015-09-29
brcmfmac: Workaround in change vif for wpa_supplicant support.
Hante Meuleman
1
-12
/
+31
2015-09-29
brcmfmac: Make p2pon module param always available.
Hante Meuleman
1
-3
/
+1
2015-09-29
brcmfmac: Fix bug in flowring management.
Hante Meuleman
1
-1
/
+1
2015-09-29
brcmfmac: Inform p2p module about p2pon through API
Hante Meuleman
5
-9
/
+18
2015-09-29
brcmfmac: Only assign primary netdev to if2bss array.
Hante Meuleman
1
-4
/
+10
2015-09-29
brcmfmac: Fix set and get tx-power functions.
Hante Meuleman
1
-111
/
+26
2015-09-29
brcmfmac: Add support for the BCM4350 PCIE device.
Hante Meuleman
3
-0
/
+12
2015-09-29
brcmfmac: Fix exception handling.
Hante Meuleman
1
-0
/
+1
2015-09-29
brcmfmac: Reset PCIE devices after recognition.
Hante Meuleman
3
-21
/
+64
2015-09-29
brcmfmac: introduce brcmf_net_detach() function
Arend van Spriel
2
-9
/
+15
2015-09-29
brcmfmac: change prototype for brcmf_fws_hdrpull()
Arend van Spriel
3
-17
/
+12
2015-09-29
brcmfmac: remove ifidx parameter from brcmf_fws_txstatus_suppressed()
Arend van Spriel
1
-2
/
+2
2015-09-29
brcmfmac: add dedicated debug level for firmware console logging
Arend van Spriel
3
-3
/
+12
2015-09-29
brcmfmac: add mapping for interface index to bsscfg index
Arend van Spriel
2
-9
/
+14
2015-09-29
brcmfmac: pass struct brcmf_if instance in brcmf_txfinalize()
Arend van Spriel
4
-17
/
+15
2015-09-29
brcmfmac: use brcmf_get_ifp() to map ifidx to struct brcmf_if instance
Arend van Spriel
6
-11
/
+13
2015-09-29
brcmfmac: correct detection of p2pdev interface event
Arend van Spriel
3
-13
/
+12
2015-09-29
brcmfmac: only call brcmf_cfg80211_detach() when attach was successful
Arend van Spriel
1
-1
/
+4
2015-09-29
brcmfmac: change parameters for brcmf_remove_interface()
Arend van Spriel
5
-10
/
+11
2015-09-29
brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instance
Arend van Spriel
5
-28
/
+37
2015-09-29
brcmfmac: consolidate ifp lookup in driver core
Arend van Spriel
4
-26
/
+32
2015-09-22
net: brcm80211: fix range check
Andrzej Hajda
1
-1
/
+1
2015-09-22
mac80211: allow to transmit A-MSDU within A-MPDU
Emmanuel Grumbach
1
-1
/
+1
2015-08-25
brcmfmac: Add support for host platform NVRAM loading.
Hante Meuleman
1
-15
/
+24
2015-08-25
brcmfmac: bump highest event number for 4339 firmware
Arend van Spriel
1
-4
/
+6
2015-08-25
brcmfmac: block the correct flowring when backup queue overflow
Franky Lin
1
-3
/
+7
2015-08-25
brcmfmac: make use of cfg80211_check_combinations()
Arend van Spriel
1
-2
/
+42
[next]