From: Changli Gao Date: Mon, 5 Jul 2010 08:39:17 +0000 (+0200) Subject: netfilter: ipt_REJECT: postpone the checksum calculation. X-Git-Tag: v2.6.36-rc1~571^2~46^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98b0e84aaaf2be6c40998d011c9db96ea6498e20;p=pandora-kernel.git netfilter: ipt_REJECT: postpone the checksum calculation. postpone the checksum calculation, then if the output NIC supports checksum offloading, we can utlize it. And though the output NIC doesn't support checksum offloading, but we'll mangle this packet, this can free us from updating the checksum, as the checksum calculation occurs later. Signed-off-by: Changli Gao Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed