aboutsummaryrefslogtreecommitdiff
path: root/crypto/deflate.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-1/+1
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsGravatar Jussi Kivilinna 1-1/+0
2011-06-29net+crypto: Use vmalloc for zlib inflate buffers.Gravatar David S. Miller 1-4/+3
2011-03-22zlib: slim down zlib_deflate() workspace when possibleGravatar Jim Keniston 1-1/+2
2010-11-27crypto: Use vzallocGravatar Joe Perches 1-2/+1
2010-02-16crypto: deflate - Fix checkpatch errorsGravatar Richard Hartmann 1-10/+10
2008-04-21[CRYPTO] all: Clean up init()/fini()Gravatar Kamalesh Babulal 1-4/+4
2006-06-26[CRYPTO] api: Added cra_init/cra_exitGravatar Herbert Xu 1-2/+2
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsGravatar Herbert Xu 1-8/+11
2006-03-21[CRYPTO] all: Use kzalloc where possibleGravatar Eric Sesterhenn 1-2/+1
2005-04-16[PATCH] crypto: call zlib end functions on deflate exit pathGravatar Artem B. Bityuckiy 1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+223