Home
last modified time | relevance | path

Searched hist:cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 (Results 1 – 25 of 25) sorted by relevance

/linux/arch/arm/lib/
H A Dcsumpartialcopy.Sdiff 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 Dchecksum_32.hdiff 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 Dchecksum.hdiff 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 Dchecksum.cdiff 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 Dcsum_copy.Sdiff 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 Dchecksum.hdiff 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 Dchecksum.hdiff 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 Dchecksum_32.hdiff 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 Dchecksum_64.hdiff 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 Dchecksum.hdiff 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 Dchecksum_64.hdiff 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 Dchecksum_32.hdiff 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 Dcsum-wrappers_64.cdiff 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 Dcsum_partial_copy.cdiff 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 Dchecksum.hdiff 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 Dcsum_partial.Sdiff 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 Dchecksum.hdiff 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 Dchecksum.hdiff 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 Dtyphoon.cdiff 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 Diov_iter.cdiff 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 Dicmp.cdiff 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 Draw.cdiff 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 Dip_output.cdiff 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 Draw.cdiff 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 Dskbuff.cdiff 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>