commit | 84fa7933a33f806bbbaae6775e87459b1ec584c0 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Aug 29 16:44:56 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:53:53 2006 -0700 |
tree | 5be404225d90f640997b12f631e9b496b3fd0d61 | |
parent | 8584d6df39db5601965f9bc5e3bf2fea833ad7bb [diff] |
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE Replace CHECKSUM_HW by CHECKSUM_PARTIAL (for outgoing packets, whose checksum still needs to be completed) and CHECKSUM_COMPLETE (for incoming packets, device supplied full checksum). Patch originally from Herbert Xu, updated by myself for 2.6.18-rc3. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>