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-05-13 10:31:59 +08:00
2014-10-09 11:35:48 +03:00
2015-05-24 11:56:29 -07:00
2014-09-28 11:08:01 +02:00
2015-08-25 21:13:16 +08:00
2015-06-24 08:46:32 -07:00
2015-01-07 16:08:41 +00:00
2014-12-13 12:42:51 -08:00
2015-06-25 17:00:40 -07:00
2014-12-22 16:43:06 +00:00
2015-05-28 11:31:52 +09:30
2015-01-29 11:57:38 -08:00
2014-10-03 18:40:58 +01:00
2015-05-27 15:22:15 +02:00
2015-06-18 17:00:23 -10:00
2015-05-26 15:26:43 +02:00
2015-05-30 22:42:24 -07:00
2015-06-11 15:08:32 +02:00
2014-12-13 12:42:52 -08:00
2015-07-17 16:39:54 -07:00
2015-03-16 21:11:32 +01:00
2015-03-06 23:19:27 +01:00
2015-07-17 16:39:53 -07:00
2015-05-20 00:25:24 -07:00
2015-02-12 18:54:15 -08:00
2014-12-13 12:42:52 -08:00
2015-04-17 09:03:54 -04:00
2015-02-13 21:21:35 -08:00
2015-06-30 19:45:01 -07:00
2015-02-12 18:54:15 -08:00
2015-07-17 16:39:53 -07:00
2015-02-12 18:54:15 -08:00
2015-02-12 18:54:15 -08:00
2015-08-07 04:39:41 +03:00
2015-04-14 16:49:04 -07:00
2015-04-11 22:26:51 -04:00
2015-06-29 10:34:42 -07:00
2015-07-04 10:04:30 +02:00
2015-07-06 14:53:15 +02:00
2014-11-11 09:31:52 -06:00
2015-02-12 18:54:15 -08:00
2015-07-17 16:39:53 -07:00
2015-03-31 09:45:50 -06:00
2014-10-14 10:51:23 +02:00
2015-06-16 14:12:35 -04:00
2015-02-12 18:54:15 -08:00
2014-10-03 06:09:30 +02:00
2015-02-24 08:44:16 +01:00
2015-04-15 16:35:25 -07:00
2015-07-02 14:58:12 -07:00
2015-02-12 18:54:15 -08:00
2015-03-31 14:07:24 -04:00
2015-01-21 16:28:49 +10:30
2015-05-29 07:39:34 +10:00
2015-02-12 18:54:16 -08:00
2015-02-12 18:54:16 -08:00
2015-06-25 17:00:40 -07:00
2015-05-28 11:32:04 +09:30
2015-07-08 14:53:49 -07:00
2015-06-30 19:44:59 -07:00
2015-03-04 23:40:19 -05:00
2015-03-23 22:12:08 -04:00
2015-02-12 18:54:16 -08:00
2015-06-25 17:00:40 -07:00
2015-02-12 18:54:16 -08:00
2015-04-16 19:02:04 -04:00
2015-06-25 17:00:40 -07:00
2015-02-12 18:54:16 -08:00
2015-06-22 15:52:04 -07:00
2015-06-25 15:22:36 -07:00
2015-05-27 14:05:59 -04:00
2015-02-13 21:21:41 -08:00
2015-05-05 19:30:47 -04:00
2015-06-25 17:00:40 -07:00
2015-04-15 16:35:24 -07:00
2014-10-14 02:18:14 +02:00
2015-04-22 17:06:49 +02:00
2015-07-20 10:52:48 -07:00