commit | b80a1b80818cd83c6c2109081b43551e7af72c84 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Sat Sep 20 17:20:04 2008 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Sep 21 14:52:56 2008 +0200 |
tree | c643aa44d3d85835e469499c578a3f36e36135d4 | |
parent | 9824b8f11373b0df806c135a342da9319ef1d893 [diff] |
[MIPS] Fix 64-bit IP checksum code Use unsigned loads to avoid possible misscalculation of IP checksums. This bug was instruced in f761106cd728bcf65b7fe161b10221ee00cf7132 (lmo) / ed99e2bc1dc5dc54eb5a019f4975562dbef20103 (kernel.org). [Original fix by Atsushi. Improved instruction scheduling and fix for unaligned unsigned load by me -- Ralf] Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>