Hi Linus: Here is the crypto update for 2.6.37: * cryptd now supports AEAD. * OMAP2/3 AES support. * Mark Steffen Klassert as maintainer for padata/pcrypt. * Misc fixes. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Adrian Hoban (1): crypto: cryptd - Adding the AEAD interface type support to cryptd Chuck Ebbert (1): crypto: fips - FIPS requires algorithm self-tests David S. Miller (1): crypto: n2_crypto - Niagara2 driver needs to depend upon CRYPTO_DES Dmitry Kasatkin (2): crypto: updates to enable omap aes crypto: omap-aes - OMAP2/3 AES hw accelerator driver Justin P. Mattock (1): crypto: Kconfig - update broken web addresses Kim Phillips (3): crypto: talitos - fix warning: 'alg' may be used uninitialized in this function crypto: talitos - fix checkpatch warning crypto: talitos - sparse check endian fixes Namhyung Kim (1): padata: add missing __percpu markup in include/linux/padata.h Samu Onkalo (1): crypto: omap-sham - Adjust DMA parameters Steffen Klassert (1): MAINTAINERS: Add maintainer entries for padata/pcrypt Tejun Heo (1): crypto: hifn_795x - use cancel_delayed_work_sync() Tracey Dent (1): crypto: Makefile - replace the use of <module>-objs with <module>-y MAINTAINERS | 16 + arch/arm/mach-omap2/clock2420_data.c | 2 +- arch/arm/mach-omap2/clock2430_data.c | 2 +- arch/arm/mach-omap2/clock3xxx_data.c | 2 +- arch/arm/mach-omap2/devices.c | 71 +++ crypto/Kconfig | 21 +- crypto/cryptd.c | 206 ++++++++- drivers/crypto/Kconfig | 9 + drivers/crypto/Makefile | 3 +- drivers/crypto/amcc/Makefile | 2 +- drivers/crypto/hifn_795x.c | 3 +- drivers/crypto/omap-aes.c | 948 ++++++++++++++++++++++++++++++++++ drivers/crypto/omap-sham.c | 6 +- drivers/crypto/talitos.c | 29 +- include/crypto/cryptd.h | 24 + include/linux/padata.h | 4 +- 16 files changed, 1310 insertions(+), 38 deletions(-) Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html