summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-093-14/+4
* crypto: cavium/cpt - switch to skcipher APIArd Biesheuvel2019-11-171-158/+134
* crypto: nitrox - remove cra_type reference to ablkcipherArd Biesheuvel2019-11-171-1/+0
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
* crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri2019-10-051-5/+4
* crypto: cavium/nitrox - Add mailbox message to get mcode info in VFNagadheeraj Rottela2019-10-052-0/+23
* crypto: cavium/nitrox - Fix cbc ciphers self test failuresNagadheeraj Rottela2019-10-052-34/+103
* crypto: cavium/nitrox - check assoclen and authsize for gcm(aes) cipherNagadheeraj Rottela2019-10-051-3/+36
* crypto: cavium/zip - Add missing single_release()Wei Yongjun2019-09-091-0/+3
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
* crypto: nitrox/des - switch to new verification routinesArd Biesheuvel2019-08-221-2/+2
* crypto: cpt/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+5
* crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unitPhani Kiran Hemadri2019-08-155-17/+265
* crypto: cavium/nitrox - Allocate asymmetric crypto command queuesPhani Kiran Hemadri2019-08-153-1/+99
* crypto: cavium/nitrox - Add support for loading asymmetric crypto firmwarePhani Kiran Hemadri2019-07-264-31/+244
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-083-3/+2
|\
| * crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-132-2/+2
| * crypto: cryptd - move kcrypto_wq into cryptdEric Biggers2019-05-301-1/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3012-48/+12
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-069-143/+376
|\
| * crypto: cavium/nitrox - Fix HW family part name formatNagadheeraj Rottela2019-04-251-18/+47
| * crypto: cavium - remove bogus code handling cryptdEric Biggers2019-04-181-11/+1
| * crypto: nitrox - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+2
| * crypto: cavium - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-0/+18
| * crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher supportNagadheeraj Rottela2019-04-082-83/+300
| * crypto: cavium - Make cptvf_device_init staticYueHaibing2019-03-281-1/+1
| * crypto: zip - Make some functions staticYueHaibing2019-03-281-4/+4
| * crypto: cavium - Make some functions staticYueHaibing2019-03-281-3/+3
| * crypto: cavium - remove unused fucntionsYueHaibing2019-03-281-17/+0
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-054-71/+23
|\
| * crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers2019-02-281-2/+4
| * crypto: cavium/nitrox - no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-02-013-28/+8
| * crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-41/+11
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-01-311-4/+6
|\ \
| * | crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela2019-01-251-4/+6
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-01-191-1/+1
|\|
| * crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter2019-01-101-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-083-8/+9
|/
* crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers2018-12-231-2/+1
* crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela2018-12-237-605/+1103
* crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala2018-12-1311-54/+441
* crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-071-39/+9
* 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: cavium/nitrox - fix a DMA pool free failureWenwen Wang2018-11-093-10/+31
* 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