summaryrefslogtreecommitdiffstats
path: root/crypto/deflate.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 152Thomas Gleixner2019-05-301-5/+1
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu2017-04-241-17/+44
* crypto: acomp - add support for deflate via scompGiovanni Cabiddu2016-10-251-10/+101
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-011-1/+0
* net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller2011-06-291-4/+3
* zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-221-1/+2
* crypto: Use vzallocJoe Perches2010-11-271-2/+1
* crypto: deflate - Fix checkpatch errorsRichard Hartmann2010-02-161-10/+10
* [CRYPTO] all: Clean up init()/fini()Kamalesh Babulal2008-04-211-4/+4
* [CRYPTO] api: Added cra_init/cra_exitHerbert Xu2006-06-261-2/+2
* [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-261-8/+11
* [CRYPTO] all: Use kzalloc where possibleEric Sesterhenn2006-03-211-2/+1
* [PATCH] crypto: call zlib end functions on deflate exit pathArtem B. Bityuckiy2005-04-161-0/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+223