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:
abc86d0
)
netfilter: conntrack: avoid zeroing timer
author
Florian Westphal
<fw@strlen.de>
Mon, 24 Nov 2014 14:25:57 +0000
(15:25 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Thu, 27 Nov 2014 11:41:06 +0000
(12:41 +0100)
add a __nfct_init_offset annotation member to struct nf_conn to make
it clear which members are covered by the memset when the conntrack
is allocated.
This avoids zeroing timer_list and ct_net; both are already inited
explicitly.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found