summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/nitrox
AgeCommit message (Expand)AuthorLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-2/+2
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-10/+10
2020-06-04crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET-2/+2
2020-05-28crypto: cavium/nitrox - Fix a typo in a commentChristophe JAILLET-1/+1
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-12/+4
2019-11-17crypto: nitrox - remove cra_type reference to ablkcipherArd Biesheuvel-1/+0
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers-1/+1
2019-10-05crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri-5/+4
2019-10-05crypto: cavium/nitrox - Add mailbox message to get mcode info in VFNagadheeraj Rottela-0/+23
2019-10-05crypto: cavium/nitrox - Fix cbc ciphers self test failuresNagadheeraj Rottela-34/+103
2019-10-05crypto: cavium/nitrox - check assoclen and authsize for gcm(aes) cipherNagadheeraj Rottela-3/+36
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel-1/+1
2019-08-22crypto: nitrox/des - switch to new verification routinesArd Biesheuvel-2/+2
2019-08-15crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unitPhani Kiran Hemadri-17/+265
2019-08-15crypto: cavium/nitrox - Allocate asymmetric crypto command queuesPhani Kiran Hemadri-1/+99
2019-07-26crypto: cavium/nitrox - Add support for loading asymmetric crypto firmwarePhani Kiran Hemadri-31/+244
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+2
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-107/+349
2019-04-25crypto: cavium/nitrox - Fix HW family part name formatNagadheeraj Rottela-18/+47
2019-04-18crypto: nitrox - Forbid 2-key 3DES in FIPS modeHerbert Xu-6/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-4/+0
2019-04-08crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher supportNagadheeraj Rottela-83/+300
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-28/+8
2019-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+6
2019-02-01crypto: cavium/nitrox - no need to check return value of debugfs_create funct...Greg Kroah-Hartman-28/+8
2019-01-25crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela-4/+6
2019-01-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2019-01-10crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-3/+3
2018-12-23crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers-2/+1
2018-12-23crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela-605/+1103
2018-12-13crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala-54/+441
2018-12-07crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-39/+9
2018-11-29crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala-10/+142
2018-11-29crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela-244/+227
2018-11-09crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang-10/+31
2018-10-05crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala-263/+162
2018-10-05crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala-79/+94
2018-10-05crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala-10/+5
2018-10-05crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala-4/+6
2018-09-28crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala-129/+127
2018-09-28crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala-1/+20
2018-09-28crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala-22/+184
2018-09-21crypto: cavium/nitrox - use dma_pool_zalloc()Srikanth Jampala-2/+2
2018-09-14crypto: cavium/nitrox - Added support for SR-IOV configuration.Srikanth Jampala-30/+236
2018-08-25crypto: cavium/nitrox - fix for command corruption in queue full case with ba...Srikanth Jampala-26/+35