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
/
lz4hc.c
Age
Commit message (
Expand
)
Author
2025-03-21
crypto: lz4hc - drop obsolete 'comp' implementation
Ard Biesheuvel
2025-03-15
crypto: scomp - Remove tfm argument from alloc/free_ctx
Herbert Xu
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-06-13
crypto: make all generic algorithms set cra_driver_name
Eric Biggers
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2018-11-20
crypto: remove useless initializations of cra_list
Eric Biggers
2017-04-10
crypto: lz4 - fixed decompress function to return error code
Myungho Jung
2017-02-24
crypto: change LZ4 modules to work with new LZ4 module version
Sven Schmidt
2016-10-25
crypto: acomp - add support for lz4hc via scomp
Giovanni Cabiddu
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-08-29
crypto: lz4,lz4hc - fix decompression
KOVACS Krisztian
2013-07-09
crypto: add lz4 Cryptographic API
Chanho Min