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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
brcmfmac: only use ifidx from BDC header in brcmf_rx_frames()
Arend van Spriel
3
-14
/
+7
2013-04-08
brcmfmac: obtain wdev using vif object in action frame rx
Arend van Spriel
1
-1
/
+2
2013-04-08
brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interface
Arend van Spriel
2
-3
/
+8
2013-04-08
brcmfmac: wait for firmware event when creating P2P_DEVICE interface
Arend van Spriel
4
-35
/
+55
2013-04-08
brcmfmac: support creation of P2P_DEVICE through user-space
Arend van Spriel
2
-11
/
+143
2013-04-08
brcmfmac: use struct brcmf_if instance iso netdevice in escan functions
Arend van Spriel
3
-52
/
+42
2013-04-08
brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc()
Arend van Spriel
3
-19
/
+20
2013-04-08
brcmfmac: remove use of unconditional access of struct wireless_dev::netdev
Arend van Spriel
1
-6
/
+4
2013-04-08
brcmfmac: remove condition for calling event handler
Arend van Spriel
1
-1
/
+1
2013-04-08
brcmfmac: add role attribute to struct brcmf_if_event definition
Arend van Spriel
2
-3
/
+4
2013-04-08
brcmfmac: add hexadecimal trace of message payload
Arend van Spriel
6
-0
/
+19
2013-04-08
brcmfmac: firmware shared data version fix
Piotr Haber
1
-2
/
+2
2013-04-08
brcmfmac: read firmware console without trap indication
Piotr Haber
1
-16
/
+14
2013-04-08
brcmfmac: handle firmware signals requesting for packets
Arend van Spriel
2
-2
/
+29
2013-04-08
brcmfmac: handle firmware signalling destination entry state
Arend van Spriel
3
-7
/
+79
2013-04-08
brcmfmac: fix unaligned access in TXSTATUS signal handling
Arend van Spriel
1
-1
/
+3
2013-04-08
mwifiex: hold proper locks when accessing ra_list / bss_prio lists
Andreas Fenkart
1
-26
/
+29
2013-04-08
mwifiex: fix infinite loop by removing NO_PKT_PRIO_TID
Andreas Fenkart
2
-8
/
+6
2013-04-08
mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tbl
Andreas Fenkart
3
-9
/
+5
2013-04-08
mwifiex: correct wrong list in list_empty check
Andreas Fenkart
1
-2
/
+1
2013-04-08
rtlwifi: rtl8188ee: Fix allyesconfig build failures
Larry Finger
5
-32
/
+22
2013-04-08
rtlwifi: rtl8188ee: Fix linker warnings
Larry Finger
1
-1
/
+1
2013-04-08
ath9k: add support for DFS master mode
Zefir Kurtisi
5
-7
/
+36
2013-04-08
ath9k: add debugfs based DFS radar simulation
Zefir Kurtisi
1
-0
/
+20
2013-04-08
ath9k: add interface combinations for DFS master
Zefir Kurtisi
1
-8
/
+24
2013-04-08
ath: Let user know which keycache method is complaining.
Ben Greear
1
-3
/
+6
2013-04-08
mwifiex: fix negative cmd_pending count
Bing Zhao
6
-16
/
+29
2013-04-03
brcmfmac: enable sk_buff queueing when credits deplete
Arend van Spriel
3
-60
/
+627
2013-04-03
brcmfmac: no flow-control tlv signals when fcmode is NONE
Arend van Spriel
1
-6
/
+6
2013-04-03
brcmfmac: only allocate firmware-signalling resources if required
Arend van Spriel
2
-7
/
+10
2013-04-03
brcmfmac: move brcmf_fws_{de,}init() functions
Arend van Spriel
1
-68
/
+68
2013-04-03
brcmfmac: correct specified length from FIFOCREDITBACK signal
Arend van Spriel
1
-1
/
+1
2013-04-03
brcmfmac: initialize struct brcmf_fws_info fields before iovar
Arend van Spriel
1
-4
/
+4
2013-04-03
brcmfmac: add dedicated log level for low-level sdio debugging
Arend van Spriel
4
-62
/
+63
2013-04-03
brcmfmac: avoid error output on header only packet
Piotr Haber
1
-2
/
+2
2013-04-03
brcmfmac: avoid error output in receive path
Arend van Spriel
1
-3
/
+3
2013-04-03
brcmfmac: fix handling sk_buff cleanup upon bus tx failure
Arend van Spriel
3
-14
/
+33
2013-04-03
brcmfmac: enable tx status signalling
Arend van Spriel
5
-87
/
+455
2013-04-03
brcmfmac: add flow-control mode to firmware signalling
Arend van Spriel
4
-11
/
+41
2013-04-03
brcmfmac: add optional bus callback definition for tx queue cleanup
Arend van Spriel
3
-3
/
+56
2013-04-03
brcmfmac: add firmware-signalling hanger functions
Arend van Spriel
1
-0
/
+197
2013-04-03
brcmfmac: perform filtered firmware-signalling cleanup upon DEL_IF
Arend van Spriel
1
-2
/
+13
2013-04-03
brcmfmac: add definitions for handling sk_buff control buffer data
Arend van Spriel
1
-33
/
+107
2013-04-03
brcmfmac: allow stopping netif queue for different reasons
Arend van Spriel
2
-8
/
+38
2013-04-03
brcmfmac: add firmware-signalling cleanup function
Arend van Spriel
1
-5
/
+46
2013-04-03
brcmfmac: add handler for credit map firmware events
Arend van Spriel
1
-0
/
+24
2013-04-03
brcmfmac: handle firmware signal for updating mac descriptor info
Arend van Spriel
3
-15
/
+112
2013-04-03
brcmfmac: hookup firmware signalling to firmware interface events
Arend van Spriel
5
-61
/
+148
2013-04-03
brcmfmac: determine the wiphy->bands property correctly.
Hante Meuleman
3
-82
/
+278
2013-04-03
brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignment
Arend van Spriel
1
-19
/
+6
[next]