aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16crypto: caam/qi2 - add support for ChaCha20Horia Geantă4-4/+36
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă8-49/+184
2018-11-16crypto: mxs-dcp - Add support for dcp clkLeonard Crestez1-3/+25
2018-11-16crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi1-1/+5
2018-11-09crypto: chelsio - clean up various indentation issuesColin Ian King1-8/+8
2018-11-09crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang3-10/+31
2018-11-09crypto: ccree - add SM3 supportYael Chemla4-24/+113
2018-11-09crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2-9/+23
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla4-24/+47
2018-11-09crypto: ccree - add SM4 supportGilad Ben-Yossef3-0/+70
2018-11-09crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef3-11/+19
2018-11-09crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry1-10/+11
2018-11-09crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry1-4/+6
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds70-2131/+8236
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+11
2018-10-18cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar1-3/+1
2018-10-17crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2-3/+2
2018-10-17crypto: ccree - avoid implicit enum conversionNathan Chancellor1-4/+2
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă11-57/+11
2018-10-17crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2-40/+5
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu9-51/+72
2018-10-12crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun1-2/+2
2018-10-12crypto: chtls - remove set but not used variable 'csk'YueHaibing1-4/+0
2018-10-12crypto: axis - fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxGreg Kroah-Hartman1-3/+5
2018-10-08s390/zcrypt: multiple zcrypt device nodes supportHarald Freudenberger1-0/+11
2018-10-08crypto: caam/qi2 - avoid double exportArnd Bergmann1-1/+1
2018-10-08crypto: mxs-dcp - Fix AES issuesRadu Solea1-2/+31
2018-10-08crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea1-10/+37
2018-10-08crypto: mxs-dcp - Implement sha import/exportDan Douglass1-8/+33
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-3/+5
2018-10-05crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala8-263/+162
2018-10-05crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala5-79/+94
2018-10-05crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala1-10/+5
2018-10-05crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala1-4/+6
2018-10-05crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyArnd Bergmann1-0/+1
2018-10-05crypto: qat - move temp buffers off the stackArd Biesheuvel1-33/+31
2018-10-05crypto: ccp - Make function sev_get_firmware() staticWei Yongjun1-1/+2
2018-10-05crypto: ccp - Remove forward declarationNathan Chancellor1-28/+25
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-09-28crypto: cavium - remove redundant null pointer check before kfreezhong jiang1-15/+5
2018-09-28crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala4-129/+127
2018-09-28crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala3-1/+20
2018-09-28crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala5-22/+184
2018-09-28crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2-4/+2
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