Crypto Update for 2.6.37

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Herbert Xu
Date: Saturday, October 23, 2010 - 11:16 pm

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@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Crypto Update for 2.6.29, Herbert Xu, (Wed Dec 24, 5:17 pm)
Re: Crypto Update for 2.6.29, Herbert Xu, (Wed Dec 24, 5:20 pm)
Crypto Update for 2.6.30, Herbert Xu, (Mon Mar 23, 9:49 pm)
Re: Crypto Update for 2.6.30, Herbert Xu, (Wed Apr 1, 11:14 pm)
Re: Crypto Update for 2.6.30, Herbert Xu, (Sun May 17, 3:28 pm)
Re: Crypto Update for 2.6.30, Herbert Xu, (Sun May 31, 6:12 am)
Crypto Update for 2.6.31, Herbert Xu, (Fri Jun 12, 7:05 pm)
Crypto Fixes for 2.6.31, Herbert Xu, (Sun Jun 21, 7:09 am)
Re: Crypto Fixes for 2.6.31, Herbert Xu, (Wed Sep 2, 3:03 pm)
Crypto Update for 2.6.32, Herbert Xu, (Thu Sep 10, 7:19 am)
Crypto Fixes for 2.6.32, Herbert Xu, (Mon Oct 19, 11:54 pm)
Re: Crypto Fixes for 2.6.32, Herbert Xu, (Tue Oct 20, 12:26 am)
Re: Crypto Fixes for 2.6.32, Herbert Xu, (Mon Nov 23, 5:05 am)
Crypto Update for 2.6.33, Herbert Xu, (Fri Dec 4, 6:55 am)
Crypto Fixes for 2.6.33, Herbert Xu, (Tue Dec 29, 7:12 pm)
Re: Crypto Fixes for 2.6.33, Herbert Xu, (Mon Feb 1, 12:52 pm)
Crypto Update for 2.6.34, Herbert Xu, (Thu Feb 25, 5:49 pm)
tip: origin tree boot crash, Ingo Molnar, (Mon Mar 1, 12:50 am)
Re: tip: origin tree boot crash, Steffen Klassert, (Mon Mar 1, 7:55 am)
Re: tip: origin tree boot crash, Herbert Xu, (Wed Mar 3, 7:42 am)
Re: tip: origin tree boot crash, Ingo Molnar, (Wed Mar 3, 8:00 pm)
Re: tip: origin tree boot crash, Herbert Xu, (Wed Mar 3, 10:31 pm)
Crypto Fixes for 2.6.34, Herbert Xu, (Fri Mar 5, 12:10 am)
Re: Crypto Fixes for 2.6.34, Herbert Xu, (Tue Apr 27, 6:55 am)
Crypto Update for 2.6.35, Herbert Xu, (Tue May 18, 7:06 pm)
Re: Crypto Update for 2.6.35, Herbert Xu, (Fri May 21, 3:44 am)
Crypto Fixes for 2.6.35, Herbert Xu, (Thu Jun 3, 3:05 am)
Re: Crypto Fixes for 2.6.35, Linus Torvalds, (Thu Jun 3, 9:26 am)
Re: Crypto Fixes for 2.6.35, Herbert Xu, (Thu Jun 3, 2:56 pm)
Re: Crypto Fixes for 2.6.35, Herbert Xu, (Thu Jul 15, 7:26 pm)
Re: Crypto Fixes for 2.6.35, Herbert Xu, (Wed Jul 21, 10:50 pm)
Crypto Update for 2.6.36, Herbert Xu, (Wed Aug 4, 7:04 am)
Re: Crypto Fixes for 2.6.35, Herbert Xu, (Thu Sep 2, 11:00 pm)
Crypto Fixes for 2.6.36, Herbert Xu, (Fri Sep 3, 4:07 am)
Re: Crypto Fixes for 2.6.35, Chuck Ebbert, (Sat Sep 4, 3:45 am)
Re: Crypto Fixes for 2.6.35, Herbert Xu, (Sat Sep 4, 5:22 am)
Crypto Update for 2.6.37, Herbert Xu, (Sat Oct 23, 11:16 pm)
Crypto Fixes for 2.6.37, Herbert Xu, (Sat Nov 13, 5:59 am)
Crypto Fixes for 2.6.37, Herbert Xu, (Wed Dec 15, 4:50 am)
Re: Crypto Fixes for 2.6.37, Linus Torvalds, (Wed Dec 15, 1:40 pm)
Re: Crypto Fixes for 2.6.37, Herbert Xu, (Wed Dec 15, 5:49 pm)
Re: Crypto Fixes for 2.6.37, Herbert Xu, (Wed Dec 15, 5:58 pm)
Re: Crypto Fixes for 2.6.37, Junio C Hamano, (Mon Dec 20, 2:56 am)
Re: Crypto Fixes for 2.6.37, Herbert Xu, (Mon Dec 20, 8:22 pm)