aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/acompress.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-14crypto: acomp - Count error stats differentlyGravatar Herbert Xu 1-48/+80
2023-03-10crypto: acomp - Be more careful with request flagsGravatar Herbert Xu 1-1/+3
2022-12-09crypto: acomp - define max size for destinationGravatar Giovanni Cabiddu 1-0/+1
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Gravatar Ard Biesheuvel 1-0/+2
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareGravatar Barry Song 1-0/+18
2020-05-08crypto: acomp - search acomp with scomp backend in crypto_has_acompGravatar Barry Song 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-12-07crypto: user - fix use_after_free of struct xxx_requestGravatar Corentin Labbe 1-30/+8
2018-12-07crypto: user - convert all stats from u32 to u64Gravatar Corentin Labbe 1-4/+4
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-2/+36
2016-10-25crypto: acomp - add driver-side scomp interfaceGravatar Giovanni Cabiddu 1-27/+15
2016-10-25crypto: acomp - add asynchronous compression apiGravatar Giovanni Cabiddu 1-0/+281