aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30crypto: zip - remove the unneeded result variableye xingchen1-24/+6
2022-09-30crypto: cavium - prevent integer overflow loading firmwareDan Carpenter1-2/+4
2022-08-19crypto: cavium - Fix comment typoJason Wang1-1/+1
2022-06-30crypto: cavium - fix typos in commentsJiang Jian1-1/+1
2022-04-08crypto: cavium/nitrox - remove check of list iterator against head past the loop bodyJakob Koschel1-4/+6
2022-03-03crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko1-2/+6
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe1-48/+35
2022-02-18crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe1-1/+1
2021-12-17crypto: cavium - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-4/+1
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede1-1/+1
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede1-3/+1
2021-06-11crypto: cavium/nitrox - Fix an error rhandling path in 'nitrox_probe()'Christophe JAILLET1-10/+8
2021-06-11crypto: nitrox - fix unchecked variable in nitrox_register_interruptsTong Tiangen1-0/+4
2021-05-28crypto: cavium: Fix a bunch of kernel-doc related issuesLee Jones6-13/+15
2021-05-14crypto: cavium/nitrox - Fix kernel-docYang Li1-1/+1
2021-05-14crypto: cavium/nitrox - Remove redundant initialization of 'sg'Yang Li1-1/+1
2021-05-14crypto: cpt - Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET1-5/+1
2021-04-16crypto: cavium/zip - remove unused including <linux/version.h>Tian Tao1-1/+0
2021-03-26crypto: nitrox - Demote non-compliant kernel-doc headersLee Jones1-2/+2
2021-03-26crypto: cavium - Fix the parameter of dma_unmap_sg()Xiang Chen1-4/+5
2021-03-13crypto: cavium - remove unused including <linux/version.h>Tian Tao1-1/+0
2021-02-10crypto: cpt - remove casting dma_alloc_coherentXu Wang1-4/+4
2020-12-04crypto: cpt - Fix sparse warnings in cptpfHerbert Xu1-3/+3
2020-11-27crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2-16/+4
2020-11-27crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-8/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+0
2020-11-13crypto: cavium/nitrox - Fix sparse warningsHerbert Xu9-21/+26
2020-11-06crypto: cavium/nitrox - remove unneeded semicolonTom Rix1-1/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-45/+8
2020-10-02crypto: cpt - simplify the return expression of cav_register_algsLiu Shixin1-7/+1
2020-09-25crypto: cavium/zip - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-38/+6
2020-08-28crypto: cavium/nitrox - add an error message to explain the failure of pci_request_mem_regionsGeorge Acosta1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long4-14/+14
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka3-16/+22
2020-07-03crypto: cpt - Fix sparse warningsHerbert Xu3-23/+22
2020-06-26crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka3-6/+9
2020-06-04crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is fully iteratedChristophe JAILLET1-2/+2
2020-05-28crypto: cavium/nitrox - Fix a typo in a commentChristophe JAILLET1-1/+1
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers3-14/+4
2019-11-17crypto: cavium/cpt - switch to skcipher APIArd Biesheuvel1-158/+134
2019-11-17crypto: nitrox - remove cra_type reference to ablkcipherArd Biesheuvel1-1/+0
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-10-05crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri1-5/+4
2019-10-05crypto: cavium/nitrox - Add mailbox message to get mcode info in VFNagadheeraj Rottela2-0/+23
2019-10-05crypto: cavium/nitrox - Fix cbc ciphers self test failuresNagadheeraj Rottela2-34/+103
2019-10-05crypto: cavium/nitrox - check assoclen and authsize for gcm(aes) cipherNagadheeraj Rottela1-3/+36
2019-09-09crypto: cavium/zip - Add missing single_release()Wei Yongjun1-0/+3
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-1/+1