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
2012-11-20
brcmsmac: Use correct descriptor count when calculating next rx descriptor
Seth Forshee
1
-1
/
+1
2012-11-20
brcmsmac: Remove internal tx queue
Seth Forshee
8
-558
/
+316
2012-11-20
brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levels
Seth Forshee
4
-86
/
+26
2012-11-20
brcmsmac: Remove unimplemented flow control functions
Seth Forshee
1
-31
/
+0
2012-11-20
brcmsmac: Add helper function for updating txavail count
Seth Forshee
1
-2
/
+13
2012-11-20
brcmsmac: Don't weight AMPDU packets in txfifo
Seth Forshee
3
-23
/
+14
2012-11-20
brcmsmac: Introduce AMPDU sessions for assembling AMPDUs
Seth Forshee
2
-274
/
+377
2012-11-16
brcmfmac: code cleanup
Hante Meuleman
12
-119
/
+16
2012-11-16
brcmfmac: limit hex dump on fwil.
Hante Meuleman
1
-6
/
+15
2012-11-16
brcmfmac: sdio module load fix.
Hante Meuleman
1
-3
/
+0
2012-11-16
brcmfmac: avoid usage of func->card->dev in sdio probe.
Hante Meuleman
2
-71
/
+79
2012-11-16
brcmfmac: sdio unload fix.
Hante Meuleman
2
-1
/
+3
2012-11-16
brcmfmac: Handle mmc exceptions during init correct.
Hante Meuleman
2
-9
/
+16
2012-11-16
brcmfmac: Any error should result in failure of probe.
Hante Meuleman
1
-4
/
+2
2012-11-16
brcmfmac: restructure handling of IF event
Arend van Spriel
1
-47
/
+55
2012-11-16
brcmfmac: ignore IF event if it is a add for ifidx 0
Arend van Spriel
2
-7
/
+15
2012-11-16
brcmfmac: fix wrong usage of unaligned include file
Arend van Spriel
1
-1
/
+1
2012-11-16
brcmfmac: fix NULL pointer access in brcmf_fweh_detach()
Hante Meuleman
1
-5
/
+7
2012-11-16
brcmfmac: remove mac address validation from brcmf_net_attach()
Arend van Spriel
1
-10
/
+2
2012-11-16
brcmfmac: change mac address parameter in brcmf_add_if()
Arend van Spriel
1
-5
/
+7
2012-11-16
brcmfmac: correct handling IF firmware event
Arend van Spriel
1
-35
/
+31
2012-11-16
brcmfmac: fix for multiple netdevice interface support
Arend van Spriel
4
-67
/
+67
2012-11-16
brcmfmac: change parameter in brcmf_add_if() function
Arend van Spriel
3
-7
/
+5
2012-11-16
brcmfmac: usb suspend/resume.
Hante Meuleman
2
-96
/
+58
2012-11-16
brcmfmac: cleanup of usb firmware download routines
Hante Meuleman
1
-28
/
+15
2012-11-16
brcmfmac: rework firmware event handling code
Arend van Spriel
9
-770
/
+763
2012-11-16
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-2
/
+4
2012-11-14
brcmfmac: use struct brcmf_if parameter in firmware event callbacks
Arend van Spriel
3
-46
/
+46
2012-11-14
brcmfmac: add dedicated USB log level.
Hante Meuleman
2
-29
/
+53
2012-11-14
brcmfmac: on halting driver check before release or free.
Hante Meuleman
1
-1
/
+5
2012-11-14
brcmfmac: check bus state to be data before sending data.
Hante Meuleman
2
-2
/
+2
2012-11-14
brcmfmac: return immediately error for out of range key_idx.
Hante Meuleman
1
-9
/
+6
2012-11-14
brcmfmac: fix build regression
Arend van Spriel
1
-1
/
+1
2012-11-14
brcmfmac: change return type of brcmf_sdio_hdparser
Franky Lin
1
-24
/
+23
2012-11-14
brcmfmac: remove brcmf_sdbrcm_wait_for_event
Franky Lin
1
-8
/
+3
2012-11-14
brcmfmac: protect consecutive SDIO access with sdio_claim_host
Franky Lin
3
-71
/
+82
2012-11-14
brcmfmac: decrease the range of SDIO access lock
Franky Lin
1
-28
/
+34
2012-11-14
brcmfmac: use dynamically allocated control frame buffer
Franky Lin
1
-15
/
+38
2012-11-14
brcmfmac: fix NULL pointer access in brcmf_create_iovar()
Arend van Spriel
1
-1
/
+1
2012-11-14
brcmfmac: remove obsolete function brcmf_c_mkiovar
Hante Meuleman
2
-24
/
+0
2012-11-14
brcmfmac: remove obsolete variable from brcmf_cfg80211_start_ap()
Arend van Spriel
1
-5
/
+3
2012-11-14
brcmfmac: change parameter of brcmf_set_management_ie()
Arend van Spriel
2
-15
/
+24
2012-11-14
brcmfmac: fix pkt_filter sizeof calculation.
Hante Meuleman
1
-6
/
+2
2012-11-14
brcmfmac: use wait_event_timeout for 8021x pending count
Hante Meuleman
2
-18
/
+17
2012-11-14
brcmfmac: handle exceptions in brcmf_bus_start correct.
Hante Meuleman
1
-4
/
+9
2012-11-14
brcmfmac: use fwil for netdev callbacks.
Hante Meuleman
3
-259
/
+70
2012-11-14
brcmfmac: remove obsolete i-scan and clean up related code.
Hante Meuleman
5
-683
/
+27
2012-11-14
brcmfmac: make pointer type constant in brcmf_set_management_ie()
Arend van Spriel
1
-7
/
+7
2012-11-14
brcmfmac: restrict error condition in brcmf_inform_bss()
Arend van Spriel
1
-1
/
+2
2012-11-14
brcmfmac: simplify if-else condition in brcmf_cfg80211_escan()
Arend van Spriel
1
-3
/
+1
[prev]
[next]