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:
87b30a6
)
netfilter: payload_len is be16, add size of struct rather than size of pointer
author
Harvey Harrison
<harvey.harrison@gmail.com>
Tue, 11 Nov 2008 00:46:06 +0000
(16:46 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 11 Nov 2008 00:46:06 +0000
(16:46 -0800)
payload_len is a be16 value, not cpu_endian, also the size of a ponter
to a struct ipv6hdr was being added, not the size of the struct itself.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found