aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lz4hc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2018-11-20crypto: remove useless initializations of cra_listEric Biggers1-1/+0
2017-04-10crypto: lz4 - fixed decompress function to return error codeMyungho Jung1-1/+1
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt1-14/+9
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu1-10/+82
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-0/+1
2014-08-29crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian1-1/+1
2013-07-09crypto: add lz4 Cryptographic APIChanho Min1-0/+106