aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-43/+40
2016-08-31crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă1-40/+37
2016-08-26chcr: Fix non static symbol warningWei Yongjun1-1/+1
2016-08-24crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong1-1/+1
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu1-2/+2
2016-08-19crypto: Added Chelsio Menu to the Kconfig fileHariprasad Shenai4-0/+26
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai5-0/+2519
2016-08-09crypto: caam - fix non-hmac hashesRussell King1-0/+1
2016-08-08crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă1-0/+3
2016-08-08crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă1-5/+5
2016-08-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-27/+17
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-5/+3
2016-07-29crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier1-10/+1
2016-07-28crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier1-6/+6
2016-07-28crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier1-3/+4
2016-07-28crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier1-8/+6
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds55-1060/+5136
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+13
2016-07-21crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva2-5/+3
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu4-5/+5
2016-07-21crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek1-0/+1
2016-07-20crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu1-2/+0
2016-07-20crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo1-0/+2
2016-07-19crypto: vmx - Adding support for XTSLeonidas S. Barbosa3-1/+193
2016-07-19crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo2-2/+1867
2016-07-19crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier1-1/+1
2016-07-19crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter1-1/+1
2016-07-18crypto: omap - Stop using crypto scatterwalk_bytes_sglenHerbert Xu2-10/+20
2016-07-11crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto1-20/+0
2016-07-11crypto: qat - Add DH supportSalvatore Benedetto2-72/+522
2016-07-05crypto: qat - Add RSA CRT modeSalvatore Benedetto1-25/+209
2016-07-05crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin6-9/+43
2016-07-05crypto: bfin_crc - Simplify use of devm_ioremap_resourceAmitoj Kaur Chawla1-5/+0
2016-07-05crypto: caam - add support for RSA algorithmTudor Ambarus9-1/+789
2016-07-05crypto: qat - Switch to new rsa_helper functionsSalvatore Benedetto5-55/+21
2016-07-01crypto: omap-sham - increase cra_proirity to 400Bin Liu1-12/+12
2016-07-01crypto: sahara - Use skcipher for fallbackHerbert Xu1-62/+50
2016-07-01crypto: qce - Use skcipher for fallbackHerbert Xu2-12/+17
2016-07-01crypto: picoxcell - Use skcipher for fallbackHerbert Xu1-29/+31
2016-07-01crypto: mxs-dcp - Use skcipher for fallbackHerbert Xu1-26/+21
2016-07-01crypto: ccp - Use skcipher for fallbackHerbert Xu2-25/+21
2016-06-28crypto: ux500 - do not build with -O0Arnd Bergmann2-4/+4
2016-06-24crypto: omap-sham - set sw fallback to 240 bytesBin Liu1-4/+8
2016-06-24crypto: omap - do not call dmaengine_terminate_allLokesh Vutla2-3/+0
2016-06-24crypto: omap-sham - change queue size from 1 to 10Tero Kristo1-1/+1
2016-06-24crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo1-1/+7
2016-06-23crypto: marvell - Increase the size of the crypto queueRomain Perier1-1/+1
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier5-27/+221
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier4-86/+84
2016-06-23crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2-12/+12