summaryrefslogtreecommitdiff
path: root/include/linux/crc32.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-23/+0
2025-05-22lib/crc32: remove unused support for CRC32C combinationEric Biggers1-23/+0
2025-05-14lib/crc32: add SPDX license identifierEric Biggers1-4/+1
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-4/+4
2025-02-09lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers1-15/+13
2025-02-09lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers1-3/+2
2025-02-09lib/crc32: don't bother with pure and const function attributesEric Biggers1-11/+11
2025-02-09lib/crc32: use void pointer for dataEric Biggers1-3/+3
2024-12-02lib/crc32: expose whether the lib is really optimized at runtimeEric Biggers1-0/+15
2024-12-02lib/crc32: improve support for arch-specific overridesEric Biggers1-7/+28
2024-12-02lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers1-1/+1
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang1-0/+3
2014-06-26lib: crc32: Add some additional __pure annotationsGeorge Spelvin1-3/+3
2014-06-26lib: crc32: Greatly shrink CRC combining codeGeorge Spelvin1-2/+12
2013-11-04lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann1-0/+40
2012-03-24crc32: bolt on crc32cDarrick J. Wong1-0/+2
2011-03-23crc32: add missed brackets in macroKonstantin Khlebnikov1-1/+1
2006-12-08[PATCH] crc32: replace bitreverse by bitrev32Akinobu Mita1-2/+2
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+27