Files
twx-linux/net
Al Viro d6042b2ec9 [IPX]: Annotate and fix IPX checksum
Calculation of IPX checksum got buggered about 2.4.0.  The old variant
mangled the packet; that got fixed, but calculation itself got buggered.
Restored the correct logics, fixed a subtle breakage we used to have even
back then: if the sum is 0 mod 0xffff, we want to return 0, not 0xffff.
The latter has special meaning for IPX (cheksum disabled).  Observation
(and obvious fix) nicked from history of FreeBSD ipx_cksum.c...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2006-11-24 03:03:34 +01:00
..
2006-03-19 13:20:06 -08:00
2006-08-26 17:35:49 +02:00
2006-03-04 21:06:29 -08:00
2006-08-08 23:23:12 +02:00
2006-11-24 03:03:34 +01:00
2006-08-26 17:35:49 +02:00
2006-03-08 14:14:01 -08:00