summaryrefslogtreecommitdiffstats
path: root/lib/checksum.c
Commit message (Expand)AuthorAgeFilesLines
* unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-11/+0
* arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig2020-07-201-2/+2
* take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-20/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-3/+1
* lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-01-291-9/+9
* lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-01-281-2/+10
* asm-generic headers: Allow yet more arch overrides in checksum.hVineet Gupta2013-02-111-0/+2
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* lib/checksum.c: optimize do_csum a bitIan Abbott2011-07-071-8/+5
* lib/checksum: fix one more thinkoArnd Bergmann2009-11-031-2/+2
* lib/checksum.c: make do_csum optionalArnd Bergmann2009-11-031-0/+2
* lib/checksum.c: use 32-bit arithmetic consistentlyArnd Bergmann2009-11-031-4/+4
* lib/checksum.c: fix endianess bugArnd Bergmann2009-06-191-1/+9
* add generic lib/checksum.cArnd Bergmann2009-06-111-0/+193