index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
crc32_generic.c
Age
Commit message (
Expand
)
Author
2025-04-28
crypto: crc32 - remove "generic" from file and module names
Eric Biggers
2024-12-01
crypto: crc32 - don't unnecessarily register arch algorithms
Eric Biggers
2024-12-01
lib/crc32: improve support for arch-specific overrides
Eric Biggers
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-10-28
crypto: crc32 - Provide crc32-arch driver for accelerated library code
Ard Biesheuvel
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2021-04-16
crypto: crc32-generic - Use SPDX-License-Identifier
Christophe JAILLET
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2018-05-27
crypto: crc32-generic - remove __crc32_le()
Eric Biggers
2018-05-27
crypto: crc32-generic - use unaligned access macros when needed
Eric Biggers
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
2016-01-30
crypto: crc32 - Rename generic implementation
Herbert Xu