ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / crypto / cryptd.c
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to what's left
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
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-01 Julia Lawall[CRYPTO] cryptd: Correct kzalloc error test
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-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-02 Herbert Xu[CRYPTO] cryptd: Add software async crypto daemon