From: Changli Gao Date: Fri, 9 Jul 2010 15:33:25 +0000 (+0000) Subject: act_nat: not all of the ICMP packets need an IP header payload X-Git-Tag: v2.6.35-rc6~15^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c2efa5a32a7d38e66224844032160317fa7887;p=pandora-kernel.git act_nat: not all of the ICMP packets need an IP header payload not all of the ICMP packets need an IP header payload, so we check the length of the skbs only when the packets should have an IP header payload. Based upon analysis and initial patch by Rodrigo Partearroyo González. Signed-off-by: Changli Gao Acked-by: Herbert Xu ---- net/sched/act_nat.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Signed-off-by: David S. Miller --- Reading git-diff-tree failed