aboutsummaryrefslogtreecommitdiff
path: root/lib/checksum.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-3/+1
2015-01-29lib/checksum.c: fix build for generic csum_tcpudp_nofoldGravatar karl beldan 1-9/+9
2015-01-28lib/checksum.c: fix carry in csum_tcpudp_nofoldGravatar karl beldan 1-2/+10
2013-02-11asm-generic headers: Allow yet more arch overrides in checksum.hGravatar Vineet Gupta 1-0/+2
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-07-07lib/checksum.c: optimize do_csum a bitGravatar Ian Abbott 1-8/+5
2009-11-03lib/checksum: fix one more thinkoGravatar Arnd Bergmann 1-2/+2
2009-11-03lib/checksum.c: make do_csum optionalGravatar Arnd Bergmann 1-0/+2
2009-11-03lib/checksum.c: use 32-bit arithmetic consistentlyGravatar Arnd Bergmann 1-4/+4
2009-06-19lib/checksum.c: fix endianess bugGravatar Arnd Bergmann 1-1/+9
2009-06-11add generic lib/checksum.cGravatar Arnd Bergmann 1-0/+193