/linux/arch/arm/lib/ |
H A D | csumpartialcopy.S | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/sh/include/asm/ |
H A D | checksum_32.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/alpha/include/asm/ |
H A D | checksum.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/m68k/lib/ |
H A D | checksum.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/sparc/lib/ |
H A D | csum_copy.S | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/m68k/include/asm/ |
H A D | checksum.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/xtensa/include/asm/ |
H A D | checksum.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/x86/include/asm/ |
H A D | checksum_32.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | checksum_64.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/arm/include/asm/ |
H A D | checksum.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/sparc/include/asm/ |
H A D | checksum_64.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | checksum_32.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/x86/lib/ |
H A D | csum-wrappers_64.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/alpha/lib/ |
H A D | csum_partial_copy.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/mips/include/asm/ |
H A D | checksum.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/mips/lib/ |
H A D | csum_partial.S | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/arch/powerpc/include/asm/ |
H A D | checksum.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/include/net/ |
H A D | checksum.h | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/drivers/net/ethernet/3com/ |
H A D | typhoon.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/lib/ |
H A D | iov_iter.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/net/ipv4/ |
H A D | icmp.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | raw.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | ip_output.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/net/ipv6/ |
H A D | raw.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/net/core/ |
H A D | skbuff.c | diff cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 Sat Jul 11 06:12:07 CEST 2020 Al Viro <viro@zeniv.linux.org.uk> csum_partial_copy_nocheck(): drop the last argument
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient.
However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|