| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: caam - fix IV loading for authenc (giv)decryption | Horia Geantă | 2016-08-31 | 1 | -40/+37 |
* | crypto: vmx - fix null dereference in p8_aes_xts_crypt | Li Zhong | 2016-08-24 | 1 | -1/+1 |
* | crypto: qat - fix aes-xts key sizes | Giovanni Cabiddu | 2016-08-24 | 1 | -2/+2 |
* | crypto: caam - fix non-hmac hashes | Russell King | 2016-08-09 | 1 | -0/+1 |
* | crypto: caam - defer aead_set_sh_desc in case of zero authsize | Horia Geantă | 2016-08-08 | 1 | -0/+3 |
* | crypto: caam - fix echainiv(authenc) encrypt shared descriptor | Horia Geantă | 2016-08-08 | 1 | -5/+5 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-08-01 | 3 | -27/+17 |
|\ |
|
| * | crypto: marvell - Don't copy IV vectors from the _process op for ciphers | Romain Perier | 2016-07-29 | 1 | -10/+1 |
| * | crypto: marvell - Update cache with input sg only when it is unmapped | Romain Perier | 2016-07-28 | 1 | -6/+6 |
| * | crypto: marvell - Don't chain at DMA level when backlog is disabled | Romain Perier | 2016-07-28 | 1 | -3/+4 |
| * | crypto: marvell - Fix memory leaks in TDMA chain for cipher requests | Romain Perier | 2016-07-28 | 1 | -8/+6 |
* | | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-07-30 | 2 | -5/+3 |
|\ \
| |/
|/| |
|
| * | crypto: vmx - Convert to CPU feature based module autoloading | Alastair D'Silva | 2016-07-21 | 2 | -5/+3 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-07-26 | 55 | -1060/+5136 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2016-07-21 | 4 | -5/+5 |
| |\ \ |
|
| * | | | crypto: vmx - Fix aes_p8_xts_decrypt build failure | Herbert Xu | 2016-07-20 | 1 | -2/+0 |
| * | | | crypto: vmx - Ignore generated files | Paulo Flabiano Smorigo | 2016-07-20 | 1 | -0/+2 |
| * | | | crypto: vmx - Adding support for XTS | Leonidas S. Barbosa | 2016-07-19 | 3 | -1/+193 |
| * | | | crypto: vmx - Adding asm subroutines for XTS | Paulo Flabiano Smorigo | 2016-07-19 | 2 | -2/+1867 |
| * | | | crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_op | Romain Perier | 2016-07-19 | 1 | -1/+1 |
| * | | | crypto: nx - off by one bug in nx_of_update_msc() | Dan Carpenter | 2016-07-19 | 1 | -1/+1 |
| * | | | crypto: omap - Stop using crypto scatterwalk_bytes_sglen | Herbert Xu | 2016-07-18 | 2 | -10/+20 |
| * | | | crypto: qat - Stop dropping leading zeros from RSA output | Salvatore Benedetto | 2016-07-11 | 1 | -20/+0 |
| * | | | crypto: qat - Add DH support | Salvatore Benedetto | 2016-07-11 | 2 | -72/+522 |
| * | | | crypto: qat - Add RSA CRT mode | Salvatore Benedetto | 2016-07-05 | 1 | -25/+209 |
| * | | | crypto: qat - Use alternative reset methods depending on the specific device | Conor McLoughlin | 2016-07-05 | 6 | -9/+43 |
| * | | | crypto: bfin_crc - Simplify use of devm_ioremap_resource | Amitoj Kaur Chawla | 2016-07-05 | 1 | -5/+0 |
| * | | | crypto: caam - add support for RSA algorithm | Tudor Ambarus | 2016-07-05 | 9 | -1/+789 |
| * | | | crypto: qat - Switch to new rsa_helper functions | Salvatore Benedetto | 2016-07-05 | 5 | -55/+21 |
| * | | | crypto: omap-sham - increase cra_proirity to 400 | Bin Liu | 2016-07-01 | 1 | -12/+12 |
| * | | | crypto: sahara - Use skcipher for fallback | Herbert Xu | 2016-07-01 | 1 | -62/+50 |
| * | | | crypto: qce - Use skcipher for fallback | Herbert Xu | 2016-07-01 | 2 | -12/+17 |
| * | | | crypto: picoxcell - Use skcipher for fallback | Herbert Xu | 2016-07-01 | 1 | -29/+31 |
| * | | | crypto: mxs-dcp - Use skcipher for fallback | Herbert Xu | 2016-07-01 | 1 | -26/+21 |
| * | | | crypto: ccp - Use skcipher for fallback | Herbert Xu | 2016-07-01 | 2 | -25/+21 |
| * | | | crypto: ux500 - do not build with -O0 | Arnd Bergmann | 2016-06-28 | 2 | -4/+4 |
| * | | | crypto: omap-sham - set sw fallback to 240 bytes | Bin Liu | 2016-06-24 | 1 | -4/+8 |
| * | | | crypto: omap - do not call dmaengine_terminate_all | Lokesh Vutla | 2016-06-24 | 2 | -3/+0 |
| * | | | crypto: omap-sham - change queue size from 1 to 10 | Tero Kristo | 2016-06-24 | 1 | -1/+1 |
| * | | | crypto: omap-sham - use runtime_pm autosuspend for clock handling | Tero Kristo | 2016-06-24 | 1 | -1/+7 |
| * | | | crypto: marvell - Increase the size of the crypto queue | Romain Perier | 2016-06-23 | 1 | -1/+1 |
| * | | | crypto: marvell - Add support for chaining crypto requests in TDMA mode | Romain Perier | 2016-06-23 | 5 | -27/+221 |
| * | | | crypto: marvell - Add load balancing between engines | Romain Perier | 2016-06-23 | 4 | -86/+84 |
| * | | | crypto: marvell - Move SRAM I/O operations to step functions | Romain Perier | 2016-06-23 | 2 | -12/+12 |
| * | | | crypto: marvell - Add a complete operation for async requests | Romain Perier | 2016-06-23 | 4 | -15/+39 |
| * | | | crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it | Romain Perier | 2016-06-23 | 5 | -98/+84 |
| * | | | crypto: marvell - Copy IV vectors by DMA transfers for acipher requests | Romain Perier | 2016-06-23 | 4 | -9/+60 |
| * | | | crypto: marvell - Fix wrong type check in dma functions | Romain Perier | 2016-06-23 | 1 | -2/+3 |
| * | | | crypto: marvell - Check engine is not already running when enabling a req | Romain Perier | 2016-06-23 | 3 | -0/+6 |
| * | | | crypto: marvell - Add a macro constant for the size of the crypto queue | Romain Perier | 2016-06-23 | 1 | -1/+4 |