Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / crypto / deflate.c
2011-06-29 David S. Millernet+crypto: Use vmalloc for zlib inflate buffers.
2011-03-23 Jim Kenistonzlib: slim down zlib_deflate() workspace when possible
2010-11-27 Joe Perchescrypto: Use vzalloc
2010-02-16 Richard Hartmanncrypto: deflate - Fix checkpatch errors
2008-04-21 Kamalesh Babulal[CRYPTO] all: Clean up init()/fini()
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-26 Herbert Xu[CRYPTO] api: Added cra_init/cra_exit
2006-06-26 Herbert Xu[CRYPTO] all: Pass tfm instead of ctx to algorithms
2006-03-21 Eric Sesterhenn[CRYPTO] all: Use kzalloc where possible
2005-04-16 Artem B. Bityuckiy[PATCH] crypto: call zlib end functions on deflate...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2004-07-09 James Morris[CRYPTO]: Remove lazy allocation from deflate.
2003-05-15 Andrew Morton[CRYPTO]: Fix memcpy/memset args.
2003-04-01 David S. Miller[CRYPTO]: deflate.c needs slab.h
2003-04-01 James Morris[CRYPTO]: deflate module: workaround zlib bug.
2003-03-28 James Morris[CRYPTO]: Add Deflate algorithm to crypto API.