git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b668eb
)
Bluetooth: Perform L2CAP SDU reassembly without copying data
author
Mat Martineau
<mathewm@codeaurora.org>
Fri, 22 Jul 2011 21:54:00 +0000
(14:54 -0700)
committer
Gustavo F. Padovan
<gustavo@padovan.org>
Tue, 27 Sep 2011 21:16:18 +0000
(18:16 -0300)
Use sk_buff fragment capabilities to link together incoming skbs
instead of allocating a new skb for reassembly and copying.
The new reassembly code works equally well for ERTM and streaming
mode, so there is now one reassembly function instead of two.
Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
No differences found