summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-13/+13
2026-01-16crypto: cavium - fix dma_free_coherent() sizeThomas Fourier-1/+2
2025-11-14crypto: cavium/nitrox - add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-04-07crypto: cavium/zip - Remove driverHerbert Xu-3683/+0
2025-04-07crypto: cavium - Move cpt and nitrox rules into cavium MakefileHerbert Xu-0/+2
2025-03-21crypto: cavium/zip - drop obsolete 'comp' implementationArd Biesheuvel-100/+1
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu-6/+6
2024-11-15crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET-0/+2
2024-10-28crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C-2/+2
2024-10-05crypto: drivers - Correct multiple typos in commentsShen Lichuan-3/+3
2023-12-08crypto: nitrox - Remove cfbHerbert Xu-19/+0
2023-12-08crypto: cpt - Remove cfbHerbert Xu-24/+0
2023-09-20crypto: cavium/nitrox - refactor deprecated strncpyJustin Stitt-1/+1
2023-03-17crypto: cavium/nitrox - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-02-13crypto: nitrox - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: cpt - Use request_complete helpersHerbert Xu-1/+1
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov-10/+6
2022-12-09crypto: cavium - Set DMA alignment explicitlyHerbert Xu-11/+11
2022-10-21crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova-0/+1
2022-09-30crypto: zip - remove the unneeded result variableye xingchen-24/+6
2022-09-30crypto: cavium - prevent integer overflow loading firmwareDan Carpenter-2/+4
2022-08-19crypto: cavium - Fix comment typoJason Wang-1/+1
2022-06-30crypto: cavium - fix typos in commentsJiang Jian-1/+1
2022-04-08crypto: cavium/nitrox - remove check of list iterator against head past the l...Jakob Koschel-4/+6
2022-03-03crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko-2/+6
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe-48/+35
2022-02-18crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe-1/+1
2021-12-17crypto: cavium - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva-4/+1
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede-1/+1
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede-3/+1
2021-06-11crypto: cavium/nitrox - Fix an error rhandling path in 'nitrox_probe()'Christophe JAILLET-10/+8
2021-06-11crypto: nitrox - fix unchecked variable in nitrox_register_interruptsTong Tiangen-0/+4
2021-05-28crypto: cavium: Fix a bunch of kernel-doc related issuesLee Jones-13/+15
2021-05-14crypto: cavium/nitrox - Fix kernel-docYang Li-1/+1
2021-05-14crypto: cavium/nitrox - Remove redundant initialization of 'sg'Yang Li-1/+1
2021-05-14crypto: cpt - Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET-5/+1
2021-04-16crypto: cavium/zip - remove unused including <linux/version.h>Tian Tao-1/+0
2021-03-26crypto: nitrox - Demote non-compliant kernel-doc headersLee Jones-2/+2
2021-03-26crypto: cavium - Fix the parameter of dma_unmap_sg()Xiang Chen-4/+5
2021-03-13crypto: cavium - remove unused including <linux/version.h>Tian Tao-1/+0
2021-02-10crypto: cpt - remove casting dma_alloc_coherentXu Wang-4/+4
2020-12-04crypto: cpt - Fix sparse warnings in cptpfHerbert Xu-3/+3
2020-11-27crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET-16/+4
2020-11-27crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET-8/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+0
2020-11-13crypto: cavium/nitrox - Fix sparse warningsHerbert Xu-21/+26
2020-11-06crypto: cavium/nitrox - remove unneeded semicolonTom Rix-1/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-45/+8