summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/checksum.h
Commit message (Collapse)AuthorAgeFilesLines
* asm-generic headers: Allow yet more arch overrides in checksum.hVineet Gupta2013-02-111-0/+4
| | | | | | | arches can have more efficient implementation of these routines Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
* Add extra arch overrides to asm-generic/checksum.hLinas Vepstas2011-11-011-0/+4
| | | | | | | | | | | | There are plausible reasons for architectures to provide their own versions of csum_partial_copy_nocheck and csum_tcpudp_magic. By protecting these, the architecture can still re-use the asm-generic checksum.h, instead of copying it. Signed-off-by: Linas Vepstas <linas@codeaurora.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Richard Kuo <rkuo@codeaurora.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* add generic lib/checksum.cArnd Bergmann2009-06-111-0/+79
Add a generic (unoptimized) implementation of checksum.c in pure C for use by all architectures that cannot be bother with implementing their own version. Based on microblaze code by Michal Simek <monstr@monstr.eu> Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>