Hi Linus: Here is the crypto update for 2.6.34: * New pcrypt module to spread crypto work across CPUs. * Added RFC4543 GCM support. * Added nomadik RNG driver. * MD5 export/import support. * Random 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 Alessandro Rubini (2): hwrng: nomadik - Add hardware RNG driver hwrng: nomadik - Add platform device for rng in cpu-8815 Max Vozeler (1): crypto: md5 - Add export support Márton Németh (1): crypto: Make Open Firmware device id constant Richard Hartmann (19): crypto: ablkcipher - Fix checkpatch errors crypto: aead - Fix checkpatch errors crypto: blowfish - Fix checkpatch errors crypto: algapi - Fix checkpatch errors crypto: anubis - Fix checkpatch errors crypto: api - Fix checkpatch errors crypto: authenc - Fix checkpatch errors crypto: camellia - Fix checkpatch errors crypto: cast5 - Fix checkpatch errors crypto: cast6 - Fix checkpatch errors crypto: compress - Fix checkpatch errors crypto: crc32 - Fix checkpatch errors crypto: cipher - Fix checkpatch errors crypto: crypto_null - Fix checkpatch errors crypto: deflate - Fix checkpatch errors crypto: des_generic - Fix checkpatch errors crypto: ecb - Fix checkpatch errors crypto: fcrypt - Fix checkpatch errors crypto: aes_generic - Fix checkpatch errors Roel Kluin (3): crypto: aes_s390 - access .cip instead of .blk in cipher mode crypto: geode-aes - access .cip instead of .blk in cipher mode crypto: geode-aes - Fix cip/blk confusion Steffen Klassert (3): padata: Generic parallelization/serialization interface crypto: pcrypt - Add pcrypt crypto parallelization wrapper crypto: pcrypt - call the complete function on error Tobias Brunner (1): crypto: gcm - Add RFC4543 wrapper for GCM Youquan, Song (1): crypto: testmgr - Fix complain about lack test for internal used algorithm arch/arm/mach-nomadik/cpu-8815.c | 8 + arch/s390/crypto/aes_s390.c | 6 +- crypto/Kconfig | 10 + crypto/Makefile | 1 + crypto/ablkcipher.c | 4 +- crypto/aead.c | 4 +- crypto/aes_generic.c | 4 +- crypto/algapi.c | 4 +- crypto/anubis.c | 22 +- crypto/api.c | 13 +- crypto/authenc.c | 10 +- crypto/blowfish.c | 18 +- crypto/camellia.c | 616 +++++++++++++++--------------- crypto/cast5.c | 14 +- crypto/cast6.c | 122 +++--- crypto/cipher.c | 2 +- crypto/compress.c | 4 +- crypto/crc32c.c | 6 +- crypto/crypto_null.c | 8 +- crypto/deflate.c | 20 +- crypto/des_generic.c | 3 +- crypto/ecb.c | 2 +- crypto/fcrypt.c | 6 +- crypto/gcm.c | 287 ++++++++++++++ crypto/md5.c | 40 ++- crypto/pcrypt.c | 445 ++++++++++++++++++++++ crypto/testmgr.c | 84 ++++ drivers/char/hw_random/Kconfig | 12 + drivers/char/hw_random/Makefile | 1 + drivers/char/hw_random/nomadik-rng.c | 103 +++++ drivers/crypto/amcc/crypto4xx_core.c | 2 +- drivers/crypto/geode-aes.c | 8 +- drivers/crypto/talitos.c | 2 +- include/crypto/md5.h | 17 + include/crypto/pcrypt.h | 51 +++ include/linux/padata.h | 88 +++++ include/linux/pfkeyv2.h | 1 + init/Kconfig | 4 + kernel/Makefile | 1 + kernel/padata.c | 690 ++++++++++++++++++++++++++++++++++ net/xfrm/xfrm_algo.c | 16 + 41 files changed, 2293 insertions(+), 466 deletions(-) Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <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