diff options
author | karl beldan <[email protected]> | 2015-01-28 10:58:11 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-01-28 22:32:33 -0800 |
commit | 150ae0e94634714b23919f0c333fee28a5b199d5 (patch) | |
tree | cb5c3fcc3b42f4e59e77721b61cbbc306aa0f9af /tools/perf/util/scripting-engines/trace-event-perl.c | |
parent | 59ccaaaa49b5b096cdc1f16706a9f931416b2332 (diff) |
lib/checksum.c: fix carry in csum_tcpudp_nofold
The carry from the 64->32bits folding was dropped, e.g with:
saddr=0xFFFFFFFF daddr=0xFF0000FF len=0xFFFF proto=0 sum=1,
csum_tcpudp_nofold returned 0 instead of 1.
Signed-off-by: Karl Beldan <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Mike Frysinger <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions