summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
* 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
| * crypto: octeontx2 - select CONFIG_NET_DEVLINKShijith Thotton2022-01-311-0/+1
* | crypto: octeontx2 - Avoid stack variable overflowKees Cook2022-01-311-1/+2
|/
* crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter2021-12-241-1/+2
* crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()Dan Carpenter2021-12-241-1/+1
* crypto: octeontx2 - Use swap() instead of swap_engines()Jiapeng Chong2021-12-241-11/+1
* crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva2021-12-171-3/+1
* crypto: octeontx2 - parameters for custom engine groupsSrujana Challa2021-12-116-1/+142
* crypto: octeontx2 - add apis for custom engine groupsSrujana Challa2021-12-112-7/+322
* crypto: octeontx2 - uninitialized variable in kvf_limits_store()Dan Carpenter2021-12-031-5/+4
* crypto: octeontx2 - use swap() to make code cleanerchiminghao2021-11-201-4/+1
* crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait2021-10-151-0/+1
* crypto: marvell/cesa - drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-241-1/+0
* crypto: marvell/cesa - change FPGA indirect article to anTom Rix2021-06-171-1/+1
* crypto: octeontx2 - enable and handle ME interruptsSrujana Challa2021-06-031-23/+95