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:
f158508
)
netfilter: nfnetlink_queue: do not free skb on error
author
Florian Westphal
<fw@strlen.de>
Tue, 18 Jan 2011 14:28:38 +0000
(15:28 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Tue, 18 Jan 2011 14:28:38 +0000
(15:28 +0100)
Move free responsibility from nf_queue to caller.
This enables more flexible error handling; we can now accept the skb
instead of freeing it.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found