91010f71 parent c33788b45f754bd5dd8adc520e37fa38ac1849c7 author Changli Gao 1280857158 +0000 committer David S. Miller 1280983994 -0700 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