summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
* crypto: marvell/octeontx - remove redundant NULL checkYushan Zhou2022-12-021-2/+1
* crypto: octeontx - fix repeated words in commentswangjianli2022-10-281-1/+1
* 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
* crypto: octeontx2 - add support for CPT operations on CN10KSrujana Challa2021-06-039-22/+134
* crypto: octeontx2 - add support to map LMTST region for CN10KSrujana Challa2021-06-037-3/+86
* crypto: octeontx2 - Add mailbox support for CN10KSrujana Challa2021-06-038-33/+129
* crypto: octeontx2 - add support for OcteonTX2 98xx CPT block.Srujana Challa2021-04-227-58/+153
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-2125-37/+7746
|\
| * crypto: octeontx2 - fix -Wpointer-bool-conversion warningArnd Bergmann2021-02-101-2/+1
| * crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2Geert Uytterhoeven2021-02-101-1/+1
| * crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELLHerbert Xu2021-02-051-0/+1
| * crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()Dan Carpenter2021-02-051-1/+1
| * crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu2021-01-295-36/+148
| * crypto: octeontx2 - register with linux crypto frameworkSrujana Challa2021-01-227-2/+1961
| * crypto: octeontx2 - add support to process the crypto requestSrujana Challa2021-01-2211-1/+1034
| * crypto: octeontx2 - add virtual function driver supportSrujana Challa2021-01-226-1/+373
| * crypto: octeontx2 - add support to get engine capabilitiesSrujana Challa2021-01-228-0/+350
| * crypto: octeontx2 - add LF frameworkSrujana Challa2021-01-227-1/+783