summaryrefslogtreecommitdiffstats
path: root/lib/checksum.c
AgeCommit message (Expand)AuthorLines
2024-10-30net: checksum: Move from32to16() to generic headerPuranjay Mohan-10/+1
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro-11/+0
2020-07-20arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig-2/+2
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro-20/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck-3/+1
2015-01-29lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan-9/+9
2015-01-28lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan-2/+10
2013-02-11asm-generic headers: Allow yet more arch overrides in checksum.hVineet Gupta-0/+2
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2011-07-07lib/checksum.c: optimize do_csum a bitIan Abbott-8/+5
2009-11-03lib/checksum: fix one more thinkoArnd Bergmann-2/+2
2009-11-03lib/checksum.c: make do_csum optionalArnd Bergmann-0/+2
2009-11-03lib/checksum.c: use 32-bit arithmetic consistentlyArnd Bergmann-4/+4
2009-06-19lib/checksum.c: fix endianess bugArnd Bergmann-1/+9
2009-06-11add generic lib/checksum.cArnd Bergmann-0/+193