Ulrich Weber 429da4c0b1 netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation
csum16_add() has a broken carry detection, should be:
sum += sum < (__force u16)b;

Instead of fixing csum16_add, remove the custom checksum
functions and use the generic csum_add/csum_sub ones.

Signed-off-by: Ulrich Weber <ulrich.weber@sophos.com>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2013-01-04 20:03:02 +01:00
..
2012-11-01 12:41:35 -04:00
2012-08-31 16:27:48 -04:00
2012-11-03 14:59:05 -04:00
2012-07-30 14:53:21 -07:00
2012-12-04 13:27:24 -05:00
2012-08-14 14:28:32 -07:00
2012-12-16 09:15:53 -08:00
2012-09-25 16:04:44 -04:00
2012-08-14 14:45:07 -07:00
2012-11-01 12:41:35 -04:00
2012-11-01 12:41:35 -04:00