From: Ben Greear Date: Thu, 22 Jul 2010 09:54:47 +0000 (+0000) Subject: net: dev_forward_skb should call nf_reset X-Git-Tag: v2.6.35~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c736eefadb71a01a5e61e0de700f28f6952b4444;p=pandora-kernel.git net: dev_forward_skb should call nf_reset With conn-track zones and probably with different network namespaces, the netfilter logic needs to be re-calculated on packet receive. If the netfilter logic is not reset, it will not be recalculated properly. This patch adds the nf_reset logic to dev_forward_skb. Signed-off-by: Ben Greear Signed-off-by: David S. Miller --- Reading git-diff-tree failed