summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam/qi - explicitly set dma_opsHoria Geantă2017-07-181-0/+1
* crypto: caam/qi - fix AD length endianness in S/G entryHoria Geantă2017-07-181-1/+4
* crypto: caam/qi - handle large number of S/Gs caseHoria Geantă2017-07-183-4/+34
* crypto: caam/qi - properly set IV after {en,de}cryptHoria Geantă2017-07-181-1/+8
* crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=yHoria Geantă2017-07-181-1/+1
* crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă2017-07-184-54/+62
* crypto: caam/qi - fix typo in authenc alg driver nameHoria Geantă2017-07-181-1/+1
* crypto: brcm - add NULL check on of_match_device() return valueGustavo A. R. Silva2017-07-181-0/+5
* crypto: geode-aes - fixed coding style warnings and errorChris Gorman2017-07-181-7/+10
* crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh2017-07-181-12/+0
* crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh2017-07-185-93/+87
* crypto: ccp - Abstract interrupt registerationBrijesh Singh2017-07-188-115/+188
* crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh2017-07-1811-160/+460
* crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh2017-07-185-138/+106
* crypto: atmel-ecc - introduce Microchip / Atmel ECC driverTudor-Dan Ambarus2017-07-184-0/+924
* crypto: sun4i-ss - support the Security System PRNGCorentin LABBE2017-07-185-0/+106
* crypto: omap-des - fix error return code in omap_des_probe()Gustavo A. R. Silva2017-07-181-1/+2
* crypto: omap-aes - fix error return code in omap_aes_probe()Gustavo A. R. Silva2017-07-181-0/+1
* crypto: mxs-dcp - print error message on platform_get_irq failureGustavo A. R. Silva2017-07-181-2/+6
* crypto: mxc-scc - fix error code in mxc_scc_probe()Gustavo A. R. Silva2017-07-181-2/+2
* crypto: mediatek - fix error return code in mtk_crypto_probe()Gustavo A. R. Silva2017-07-181-1/+1
* crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva2017-07-181-1/+3
* crypto: ccp - Provide an error path for debugfs setup failureGary R Hook2017-07-181-5/+10
* crypto: ccp - Change all references to use the JOB ID macroGary R Hook2017-07-181-2/+2
* crypto: ccp - Fix some line spacingGary R Hook2017-07-181-0/+1
* crypto: sahara - make of_device_ids constArvind Yadav2017-07-181-1/+1
* crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King2017-07-181-1/+1
* crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin2017-07-183-70/+98
* crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfigraveendra padasalagi2017-07-181-1/+1
* crypto: inside-secure - do not parse the dma mask from dtAntoine Ténart2017-07-181-4/+1
* crypto: cavium/nitrox - Change in firmware path.Srikanth Jampala2017-07-181-1/+2
* crypto: brcm - Fix SHA3-512 algorithm failureraveendra padasalagi2017-07-181-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-157-17/+43
|\
| * crypto: cavium - make several functions staticColin Ian King2017-07-121-4/+4
| * crypto: chcr - Avoid algo allocation in softirq.Harsh Jain2017-07-122-8/+16
| * crypto: caam - properly set IV after {en,de}cryptDavid Gstir2017-07-121-2/+18
| * crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef2017-07-121-1/+3
| * crypto: caam - fix signals handlingHoria Geantă2017-07-122-2/+2
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-071-19/+21
|\ \
| * | crypto: qat - avoid an uninitialized variable warningArnd Bergmann2017-06-281-19/+21
* | | Cavium CNN55XX: fix broken default Kconfig entryLinus Torvalds2017-07-051-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-10/+5
|\ \ \
| * | | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-10/+5
| * | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-5/+5
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-0572-1135/+11626
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-07-054-30/+26
| |\ \
| | * | crypto: caam - fix gfp allocation flags (part II)Horia Geantă2017-06-224-28/+25
| | * | crypto: caam - fix gfp allocation flags (part I)Horia Geantă2017-06-221-2/+1
| | |/
| * | crypto: ccp - Release locks before returningGary R Hook2017-06-221-4/+3
| * | crypto: cavium/nitrox - dma_mapping_error() returns boolDan Carpenter2017-06-221-6/+9