index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
crc32c_generic.c
Age
Commit message (
Expand
)
Author
2025-02-08
lib/crc32: remove "_le" from crc32c base and arch functions
Eric Biggers
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
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-12-01
lib/crc32: drop leading underscores from __crc32c_le_base
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: crc32c - Provide crc32c-arch driver for accelerated library code
Ard Biesheuvel
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2020-08-21
crypto: crc32c_generic - delete and fix duplicated words
Randy Dunlap
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2018-05-27
crypto: crc32c-generic - remove cra_alignmask
Eric Biggers
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
2016-01-19
crypto: crc32c - Fix crc32c soft dependency
Jean Delvare
2015-01-13
crypto: add missing crypto module aliases
Mathias Krause
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-02-25
CRC32C: Add soft module dependency to load other accelerated crc32c modules
Tim Chen