From: Changli Gao Date: Tue, 3 Aug 2010 17:39:18 +0000 (+0000) Subject: act_nat: fix on the TX path X-Git-Tag: v2.6.36-rc1~305^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d12690a2e9bcacae5a2a7e0fb6345a3caad625;p=pandora-kernel.git act_nat: fix on the TX path On the TX path, skb->data points to the ethernet header, not the network header. So when validating the packet length for accessing we should take the ethernet header into account. Signed-off-by: Changli Gao Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed