aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell
AgeCommit message (Expand)AuthorFilesLines
2023-12-29crypto: octeontx2 - support setting ctx ilen for inline CPT LFGravatar Nithin Dabilpuram 5-1/+61
2023-12-29crypto: octeontx2 - register error interrupts for inline cptlfGravatar Nithin Dabilpuram 6-55/+155
2023-12-29crypto: octeontx2 - add ctx_val workaroundGravatar Srujana Challa 7-1/+137
2023-12-29crypto: octeontx2 - update CPT inbound inline IPsec mailboxGravatar Srujana Challa 3-1/+9
2023-12-29crypto: octeontx2 - add LF reset on queue disableGravatar Srujana Challa 5-29/+86
2023-12-29crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip.Gravatar Srujana Challa 2-4/+13
2023-12-29crypto: octeontx2 - add devlink option to set t106 modeGravatar Srujana Challa 3-4/+52
2023-12-29crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0Gravatar Srujana Challa 14-175/+436
2023-12-29crypto: octeontx2 - remove CPT block resetGravatar Srujana Challa 1-43/+0
2023-12-15crypto: octeontx2 - Fix cptvf driver cleanupGravatar Bharat Bhushan 2-2/+7
2023-12-08crypto: octeontx - Remove cfbGravatar Herbert Xu 1-23/+0
2023-12-08crypto: octeontx2 - By default allocate one CPT LF per CPT VFGravatar Bharat Bhushan 2-2/+2
2023-11-17crypto: marvell/cesa - Silence gcc format-truncation false positive warningsGravatar Herbert Xu 1-3/+3
2023-10-27crypto: marvell/cesa - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 11-41/+360
2023-06-02crypto: marvell/cesa - Fix type mismatch warningGravatar Arnd Bergmann 1-1/+1
2023-05-18crypto: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesGravatar Tejun Heo 2-9/+9
2023-05-12crypto: octeontx2 - hardware configuration for inline IPsecGravatar Srujana Challa 10-38/+261
2023-05-12crypto: octeontx2 - add support for AF to CPT PF uplink mboxGravatar Srujana Challa 3-2/+98
2023-02-14crypto: octeontx2 - Fix objects shared between several modulesGravatar Alexander Lobakin 8-14/+39
2023-02-13crypto: octeontx2 - Use request_complete helpersGravatar Herbert Xu 1-2/+2
2023-02-13crypto: octeontx - Use request_complete helpersGravatar Herbert Xu 1-2/+2
2023-02-13crypto: marvell/cesa - Use request_complete helpersGravatar Herbert Xu 2-3/+3
2023-02-03crypto: marvell/cesa - Use crypto_wait_reqGravatar Herbert Xu 1-33/+8
2023-01-06crypto: xts - drop xts_check_key()Gravatar Vladis Dronov 2-2/+2
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 4-76/+77
2022-12-09crypto: octeontx2 - Set DMA alignment explicitlyGravatar Herbert Xu 1-39/+40
2022-12-09crypto: octeontx - Set DMA alignment explicitlyGravatar Herbert Xu 1-34/+35
2022-12-02crypto: marvell/octeontx - remove redundant NULL checkGravatar Yushan Zhou 1-2/+1
2022-11-30net: devlink: let the core report the driver name instead of the driversGravatar Vincent Mailhol 1-4/+0
2022-10-28crypto: octeontx - fix repeated words in commentsGravatar wangjianli 1-1/+1
2022-09-30crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()Gravatar ye xingchen 1-4/+4
2022-09-30crypto: octeontx2 - Remove the unneeded result variableGravatar ye xingchen 1-4/+1
2022-09-30crypto: marvell/octeontx - prevent integer overflowsGravatar Dan Carpenter 1-2/+16
2022-09-09crypto: octeontx - Remove the unneeded result variableGravatar ye xingchen 1-15/+5
2022-09-02crypto: marvell/octeontx - fix repeated words in commentsGravatar wangjianli 1-1/+1
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 2-5/+5
2022-06-10crypto: octeontx2 - fix potential null pointer accessGravatar Shijith Thotton 1-3/+12
2022-06-10crypto: octeontx2 - add firmware version in devlink infoGravatar Shijith Thotton 3-3/+42
2022-05-13crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Gravatar Minghao Chi 1-6/+1
2022-04-21crypto: marvell/cesa - ECB does not IVGravatar Corentin Labbe 1-1/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 11-36/+131
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itGravatar Jiapeng Chong 1-4/+1
2022-03-03crypto: octeontx2 - fix missing unlockGravatar Yang Yingliang 2-2/+6
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesGravatar Harman Kalra 5-14/+46
2022-02-05crypto: marvell/octeontx - remove redundant initialization of variable c_sizeGravatar Colin Ian King 1-1/+0
2022-02-05crypto: octeontx2 - remove CONFIG_DM_CRYPT checkGravatar Shijith Thotton 1-10/+7
2022-02-05crypto: octeontx2 - increase CPT HW instruction queue lengthGravatar Srujana Challa 1-4/+15
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultGravatar Srujana Challa 1-0/+13
2022-02-05crypto: octeontx2 - CN10K CPT to RNM workaroundGravatar Srujana Challa 1-1/+42