summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
* crypto: octeontx2 - support setting ctx ilen for inline CPT LFNithin Dabilpuram2023-12-295-1/+61
* crypto: octeontx2 - register error interrupts for inline cptlfNithin Dabilpuram2023-12-296-55/+155
* crypto: octeontx2 - add ctx_val workaroundSrujana Challa2023-12-297-1/+137
* crypto: octeontx2 - update CPT inbound inline IPsec mailboxSrujana Challa2023-12-293-1/+9
* crypto: octeontx2 - add LF reset on queue disableSrujana Challa2023-12-295-29/+86
* crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip.Srujana Challa2023-12-292-4/+13
* crypto: octeontx2 - add devlink option to set t106 modeSrujana Challa2023-12-293-4/+52
* crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0Srujana Challa2023-12-2914-175/+436
* crypto: octeontx2 - remove CPT block resetSrujana Challa2023-12-291-43/+0
* crypto: octeontx2 - Fix cptvf driver cleanupBharat Bhushan2023-12-152-2/+7
* crypto: octeontx - Remove cfbHerbert Xu2023-12-081-23/+0
* crypto: octeontx2 - By default allocate one CPT LF per CPT VFBharat Bhushan2023-12-082-2/+2
* crypto: marvell/cesa - Silence gcc format-truncation false positive warningsHerbert Xu2023-11-171-3/+3
* crypto: marvell/cesa - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-3011-41/+360
|\
| * crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann2023-06-021-1/+1
| * crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa2023-05-1210-38/+261
| * crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa2023-05-123-2/+98
* | crypto: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-182-9/+9
|/
* crypto: octeontx2 - Fix objects shared between several modulesAlexander Lobakin2023-02-148-14/+39
* crypto: octeontx2 - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: octeontx - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: marvell/cesa - Use request_complete helpersHerbert Xu2023-02-132-3/+3
* crypto: marvell/cesa - Use crypto_wait_reqHerbert Xu2023-02-031-33/+8
* crypto: xts - drop xts_check_key()Vladis Dronov2023-01-062-2/+2
* Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-144-76/+77
|\
| * crypto: octeontx2 - Set DMA alignment explicitlyHerbert Xu2022-12-091-39/+40
| * crypto: octeontx - Set DMA alignment explicitlyHerbert Xu2022-12-091-34/+35
| * crypto: marvell/octeontx - remove redundant NULL checkYushan Zhou2022-12-021-2/+1
| * crypto: octeontx - fix repeated words in commentswangjianli2022-10-281-1/+1
* | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
|/
* crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen2022-09-301-4/+4
* crypto: octeontx2 - Remove the unneeded result variableye xingchen2022-09-301-4/+1
* crypto: marvell/octeontx - prevent integer overflowsDan Carpenter2022-09-301-2/+16
* crypto: octeontx - Remove the unneeded result variableye xingchen2022-09-091-15/+5
* crypto: marvell/octeontx - fix repeated words in commentswangjianli2022-09-021-1/+1
* crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang2022-08-262-5/+5
* crypto: octeontx2 - fix potential null pointer accessShijith Thotton2022-06-101-3/+12
* crypto: octeontx2 - add firmware version in devlink infoShijith Thotton2022-06-103-3/+42
* crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi2022-05-131-6/+1
* crypto: marvell/cesa - ECB does not IVCorentin Labbe2022-04-211-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-2111-36/+131
|\
| * crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong2022-03-091-4/+1
| * crypto: octeontx2 - fix missing unlockYang Yingliang2022-03-032-2/+6
| * crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra2022-02-235-14/+46
| * crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King2022-02-051-1/+0
| * crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton2022-02-051-10/+7
| * crypto: octeontx2 - increase CPT HW instruction queue lengthSrujana Challa2022-02-051-4/+15
| * crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa2022-02-051-0/+13
| * crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa2022-02-051-1/+42