summaryrefslogtreecommitdiffstats
path: root/crypto/lz4hc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-0/+1
|\
| * crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-131-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: remove useless initializations of cra_listEric Biggers2018-11-201-1/+0
* crypto: lz4 - fixed decompress function to return error codeMyungho Jung2017-04-101-1/+1
* crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt2017-02-241-14/+9
* crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu2016-10-251-10/+82
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-0/+1
* crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian2014-08-291-1/+1
* crypto: add lz4 Cryptographic APIChanho Min2013-07-091-0/+106