summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/octeontx2
Commit message (Expand)AuthorAgeFilesLines
* 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: xts - drop xts_check_key()Vladis Dronov2023-01-061-1/+1
* Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-141-39/+40
|\
| * crypto: octeontx2 - Set DMA alignment explicitlyHerbert Xu2022-12-091-39/+40
* | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
|/
* crypto: octeontx2 - Remove the unneeded result variableye xingchen2022-09-301-4/+1
* crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-2/+2
* 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
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-218-31/+129
|\
| * crypto: octeontx2 - fix missing unlockYang Yingliang2022-03-032-2/+6
| * crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra2022-02-235-14/+46
| * 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 - 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: 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: 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
* crypto: octeontx2 - fix -Wpointer-bool-conversion warningArnd Bergmann2021-02-101-2/+1
* crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()Dan Carpenter2021-02-051-1/+1
* crypto: octeontx2 - register with linux crypto frameworkSrujana Challa2021-01-226-2/+1957
* 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
* crypto: octeontx2 - load microcode and create engine groupsSrujana Challa2021-01-228-2/+1655
* crypto: octeontx2 - enable SR-IOV and mailbox communication with VFSrujana Challa2021-01-224-2/+583
* crypto: octeontx2 - add mailbox communication with AFSrujana Challa2021-01-226-2/+236
* crypto: marvell - add Marvell OcteonTX2 CPT PF driverSrujana Challa2021-01-225-0/+622