index
:
~dvdhrm/linux
drm-cleanup
drm-experimental
drm-log
drm-next
drmrevoke
fops
fops-experimental
hid-next
input-abs2
input-next
kdbus
master
memfd
memfd-isolate
revoke-experimental
simpledrm
wiimote
Private linux-kernel wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmfmac
/
fwsignal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-03
brcmfmac: reserve memory for bus layer in sk_buff::cb
Franky Lin
1
-0
/
+2
2013-08-15
brcmfmac: no fws locking outside fws module.
Hante Meuleman
1
-65
/
+62
2013-08-15
brcmfmac: always use worker thread for tx data.
Hante Meuleman
1
-44
/
+52
2013-08-15
brcmfmac: add AMPDU reordering functionality
Arend van Spriel
1
-2
/
+11
2013-08-15
brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()
Arend van Spriel
1
-1
/
+5
2013-07-22
brcmfmac: decrement pending 8021x count upon tx failure
Arend van Spriel
1
-1
/
+7
2013-06-27
brcmfmac: reduce firmware-signalling locking scope in rx path
Arend van Spriel
1
-26
/
+51
2013-06-27
brcmfmac: cleanup debug messages in brcmf_fws_hdrpush()
Arend van Spriel
1
-5
/
+4
2013-06-27
brcmfmac: tag packet in the netdev transmit callback
Arend van Spriel
1
-82
/
+48
2013-06-27
brcmfmac: remove (ab)use of NL80211_NUM_ACS
Arend van Spriel
1
-1
/
+1
2013-06-27
brcmfmac: simplify transmit path
Arend van Spriel
1
-49
/
+5
2013-06-18
brcmfmac: consolidate mac_descriptor related function names
Arend van Spriel
1
-27
/
+26
2013-06-18
brcmfmac: remove dependency with nl80211.h
Arend van Spriel
1
-2
/
+1
2013-06-18
brcmfmac: rename variable prec to more appropriate name, ie. fifo
Arend van Spriel
1
-4
/
+4
2013-06-18
brcmfmac: Only use credits for bcmc when firmware indicates it.
Hante Meuleman
1
-1
/
+31
2013-06-12
brcmfmac: add debugfs statistics for firmware-signalling
Arend van Spriel
1
-4
/
+9
2013-06-12
brcmfmac: Always use fifo_credits, also for requested credits.
Hante Meuleman
1
-90
/
+73
2013-06-12
brcmfmac: Sent TIM information in case of data available.
Arend van Spriel
1
-64
/
+103
2013-06-12
brcmfmac: fix send_pkts statistic counter in firmware-signalling
Arend van Spriel
1
-3
/
+2
2013-06-12
brcmfmac: Simplify counting transit count.
Hante Meuleman
1
-19
/
+12
2013-06-12
brcmfmac: Fix endless loop when brcmf_fws_commit_skb fails.
Hante Meuleman
1
-1
/
+2
2013-06-12
brcmfmac: Signalling header push and pull on logic places.
Hante Meuleman
1
-29
/
+13
2013-06-12
brcmfmac: Accept only first creditmap event.
Hante Meuleman
1
-0
/
+5
2013-06-12
brcmfmac: fix invalid ifp lookup in firmware-signalling
Hante Meuleman
1
-1
/
+1
2013-06-12
brcmfmac: Find correct MAC descriptor in case of TDLS.
Hante Meuleman
1
-11
/
+6
2013-06-12
brcmfmac: Correct creditmap when credit borrowing is active.
Hante Meuleman
1
-2
/
+7
2013-06-12
brcmfmac: For FW signalling it is necessary to track gen bit.
Hante Meuleman
1
-63
/
+29
2013-06-12
brcmfmac: reducing debug logging in firmware-signalling code
Arend van Spriel
1
-60
/
+64
2013-06-12
brcmfmac: explicitly indicate sk_buff is sent upon request credit
Arend van Spriel
1
-69
/
+53
2013-06-12
brcmfmac: rework credit pickup to assure consistent handling
Arend van Spriel
1
-17
/
+13
2013-06-12
brcmfmac: Take bus flowcontrol at credit mgmt into account.
Hante Meuleman
1
-2
/
+19
2013-06-12
brcmfmac: remove fifo bitfield from brcmf_skbuff_cb::if_flags
Arend van Spriel
1
-8
/
+3
2013-06-12
brcmfmac: allow firmware-signal tlv to be longer than specified
Arend van Spriel
1
-1
/
+1
2013-04-23
brcmfmac: add credit borrowing mechanism
Arend van Spriel
1
-8
/
+87
2013-04-23
brcmfmac: correct error handling in brcmf_fws_init()
Arend van Spriel
1
-8
/
+20
2013-04-23
brcmfmac: flush queue upon MACDESC_DEL firmware signal
Arend van Spriel
1
-2
/
+3
2013-04-22
brcmfmac: fix potential NULL pointer dereference in brcmf_fws_flow_control_ch...
Wei Yongjun
1
-2
/
+3
2013-04-22
brcmfmac: stop dequeue upon sk_buff commit failure
Arend van Spriel
1
-3
/
+2
2013-04-22
brcmfmac: change return type for brcmf_rollback_toq() to void
Arend van Spriel
1
-3
/
+2
2013-04-22
brcmfmac: finalize transmit upon any rollback failure
Arend van Spriel
1
-3
/
+3
2013-04-22
brcmfmac: use lock in brcmf_fws_del_interface()
Arend van Spriel
1
-0
/
+3
2013-04-22
brcmfmac: schedule dequeue upon firmware-signal reception
Arend van Spriel
1
-12
/
+24
2013-04-22
brcmfmac: destination mac closed when interface is closed
Arend van Spriel
1
-3
/
+14
2013-04-22
brcmfmac: reinitialize dequeue mask per node
Arend van Spriel
1
-1
/
+3
2013-04-12
brcmfmac: remove ifidx variable from brcmf_fws_process_skb()
Arend van Spriel
1
-3
/
+2
2013-04-12
brcmfmac: rename brcmf_fws_mac_desc_ready()
Arend van Spriel
1
-18
/
+13
2013-04-12
brcmfmac: pass ifp pointer in brcmf_fws_find_mac_desc()
Arend van Spriel
1
-8
/
+5
2013-04-12
brcmfmac: obtain iftype for firmware-signal descriptor lookup
Arend van Spriel
1
-3
/
+9
2013-04-08
brcmfmac: wait for firmware event when creating P2P_DEVICE interface
Arend van Spriel
1
-1
/
+1
2013-04-08
brcmfmac: handle firmware signals requesting for packets
Arend van Spriel
1
-2
/
+27
[next]