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:
b248230
)
net: cleanup and document skb fclone layout
author
Eric Dumazet
<edumazet@google.com>
Mon, 29 Sep 2014 20:29:15 +0000
(13:29 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 1 Oct 2014 20:34:25 +0000
(16:34 -0400)
Lets use a proper structure to clearly document and implement
skb fast clones.
Then, we might experiment more easily alternative layouts.
This patch adds a new skb_fclone_busy() helper, used by tcp and xfrm,
to stop leaking of implementation details.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found