summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium
Commit message (Expand)AuthorAgeFilesLines
* crypto: cavium/nitrox - remove check of list iterator against head past the l...Jakob Koschel2022-04-081-4/+6
* crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko2022-03-031-2/+6
* crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe2022-03-031-48/+35
* crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe2022-02-181-1/+1
* crypto: cavium - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva2021-12-171-4/+1
* PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
* PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede2021-08-171-3/+1
* crypto: cavium/nitrox - Fix an error rhandling path in 'nitrox_probe()'Christophe JAILLET2021-06-111-10/+8
* crypto: nitrox - fix unchecked variable in nitrox_register_interruptsTong Tiangen2021-06-111-0/+4
* crypto: cavium: Fix a bunch of kernel-doc related issuesLee Jones2021-05-286-13/+15
* crypto: cavium/nitrox - Fix kernel-docYang Li2021-05-141-1/+1
* crypto: cavium/nitrox - Remove redundant initialization of 'sg'Yang Li2021-05-141-1/+1
* crypto: cpt - Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET2021-05-141-5/+1
* crypto: cavium/zip - remove unused including <linux/version.h>Tian Tao2021-04-161-1/+0
* crypto: nitrox - Demote non-compliant kernel-doc headersLee Jones2021-03-261-2/+2
* crypto: cavium - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-261-4/+5
* crypto: cavium - remove unused including <linux/version.h>Tian Tao2021-03-131-1/+0
* crypto: cpt - remove casting dma_alloc_coherentXu Wang2021-02-101-4/+4
* crypto: cpt - Fix sparse warnings in cptpfHerbert Xu2020-12-041-3/+3
* crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-272-16/+4
* crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-271-8/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+0
* crypto: cavium/nitrox - Fix sparse warningsHerbert Xu2020-11-139-21/+26
* crypto: cavium/nitrox - remove unneeded semicolonTom Rix2020-11-061-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-133-45/+8
|\
| * crypto: cpt - simplify the return expression of cav_register_algsLiu Shixin2020-10-021-7/+1
| * crypto: cavium/zip - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-38/+6
| * crypto: cavium/nitrox - add an error message to explain the failure of pci_re...George Acosta2020-08-281-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-074-14/+14
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-163-16/+22
* crypto: cpt - Fix sparse warningsHerbert Xu2020-07-033-23/+22
* crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka2020-06-263-6/+9
* crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET2020-06-041-2/+2
* crypto: cavium/nitrox - Fix a typo in a commentChristophe JAILLET2020-05-281-1/+1
* crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-1/+1
* 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