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-12-24 11:46:01 -08:00
2017-02-23 09:54:19 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2017-02-20 13:23:18 +02:00
2017-01-25 11:41:44 +01:00
2016-08-31 14:47:54 +02:00
2017-01-10 21:46:41 +01:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2014-07-09 16:59:15 -07:00
2017-01-10 21:46:41 +01:00
2016-12-24 11:46:01 -08:00
2016-07-14 16:21:53 +09:00
2016-12-24 11:46:01 -08:00
2015-09-20 19:32:35 -07:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-25 11:04:12 +01:00
2017-02-22 12:17:25 -08:00
2016-12-24 11:46:01 -08:00
2016-08-05 09:48:22 -04:00
2016-12-24 11:46:01 -08:00
2017-01-11 08:02:18 +01:00
2015-08-05 10:35:49 -07:00
2017-01-10 21:46:41 +01:00
2016-12-14 16:04:09 -08:00
2016-12-24 11:46:01 -08:00
2016-02-08 14:57:30 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-06-29 17:33:46 +10:00
2017-01-11 09:14:19 +01:00
2016-01-22 18:04:28 -05:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2013-10-16 12:36:10 -07:00
2016-12-24 11:46:01 -08:00
2013-10-16 12:36:10 -07:00
2016-11-29 20:25:34 +01:00
2016-12-24 11:46:01 -08:00
2016-10-05 18:36:18 -04:00
2016-11-10 15:18:56 +01:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-09-13 17:30:17 +02:00
2017-01-19 23:46:31 +02:00