summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef2018-12-076-9/+90
* crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala2018-11-294-10/+142
* crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela2018-11-293-244/+227
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-203-6/+6
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-203-6/+3
* crypto: remove useless initializations of cra_listEric Biggers2018-11-206-8/+0
* crypto: inside-secure - remove useless setting of type flagsEric Biggers2018-11-201-4/+4
* crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă2018-11-164-6/+154
* crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă2018-11-166-5/+354
* crypto: caam/qi2 - add support for ChaCha20Horia Geantă2018-11-164-4/+36
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-168-49/+184
* crypto: mxs-dcp - Add support for dcp clkLeonard Crestez2018-11-161-3/+25
* crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi2018-11-161-1/+5
* crypto: chelsio - clean up various indentation issuesColin Ian King2018-11-091-8/+8
* crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang2018-11-093-10/+31
* crypto: ccree - add SM3 supportYael Chemla2018-11-094-24/+113
* crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2018-11-092-9/+23
* crypto: ccree - adjust hash length to suit certain context specificsYael Chemla2018-11-094-24/+47
* crypto: ccree - add SM4 supportGilad Ben-Yossef2018-11-093-0/+70
* crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef2018-11-093-11/+19
* crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry2018-11-091-10/+11
* crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry2018-11-091-4/+6
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-2570-2131/+8236
|\
| * crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-172-3/+2
| * crypto: ccree - avoid implicit enum conversionNathan Chancellor2018-10-171-4/+2
| * crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-1711-57/+11
| * crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2018-10-172-40/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-179-51/+72
| |\
| * | crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun2018-10-121-2/+2
| * | crypto: chtls - remove set but not used variable 'csk'YueHaibing2018-10-121-4/+0
| * | crypto: axis - fix platform_no_drv_owner.cocci warningsYueHaibing2018-10-121-1/+0
| * | crypto: caam/qi2 - avoid double exportArnd Bergmann2018-10-081-1/+1
| * | crypto: mxs-dcp - Fix AES issuesRadu Solea2018-10-081-2/+31
| * | crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea2018-10-081-10/+37
| * | crypto: mxs-dcp - Implement sha import/exportDan Douglass2018-10-081-8/+33
| * | crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala2018-10-058-263/+162
| * | crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala2018-10-055-79/+94
| * | crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala2018-10-051-10/+5
| * | crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala2018-10-051-4/+6
| * | crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyArnd Bergmann2018-10-051-0/+1
| * | crypto: qat - move temp buffers off the stackArd Biesheuvel2018-10-051-33/+31
| * | crypto: ccp - Make function sev_get_firmware() staticWei Yongjun2018-10-051-1/+2
| * | crypto: ccp - Remove forward declarationNathan Chancellor2018-10-051-28/+25
| * | crypto: cavium - remove redundant null pointer check before kfreezhong jiang2018-09-281-15/+5
| * | crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala2018-09-284-129/+127
| * | crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala2018-09-283-1/+20
| * | crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala2018-09-285-22/+184
| * | crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2018-09-282-4/+2
| * | crypto: picoxcell - Remove VLA usage of skcipherKees Cook2018-09-281-11/+10
| * | crypto: omap-aes - Remove VLA usage of skcipherKees Cook2018-09-282-10/+9