From: Patrick McHardy Date: Thu, 12 Oct 2006 21:08:26 +0000 (-0700) Subject: [NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum update X-Git-Tag: v2.6.19-rc3~206^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f54596fa20be3edefaa0b24c8714edb945eeaa;p=pandora-kernel.git [NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum update Even though the tos field is only a single byte large, the values need to be converted to net-endian for the checkum update so they are in the corrent byte position. Also fix incorrect endian annotations. Reported by Stephane Chazelas Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed