summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/octeontx2
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-39/+40
2022-12-09crypto: octeontx2 - Set DMA alignment explicitlyHerbert Xu1-39/+40
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-09-30crypto: octeontx2 - Remove the unneeded result variableye xingchen1-4/+1
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-10crypto: octeontx2 - fix potential null pointer accessShijith Thotton1-3/+12
2022-06-10crypto: octeontx2 - add firmware version in devlink infoShijith Thotton3-3/+42
2022-05-13crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi1-6/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-31/+129
2022-03-03crypto: octeontx2 - fix missing unlockYang Yingliang2-2/+6
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra5-14/+46
2022-02-05crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton1-10/+7
2022-02-05crypto: octeontx2 - increase CPT HW instruction queue lengthSrujana Challa1-4/+15
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa1-0/+13
2022-02-05crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa1-1/+42
2022-01-31crypto: octeontx2 - Avoid stack variable overflowKees Cook1-1/+2
2021-12-24crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter1-1/+2
2021-12-24crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()Dan Carpenter1-1/+1
2021-12-24crypto: octeontx2 - Use swap() instead of swap_engines()Jiapeng Chong1-11/+1
2021-12-11crypto: octeontx2 - parameters for custom engine groupsSrujana Challa6-1/+142
2021-12-11crypto: octeontx2 - add apis for custom engine groupsSrujana Challa2-7/+322
2021-12-03crypto: octeontx2 - uninitialized variable in kvf_limits_store()Dan Carpenter1-5/+4
2021-11-20crypto: octeontx2 - use swap() to make code cleanerchiminghao1-4/+1
2021-10-15crypto: octeontx2 - set assoclen in aead_do_fallback()Ovidiu Panait1-0/+1
2021-06-03crypto: octeontx2 - enable and handle ME interruptsSrujana Challa1-23/+95
2021-06-03crypto: octeontx2 - add support for CPT operations on CN10KSrujana Challa9-22/+134
2021-06-03crypto: octeontx2 - add support to map LMTST region for CN10KSrujana Challa7-3/+86
2021-06-03crypto: octeontx2 - Add mailbox support for CN10KSrujana Challa8-33/+129
2021-04-22crypto: octeontx2 - add support for OcteonTX2 98xx CPT block.Srujana Challa7-58/+153
2021-02-10crypto: octeontx2 - fix -Wpointer-bool-conversion warningArnd Bergmann1-2/+1
2021-02-05crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()Dan Carpenter1-1/+1
2021-01-22crypto: octeontx2 - register with linux crypto frameworkSrujana Challa6-2/+1957
2021-01-22crypto: octeontx2 - add support to process the crypto requestSrujana Challa11-1/+1034
2021-01-22crypto: octeontx2 - add virtual function driver supportSrujana Challa6-1/+373
2021-01-22crypto: octeontx2 - add support to get engine capabilitiesSrujana Challa8-0/+350
2021-01-22crypto: octeontx2 - add LF frameworkSrujana Challa7-1/+783
2021-01-22crypto: octeontx2 - load microcode and create engine groupsSrujana Challa8-2/+1655
2021-01-22crypto: octeontx2 - enable SR-IOV and mailbox communication with VFSrujana Challa4-2/+583
2021-01-22crypto: octeontx2 - add mailbox communication with AFSrujana Challa6-2/+236
2021-01-22crypto: marvell - add Marvell OcteonTX2 CPT PF driverSrujana Challa5-0/+622