summaryrefslogtreecommitdiffstats
path: root/lib/checksum_kunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()Thorsten Blum2024-09-021-6/+3
* kunit: add missing MODULE_DESCRIPTION() macros to lib/*.cJeff Johnson2024-06-251-0/+1
* lib: checksum: hide unused expected_csum_ipv6_magic[]Arnd Bergmann2024-04-081-2/+3
* kunit: Fix again checksum tests on big endian CPUsChristophe Leroy2024-02-291-8/+9
* lib: checksum: Fix build with CONFIG_NET=nPalmer Dabbelt2024-01-191-0/+2
* kunit: Add tests for csum_ipv6_magic and ip_fast_csumCharlie Jenkins2024-01-181-1/+283
* kunit: Fix checksum tests on big endian CPUsChristophe Leroy2023-08-251-16/+38
* x86/csum: Improve performance of `csum_partial`Noah Goldstein2023-05-251-0/+334