Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / crypto / cryptd.c
2011-08-20 Herbert Xucrypto: cryptd - Use subsys_initcall to prevent races...
2010-09-20 Adrian Hobancrypto: cryptd - Adding the AEAD interface type support...
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to what's left
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-18 Jiri Kosina- patches.arch/x86-crypto-pclmulqdq-accelerated-impleme...
2009-10-19 Huang Yingcrypto: ghash - Add PCLMULQDQ accelerated implementation
2009-10-03 Christoph Lameterthis_cpu: Use this_cpu_ptr in crypto subsystem
2009-08-06 Huang Yingcrypto: cryptd - Add support to access underlaying...
2009-07-22 Herbert Xucrypto: cryptd - Add finup/export/import for hash
2009-07-15 Steffen Klassertcrypto: cryptd - Fix uninitialized return value
2009-07-14 Herbert Xucrypto: cryptd - Switch to new style ahash
2009-07-14 Herbert Xucrypto: cryptd - Switch to template create API
2009-07-14 Herbert Xucrypto: cryptd - Use crypto_ahash_set_reqsize
2009-07-14 Herbert Xucrypto: cryptd - Use shash algorithms
2009-06-02 Huang Yingcrypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher
2009-02-19 Huang Yingcrypto: cryptd - Per-CPU thread implementation based...
2009-02-18 Huang Yingcrypto: cryptd - Add support to access underlying blkcipher
2008-07-10 Herbert Xucrypto: hash - Move ahash functions into crypto/hash.h
2008-07-10 Loc Ho[CRYPTO] cryptd: Add asynchronous hash support
2008-07-10 Herbert Xu[CRYPTO] cryptd: Fix EINPROGRESS notification context
2008-05-10 Julia LawallCRYPTO: cryptd: Correct kzalloc error test
2008-05-08 Greg Kroah-Hartman- Update to 2.6.25.3-rc1
2008-05-01 Julia Lawall[CRYPTO] cryptd: Correct kzalloc error test
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-01-10 Herbert Xu[CRYPTO] cryptd: Use geniv of the underlying algorithm
2008-01-10 Herbert Xu[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-10 Herbert Xu[CRYPTO] ablkcipher: Remove queue pointer from common...
2007-05-31 Rafael J. Wysocki[CRYPTO] cryptd: Fix problem with cryptd and the freezer
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-02 Herbert Xu[CRYPTO] cryptd: Add software async crypto daemon