summaryrefslogtreecommitdiffstats
path: root/lib/checksum.c
Commit message (Expand)AuthorAgeFilesLines
* 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