commit | 6934d33556b366d22392a415ca09d720fed6a442 | [log] [tgz] |
---|---|---|
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Tue Dec 07 22:21:52 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 09 20:42:24 2010 -0800 |
tree | 874ee3637633274988824d0b53d93df83ec29fe0 | |
parent | 78347c8c6b2ddf20535bc1b18d749a3bbdea2a60 [diff] |
hso: IP checksuming doesn't work on GE0301 option cards There is definitly a problem, that some option cards send up broken IP pakets leading to corrupted IP packets. These corruptions aren't detected, because the driver claims that the packets are already checksummed. This change removes the CHECKSUM_UNNECESSARY option and let IP detect broken data. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: David S. Miller <davem@davemloft.net>