summaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell
AgeCommit message (Expand)Author
2022-09-30crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen
2022-09-30crypto: octeontx2 - Remove the unneeded result variableye xingchen
2022-09-30crypto: marvell/octeontx - prevent integer overflowsDan Carpenter
2022-09-09crypto: octeontx - Remove the unneeded result variableye xingchen
2022-09-02crypto: marvell/octeontx - fix repeated words in commentswangjianli
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-10crypto: octeontx2 - fix potential null pointer accessShijith Thotton
2022-06-10crypto: octeontx2 - add firmware version in devlink infoShijith Thotton
2022-05-13crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi
2022-04-21crypto: marvell/cesa - ECB does not IVCorentin Labbe
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong
2022-03-03crypto: octeontx2 - fix missing unlockYang Yingliang
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra
2022-02-05crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King
2022-02-05crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton
2022-02-05crypto: octeontx2 - increase CPT HW instruction queue lengthSrujana Challa
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa
2022-02-05crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa
2022-01-31crypto: octeontx2 - Avoid stack variable overflowKees Cook
2022-01-31crypto: octeontx2 - select CONFIG_NET_DEVLINKShijith Thotton
2021-12-24crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter
2021-12-24crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()Dan Carpenter
2021-12-24crypto: octeontx2 - Use swap() instead of swap_engines()Jiapeng Chong
2021-12-17crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva
2021-12-11crypto: octeontx2 - parameters for custom engine groupsSrujana Challa
2021-12-11crypto: octeontx2 - add apis for custom engine groupsSrujana Challa
2021-12-03crypto: octeontx2 - uninitialized variable in kvf_limits_store()Dan Carpenter
2021-11-20crypto: octeontx2 - use swap() to make code cleanerchiminghao
2021-10-15crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait
2021-09-24crypto: marvell/cesa - drop unneeded MODULE_ALIASKrzysztof Kozlowski
2021-06-17crypto: marvell/cesa - change FPGA indirect article to anTom Rix
2021-06-03crypto: octeontx2 - enable and handle ME interruptsSrujana Challa
2021-06-03crypto: octeontx2 - add support for CPT operations on CN10KSrujana Challa
2021-06-03crypto: octeontx2 - add support to map LMTST region for CN10KSrujana Challa
2021-06-03crypto: octeontx2 - Add mailbox support for CN10KSrujana Challa
2021-04-22crypto: octeontx2 - add support for OcteonTX2 98xx CPT block.Srujana Challa
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-02-10crypto: octeontx2 - fix -Wpointer-bool-conversion warningArnd Bergmann
2021-02-10crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2Geert Uytterhoeven
2021-02-05crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELLHerbert Xu
2021-02-05crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()Dan Carpenter
2021-01-29crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu
2021-01-22crypto: octeontx2 - register with linux crypto frameworkSrujana Challa
2021-01-22crypto: octeontx2 - add support to process the crypto requestSrujana Challa
2021-01-22crypto: octeontx2 - add virtual function driver supportSrujana Challa
2021-01-22crypto: octeontx2 - add support to get engine capabilitiesSrujana Challa
2021-01-22crypto: octeontx2 - add LF frameworkSrujana Challa
2021-01-22crypto: octeontx2 - load microcode and create engine groupsSrujana Challa
2021-01-22crypto: octeontx2 - enable SR-IOV and mailbox communication with VFSrujana Challa