summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-07-18crypto: atmel-ecc - introduce Microchip / Atmel ECC driverTudor-Dan Ambarus4-0/+924
2017-07-18crypto: sun4i-ss - support the Security System PRNGCorentin LABBE5-0/+106
2017-07-18crypto: omap-des - fix error return code in omap_des_probe()Gustavo A. R. Silva1-1/+2
2017-07-18crypto: omap-aes - fix error return code in omap_aes_probe()Gustavo A. R. Silva1-0/+1
2017-07-18crypto: mxs-dcp - print error message on platform_get_irq failureGustavo A. R. Silva1-2/+6
2017-07-18crypto: mxc-scc - fix error code in mxc_scc_probe()Gustavo A. R. Silva1-2/+2
2017-07-18crypto: mediatek - fix error return code in mtk_crypto_probe()Gustavo A. R. Silva1-1/+1
2017-07-18crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva1-1/+3
2017-07-18crypto: ccp - Provide an error path for debugfs setup failureGary R Hook1-5/+10
2017-07-18crypto: ccp - Change all references to use the JOB ID macroGary R Hook1-2/+2
2017-07-18crypto: ccp - Fix some line spacingGary R Hook1-0/+1
2017-07-18crypto: sahara - make of_device_ids constArvind Yadav1-1/+1
2017-07-18crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King1-1/+1
2017-07-18crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin3-70/+98
2017-07-18crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfigraveendra padasalagi1-1/+1
2017-07-18crypto: inside-secure - do not parse the dma mask from dtAntoine Ténart1-4/+1
2017-07-18crypto: cavium/nitrox - Change in firmware path.Srikanth Jampala1-1/+2
2017-07-18crypto: brcm - Fix SHA3-512 algorithm failureraveendra padasalagi1-0/+1
2017-07-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-17/+43
2017-07-12crypto: cavium - make several functions staticColin Ian King1-4/+4
2017-07-12crypto: chcr - Avoid algo allocation in softirq.Harsh Jain2-8/+16
2017-07-12crypto: caam - properly set IV after {en,de}cryptDavid Gstir1-2/+18
2017-07-12crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef1-1/+3
2017-07-12crypto: caam - fix signals handlingHoria Geantă2-2/+2
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-19/+21
2017-07-05Cavium CNN55XX: fix broken default Kconfig entryLinus Torvalds1-1/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+5
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds72-1135/+11626
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu4-30/+26
2017-06-28crypto: qat - avoid an uninitialized variable warningArnd Bergmann1-19/+21
2017-06-22crypto: ccp - Release locks before returningGary R Hook1-4/+3
2017-06-22crypto: cavium/nitrox - dma_mapping_error() returns boolDan Carpenter1-6/+9
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia Geantă4-28/+25
2017-06-22crypto: caam - fix gfp allocation flags (part I)Horia Geantă1-2/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-10/+5
2017-06-20crypto: caam - make of_device_ids const.Arvind Yadav1-1/+1
2017-06-20crypto: vmx - remove unnecessary checkTudor-Dan Ambarus4-24/+4
2017-06-20crypto: n2 - make of_device_ids constArvind Yadav1-2/+2
2017-06-20crypto: inside-secure - use the base_end pointer in ring rollbackAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - increase the batch sizeAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - only dequeue when neededAntoine Ténart1-3/+3
2017-06-20crypto: inside-secure - get the backlog before dequeueing the requestAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - stop requeueing failed requestsAntoine Ténart1-8/+10
2017-06-20crypto: inside-secure - use one queue per hw ringAntoine Ténart4-85/+89
2017-06-20crypto: inside-secure - update the context and request laterAntoine Ténart2-8/+7
2017-06-20crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz1-1/+1
2017-06-20crypto: inside-secure - optimize DSE bufferability controlIgal Liberman2-0/+2
2017-06-20crypto: inside-secure - enable single WR in DSE configurationIgal Liberman2-0/+2
2017-06-20crypto: inside-secure - fix incorrect DSE data cache settingAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - fix the ring wr_cache offsetAntoine Ténart1-1/+1