Linus Torvalds
d4c90396ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu:
"Here is the crypto update for 4.3:
API:
- the AEAD interface transition is now complete.
- add top-level skcipher interface.
Drivers:
- x86-64 acceleration for chacha20/poly1305.
- add sunxi-ss Allwinner Security System crypto accelerator.
- add RSA algorithm to qat driver.
- add SRIOV support to qat driver.
- add LS1021A support to caam.
- add i.MX6 support to caam"
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (163 commits)
crypto: algif_aead - fix for multiple operations on AF_ALG sockets
crypto: qat - enable legacy VFs
MPI: Fix mpi_read_buffer
crypto: qat - silence a static checker warning
crypto: vmx - Fixing opcode issue
crypto: caam - Use the preferred style for memory allocations
crypto: caam - Propagate the real error code in caam_probe
crypto: caam - Fix the error handling in caam_probe
crypto: caam - fix writing to JQCR_MS when using service interface
crypto: hash - Add AHASH_REQUEST_ON_STACK
crypto: testmgr - Use new skcipher interface
crypto: skcipher - Add top-level skcipher interface
crypto: cmac - allow usage in FIPS mode
crypto: sahara - Use dmam_alloc_coherent
crypto: caam - Add support for LS1021A
crypto: qat - Don't move data inside output buffer
crypto: vmx - Fixing GHASH Key issue on little endian
crypto: vmx - Fixing AES-CTR counter bug
crypto: null - Add missing Kconfig tristate for NULL2
crypto: nx - Add forward declaration for struct crypto_aead
...
2015-08-31 17:38:39 -07:00
..
2015-06-09 17:47:38 -03:00
2013-12-02 14:49:19 +01:00
2015-01-28 08:53:58 +01:00
2014-10-30 15:42:33 +01:00
2015-08-10 23:19:06 +08:00
2011-11-23 18:49:22 +01:00
2015-08-13 17:36:02 -06:00
2012-01-23 08:44:54 -08:00
2015-07-07 22:42:58 +02:00
2014-05-20 08:17:35 -06:00
2015-08-06 12:44:44 -06:00
2014-07-12 11:30:36 -07:00
2015-08-08 12:31:30 +01:00
2015-08-06 12:44:44 -06:00
2015-06-05 07:39:46 +09:00
2014-08-13 10:32:03 +02:00
2015-02-20 15:13:29 -08:00
2014-07-12 11:30:36 -07:00
2015-08-31 15:40:05 -07:00
2015-06-08 14:56:20 -03:00
2014-07-12 11:30:36 -07:00
2012-10-15 08:04:41 -07:00
2011-03-27 19:30:19 -07:00
2014-07-12 11:30:36 -07:00
2015-06-22 10:29:32 -06:00
2010-11-15 18:25:12 +09:00
2015-07-10 11:03:16 -06:00
2010-08-27 12:27:36 +02:00
2015-02-03 15:48:51 -08:00
2014-09-23 22:33:19 -07:00
2014-02-07 15:40:18 -08:00
2014-05-12 12:34:47 -05:00
2013-05-28 12:02:12 +02:00
2014-10-20 18:06:04 +02:00