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:
9cefbbc
)
netfilter: nfnetlink_queue: only add CAP_LEN attr when needed
author
Florian Westphal
<fw@strlen.de>
Tue, 4 Jun 2013 22:22:16 +0000
(22:22 +0000)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Wed, 5 Jun 2013 10:40:54 +0000
(12:40 +0200)
CAP_LEN contains the size of the network packet we're queueing to
userspace, i.e. normally it is the same as the NFQA_PAYLOAD attribute len.
Include it only in the unlikely case when NFQA_PAYLOAD is truncated due
to copy_range limitations.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found