summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * 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-227-0/+633
| * crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in commentBhaskar Chowdhury2021-01-141-1/+1
* | crypto: marvel/cesa - Fix tdma descriptor on 64-bitHerbert Xu2021-01-221-2/+2
|/
* crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-272-16/+4
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-202-2/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-136-38/+39
|\
| * crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng...Qinglang Miao2020-10-021-7/+1
| * crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameZhang Qilong2020-09-251-3/+1
| * crypto: marvell/cesa - Fix sparse warningsHerbert Xu2020-08-214-25/+32
| * crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-203-3/+5
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-073-5/+5
* crypto: marvell/cesa - irq balanceSven Auhagen2020-07-312-1/+11
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-163-21/+33
* crypto: octeontx - Fix sparse warningsHerbert Xu2020-06-186-38/+32
* crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter2020-06-151-4/+7
* crypto: marvell/octeontx - Add missing '\n' in log messagesChristophe JAILLET2020-04-166-69/+70
* crypto: marvell/octeontx - fix double free of ptrColin Ian King2020-04-031-3/+5
* crypto: marvell - enable OcteonTX cpt options for buildSrujanaChalla2020-03-202-0/+17
* crypto: marvell - add the Virtual Function driver for CPTSrujanaChalla2020-03-209-2/+4686
* crypto: marvell - add support for OCTEON TX CPT engineSrujanaChalla2020-03-208-0/+2764
* crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla2020-03-208-31/+67
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel2019-11-172-10/+10
* crypto: marvell - Use kzfree rather than its implementationzhong jiang2019-09-091-2/+1
* crypto: cesa/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+8
* crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-261-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
* crypto: marvell - remove set but not used variable 'index'YueHaibing2019-04-081-2/+1
* crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing2019-02-281-2/+0