summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-09-28crypto: picoxcell - Remove VLA usage of skcipherKees Cook1-11/+10
2018-09-28crypto: omap-aes - Remove VLA usage of skcipherKees Cook2-10/+9
2018-09-28crypto: mxs-dcp - Remove VLA usage of skcipherKees Cook1-11/+10
2018-09-28crypto: chelsio - Remove VLA usage of skcipherKees Cook2-14/+15
2018-09-28crypto: artpec6 - Remove VLA usage of skcipherKees Cook1-10/+9
2018-09-28crypto: qce - Remove VLA usage of skcipherKees Cook2-8/+7
2018-09-28crypto: sahara - Remove VLA usage of skcipherKees Cook1-16/+15
2018-09-28crypto: vmx - Remove VLA usage of skcipherKees Cook3-29/+29
2018-09-28crypto: ccp - Remove VLA usage of skcipherKees Cook2-7/+8
2018-09-28crypto: s5p-sss: Add aes-ctr supportChristoph Manszewski1-5/+40
2018-09-28crypto: s5p-sss: Minor code cleanupChristoph Manszewski1-37/+17
2018-09-28crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski1-2/+2
2018-09-28crypto: s5p-sss: Fix race in error handlingChristoph Manszewski1-5/+7
2018-09-21crypto: ccp - Allow SEV firmware to be chosen based on Family and ModelJanakarajan Natarajan1-4/+40
2018-09-21crypto: ccp - Fix static checker warningJanakarajan Natarajan1-1/+1
2018-09-21crypto: caam/qi2 - add support for ahash algorithmsHoria Geantă3-1/+1750
2018-09-21crypto: caam - export ahash shared descriptor generationHoria Geantă5-70/+114
2018-09-21crypto: caam/qi2 - add skcipher algorithmsHoria Geantă3-1/+582
2018-09-21crypto: caam/qi2 - add DPAA2-CAAM driverHoria Geantă7-17/+3109
2018-09-21crypto: caam - add Queue Interface v2 error codesHoria Geantă3-4/+79
2018-09-21crypto: caam - add DPAA2-CAAM (DPSECI) backend APIHoria Geantă3-0/+908
2018-09-21crypto: caam - fix implicit casts in endianness helpersHoria Geantă1-14/+14
2018-09-21crypto: cavium/nitrox - use dma_pool_zalloc()Srikanth Jampala1-2/+2
2018-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+2
2018-09-21crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă1-4/+4
2018-09-14crypto: cavium/nitrox - Added support for SR-IOV configuration.Srikanth Jampala8-30/+236
2018-09-13crypto: ccp - add timeout support in the SEV commandBrijesh Singh1-5/+41
2018-09-04crypto: atmel - switch to SPDX license identifiersTudor Ambarus6-47/+6
2018-09-04crypto: ccp - add timeout support in the SEV commandBrijesh Singh1-5/+41
2018-09-04crypto: qat - Remove VLA usageKees Cook1-2/+6
2018-09-04crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă4-253/+217
2018-09-04crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2-241/+208
2018-09-04crypto: caam/qi - remove ablkcipher IV generationHoria Geantă4-327/+20
2018-09-04crypto: caam/jr - remove ablkcipher IV generationHoria Geantă1-264/+11
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-66/+87
2018-08-25crypto: cavium/nitrox - fix for command corruption in queue full case with ba...Srikanth Jampala3-26/+35
2018-08-25crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek2-23/+28
2018-08-25crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar2-2/+10
2018-08-25crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă1-10/+10
2018-08-25crypto: caam/qi - fix error path in xts setkeyHoria Geantă1-4/+2
2018-08-25crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă1-1/+2
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+6
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann1-6/+6
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-0/+5
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+28
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds59-883/+5172
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto1-2/+2
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni1-3/+28
2018-08-07crypto: hisilicon - sec_send_request() can be statickbuild test robot1-1/+1