summaryrefslogtreecommitdiff
path: root/drivers/crypto/cavium
AgeCommit message (Expand)AuthorFilesLines
2023-12-08crypto: nitrox - Remove cfbHerbert Xu1-19/+0
2023-12-08crypto: cpt - Remove cfbHerbert Xu1-24/+0
2023-09-20crypto: cavium/nitrox - refactor deprecated strncpyJustin Stitt1-1/+1
2023-03-17crypto: cavium/nitrox - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-13crypto: nitrox - Use request_complete helpersHerbert Xu1-2/+2
2023-02-13crypto: cpt - Use request_complete helpersHerbert Xu1-1/+1
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov2-10/+6
2022-12-09crypto: cavium - Set DMA alignment explicitlyHerbert Xu2-11/+11
2022-10-21crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova1-0/+1
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 l...Jakob 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-19PCI: 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-12crypto: 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...Linus 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_re...George Acosta1-0/+1
2020-08-24treewide: 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 full...Christophe 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