aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/checksum.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-08powerpc: Use rol32() instead of opencoding in csum_fold()Christophe Leroy1-8/+9
2022-05-06powerpc: Reduce csum_add() complexity for PPC64Christophe Leroy1-5/+4
2022-03-11powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy1-0/+7
2021-06-16powerpc: Force inlining of csum_add()Christophe Leroy1-1/+1
2020-12-15powerpc: force inlining of csum_partial() to avoid multiple csum_partial() with GCC10Christophe Leroy1-1/+1
2020-08-20ppc: propagate the calling conventions change down to csum_partial_copy_generic()Al Viro1-4/+2
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-2/+2
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+2
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-02-22powerpc: drop unused GENERIC_CSUM Kconfig itemChristophe Leroy1-4/+0
2018-06-04powerpc: Implement csum_ipv6_magic in assemblyChristophe Leroy1-0/+6
2018-06-04powerpc/64: optimises from64to32()Christophe Leroy1-5/+2
2018-05-18Revert "powerpc/64: Fix checksum folding in csum_add()"Christophe Leroy1-1/+1
2017-03-04powerpc/64: Fix checksum folding in csum_add()Shile Zhang1-1/+1
2017-01-25powerpc/64: Use optimized checksum routines on little-endianPaul Mackerras1-0/+4
2017-01-25powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofoldPaul Mackerras1-5/+12
2016-10-29arch/powerpc: Update parameters for csum_tcpudp_magic & csum_tcpudp_nofoldIvan Vecera1-8/+4
2016-03-09powerpc: optimise csum_partial() call when len is constantChristophe Leroy1-23/+56
2016-03-04powerpc: simplify csum_add(a, b) in case a or b is constant 0Christophe Leroy1-0/+6
2016-03-04powerpc: inline ip_fast_csum()Christophe Leroy1-7/+38
2016-03-04powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy1-9/+0
2016-03-04powerpc: mark xer clobbered in csum_add()Christophe Leroy1-1/+1
2015-08-07powerpc: add support for csum_add()LEROY Christophe1-0/+16
2015-08-07powerpc: put csum_tcpudp_magic inlineLEROY Christophe1-9/+12
2013-10-11powerpc: Use generic checksum code in little endianAnton Blanchard1-0/+5
2010-09-02powerpc: Add 64bit csum_and_copy_to_userAnton Blanchard1-0/+3
2010-09-02powerpc: Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_userAnton Blanchard1-0/+7
2008-08-04powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell1-0/+117