From: Pablo Neira Ayuso Date: Fri, 9 May 2014 15:14:24 +0000 (+0200) Subject: netfilter: nf_tables: remove skb and nlh from context structure X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~176^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128ad3322ba5de8fa346203c9931d1fdcab8da87;p=pandora-kernel.git netfilter: nf_tables: remove skb and nlh from context structure Instead of caching the original skbuff that contains the netlink messages, this stores the netlink message sequence number, the netlink portID and the report flag. This helps to prepare the introduction of the object release via call_rcu. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed