Linus Torvalds
5bcbe22ca4
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
...
Pull crypto update from Herbert Xu:
"API:
- Try to catch hash output overrun in testmgr
- Introduce walksize attribute for batched walking
- Make crypto_xor() and crypto_inc() alignment agnostic
Algorithms:
- Add time-invariant AES algorithm
- Add standalone CBCMAC algorithm
Drivers:
- Add NEON acclerated chacha20 on ARM/ARM64
- Expose AES-CTR as synchronous skcipher on ARM64
- Add scalar AES implementation on ARM64
- Improve scalar AES implementation on ARM
- Improve NEON AES implementation on ARM/ARM64
- Merge CRC32 and PMULL instruction based drivers on ARM64
- Add NEON acclerated CBCMAC/CMAC/XCBC AES on ARM64
- Add IPsec AUTHENC implementation in atmel
- Add Support for Octeon-tx CPT Engine
- Add Broadcom SPU driver
- Add MediaTek driver"
* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (142 commits)
crypto: xts - Add ECB dependency
crypto: cavium - switch to pci_alloc_irq_vectors
crypto: cavium - switch to pci_alloc_irq_vectors
crypto: cavium - remove dead MSI-X related define
crypto: brcm - Avoid double free in ahash_finup()
crypto: cavium - fix Kconfig dependencies
crypto: cavium - cpt_bind_vq_to_grp could return an error code
crypto: doc - fix typo
hwrng: omap - update Kconfig help description
crypto: ccm - drop unnecessary minimum 32-bit alignment
crypto: ccm - honour alignmask of subordinate MAC cipher
crypto: caam - fix state buffer DMA (un)mapping
crypto: caam - abstract ahash request double buffering
crypto: caam - fix error path for ctx_dma mapping failure
crypto: caam - fix DMA API leaks for multiple setkey() calls
crypto: caam - don't dma_map key for hash algorithms
crypto: caam - use dma_map_sg() return code
crypto: caam - replace sg_count() with sg_nents_for_len()
crypto: caam - check sg_count() return value
crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()
..
2017-02-23 09:54:19 -08:00
..
2016-09-22 18:27:48 +08:00
2016-11-17 23:34:57 +08:00
2016-04-05 20:23:11 +08:00
2016-09-07 21:08:24 +08:00
2017-02-11 17:52:30 +08:00
2016-08-31 23:00:40 +08:00
2017-02-23 09:54:19 -08:00
2016-06-13 17:47:50 +08:00
2016-09-22 18:27:49 +08:00
2016-04-15 22:36:36 +08:00
2014-10-02 14:35:00 +08:00
2015-03-16 21:45:56 +11:00
2012-11-22 03:35:39 +00:00
2017-02-15 13:23:48 +08:00
2016-08-31 23:00:40 +08:00
2016-10-25 11:08:25 +08:00
2016-11-21 22:50:45 +08:00
2015-09-21 22:00:39 +08:00
2017-01-13 18:47:20 +08:00
2017-01-13 18:47:19 +08:00
2014-04-03 09:28:16 -07:00
2015-09-21 22:00:38 +08:00
2016-08-24 21:04:50 +08:00
2016-10-21 10:27:52 +08:00
2016-09-13 20:27:21 +08:00
2016-11-21 22:50:45 +08:00
2015-03-16 21:10:28 +01:00
2016-11-21 22:50:45 +08:00
2016-09-13 20:27:24 +08:00
2016-05-31 16:41:57 +08:00
2014-10-20 16:20:20 +02:00
2012-08-22 11:11:41 -05:00
2016-08-31 23:00:49 +08:00
2016-11-01 07:47:54 +01:00
2015-01-26 11:34:23 +11:00
2015-09-21 22:57:37 +08:00