aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+6
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek1-3/+6
2024-04-19crypto: octeontx2 - add missing check for dma_map_singleChen Ni1-0/+4
2023-12-29crypto: octeontx2 - support setting ctx ilen for inline CPT LFNithin Dabilpuram5-1/+61
2023-12-29crypto: octeontx2 - register error interrupts for inline cptlfNithin Dabilpuram6-55/+155
2023-12-29crypto: octeontx2 - add ctx_val workaroundSrujana Challa7-1/+137
2023-12-29crypto: octeontx2 - update CPT inbound inline IPsec mailboxSrujana Challa3-1/+9
2023-12-29crypto: octeontx2 - add LF reset on queue disableSrujana Challa5-29/+86
2023-12-29crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip.Srujana Challa2-4/+13
2023-12-29crypto: octeontx2 - add devlink option to set t106 modeSrujana Challa3-4/+52
2023-12-29crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0Srujana Challa14-175/+436
2023-12-29crypto: octeontx2 - remove CPT block resetSrujana Challa1-43/+0
2023-12-15crypto: octeontx2 - Fix cptvf driver cleanupBharat Bhushan2-2/+7
2023-12-08crypto: octeontx - Remove cfbHerbert Xu1-23/+0
2023-12-08crypto: octeontx2 - By default allocate one CPT LF per CPT VFBharat Bhushan2-2/+2
2023-11-17crypto: marvell/cesa - Silence gcc format-truncation false positive warningsHerbert Xu1-3/+3
2023-10-27crypto: marvell/cesa - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds11-41/+360
2023-06-02crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1
2023-05-18crypto: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2-9/+9
2023-05-12crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa10-38/+261
2023-05-12crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa3-2/+98
2023-02-14crypto: octeontx2 - Fix objects shared between several modulesAlexander Lobakin8-14/+39
2023-02-13crypto: octeontx2 - Use request_complete helpersHerbert Xu1-2/+2
2023-02-13crypto: octeontx - Use request_complete helpersHerbert Xu1-2/+2
2023-02-13crypto: marvell/cesa - Use request_complete helpersHerbert Xu2-3/+3
2023-02-03crypto: marvell/cesa - Use crypto_wait_reqHerbert Xu1-33/+8
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov2-2/+2
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-76/+77
2022-12-09crypto: octeontx2 - Set DMA alignment explicitlyHerbert Xu1-39/+40
2022-12-09crypto: octeontx - Set DMA alignment explicitlyHerbert Xu1-34/+35
2022-12-02crypto: marvell/octeontx - remove redundant NULL checkYushan Zhou1-2/+1
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-10-28crypto: octeontx - fix repeated words in commentswangjianli1-1/+1
2022-09-30crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen1-4/+4
2022-09-30crypto: octeontx2 - Remove the unneeded result variableye xingchen1-4/+1
2022-09-30crypto: marvell/octeontx - prevent integer overflowsDan Carpenter1-2/+16
2022-09-09crypto: octeontx - Remove the unneeded result variableye xingchen1-15/+5
2022-09-02crypto: marvell/octeontx - fix repeated words in commentswangjianli1-1/+1
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang2-5/+5
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-04-21crypto: marvell/cesa - ECB does not IVCorentin Labbe1-1/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds11-36/+131
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong1-4/+1
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: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King1-1/+0
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
2022-01-31crypto: octeontx2 - select CONFIG_NET_DEVLINKShijith Thotton1-0/+1
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-17crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-3/+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-09-24crypto: marvell/cesa - drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-06-17crypto: marvell/cesa - change FPGA indirect article to anTom Rix1-1/+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-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds25-37/+7746
2021-02-10crypto: octeontx2 - fix -Wpointer-bool-conversion warningArnd Bergmann1-2/+1
2021-02-10crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2Geert Uytterhoeven1-1/+1
2021-02-05crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELLHerbert Xu1-0/+1
2021-02-05crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()Dan Carpenter1-1/+1
2021-01-29crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu5-36/+148
2021-01-22crypto: octeontx2 - register with linux crypto frameworkSrujana Challa7-2/+1961
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 Challa7-0/+633
2021-01-22crypto: marvel/cesa - Fix tdma descriptor on 64-bitHerbert Xu1-2/+2
2021-01-14crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in commentBhaskar Chowdhury1-1/+1
2020-11-27crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2-16/+4
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2-2/+4
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-38/+39
2020-10-02crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng...Qinglang Miao1-7/+1
2020-09-25crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameZhang Qilong1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-21crypto: marvell/cesa - Fix sparse warningsHerbert Xu4-25/+32
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu3-3/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long3-5/+5
2020-07-31crypto: marvell/cesa - irq balanceSven Auhagen2-1/+11
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka3-21/+33
2020-06-18crypto: octeontx - Fix sparse warningsHerbert Xu6-38/+32
2020-06-15crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter1-4/+7
2020-04-16crypto: marvell/octeontx - Add missing '\n' in log messagesChristophe JAILLET6-69/+70
2020-04-03crypto: marvell/octeontx - fix double free of ptrColin Ian King1-3/+5
2020-03-20crypto: marvell - enable OcteonTX cpt options for buildSrujanaChalla2-0/+17
2020-03-20crypto: marvell - add the Virtual Function driver for CPTSrujanaChalla9-2/+4686
2020-03-20crypto: marvell - add support for OCTEON TX CPT engineSrujanaChalla8-0/+2764
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla8-31/+67
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+1
2019-11-17crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel2-10/+10
2019-09-09crypto: marvell - Use kzfree rather than its implementationzhong jiang1-2/+1
2019-08-22crypto: cesa/des - switch to new verification routinesArd Biesheuvel1-17/+8
2019-07-26crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-18crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu1-6/+5
2019-04-08crypto: marvell - remove set but not used variable 'index'YueHaibing1-2/+1
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing1-2/+0
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-2/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-03crypto: marvell/cesa - Clean up redundant #includeRobin Murphy1-1/+0
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+12
2018-01-18crypto: marvell/cesa - Fix DMA API misuseRobin Murphy1-7/+12
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-0/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-276/+261
2017-11-06crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON1-0/+1
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2-3/+2
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON3-260/+251
2017-11-03crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON1-7/+0
2017-11-03crypto: marvell - Add a platform_device_id tableBoris BREZILLON1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-22crypto: drop unnecessary return statementsGeliang Tang1-2/+0
2017-09-22crypto: Use PTR_ERR_ZEROHimanshu Jha1-4/+1
2017-05-23crypto: marvell - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2016-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-3/+43
2016-12-16crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier3-3/+43
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-40/+75
2016-12-07crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier1-3/+5
2016-12-07crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier1-3/+0
2016-10-21crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier1-16/+49
2016-10-21crypto: marvell - Use an unique pool to copy results of requestsRomain Perier4-24/+26
2016-08-09crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier1-1/+1
2016-08-09crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier1-6/+9
2016-08-09crypto: marvell - Update transformation context for each dequeued reqRomain Perier1-0/+1
2016-08-09crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni1-11/+9
2016-08-09crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni1-3/+1
2016-08-09crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni1-2/+1
2016-08-09crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni1-0/+1
2016-07-29crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier1-10/+1
2016-07-28crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier1-6/+6
2016-07-28crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier1-3/+4
2016-07-28crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier1-8/+6
2016-07-19crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier1-1/+1
2016-06-23crypto: marvell - Increase the size of the crypto queueRomain Perier1-1/+1
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier5-27/+221
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier4-86/+84
2016-06-23crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2-12/+12
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain Perier4-15/+39
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier5-98/+84
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier4-9/+60
2016-06-23crypto: marvell - Fix wrong type check in dma functionsRomain Perier1-2/+3
2016-06-23crypto: marvell - Check engine is not already running when enabling a reqRomain Perier3-0/+6
2016-06-23crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier1-1/+4
2016-05-03crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall1-3/+2
2016-04-20crypto: marvell/cesa - Improving code readabilityRomain Perier1-5/+5
2016-04-05crypto: marvell/cesa - remove unneeded conditionDan Carpenter1-2/+1
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-70/+41
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON1-1/+1
2016-03-17crypto: marvell/cesa - initialize hash statesBoris BREZILLON1-0/+20
2016-03-17crypto: marvell/cesa - fix memory leakBoris BREZILLON2-69/+20
2016-02-06crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON1-1/+1
2015-11-17crypto: marvell - check return value of sg_nents_for_lenLABBE Corentin2-0/+12
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-295/+286
2015-10-20crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King2-19/+22
2015-10-20crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op()Russell King1-1/+1
2015-10-20crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King2-13/+14
2015-10-20crypto: marvell/cesa - use gfp_t for gfp flagsRussell King2-7/+4
2015-10-20crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King2-4/+6
2015-10-20crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King4-16/+15
2015-10-20crypto: marvell/cesa - fix memory leakBoris Brezillon1-12/+10
2015-10-20crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_...Russell King1-8/+0
2015-10-20crypto: marvell/cesa - rearrange handling for sw padded hashesRussell King1-26/+18
2015-10-20crypto: marvell/cesa - rearrange handling for hw finished hashesRussell King1-11/+24
2015-10-20crypto: marvell/cesa - rearrange last request handlingRussell King1-11/+19
2015-10-20crypto: marvell/cesa - avoid adding final operation within loopRussell King1-7/+17
2015-10-20crypto: marvell/cesa - ensure iter.base.op_len is the full op lengthRussell King1-4/+4
2015-10-20crypto: marvell/cesa - use presence of scatterlist to determine data loadRussell King1-18/+21
2015-10-20crypto: marvell/cesa - move mv_cesa_dma_add_frag() callsRussell King1-42/+29
2015-10-20crypto: marvell/cesa - always ensure mid-fragments after first-fragmentRussell King1-12/+7
2015-10-20crypto: marvell/cesa - factor out adding an operation and launching itRussell King1-38/+36
2015-10-20crypto: marvell/cesa - factor out first fragment decisions to helperRussell King2-6/+9
2015-10-20crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Russell King1-1/+1
2015-10-20crypto: marvell/cesa - ensure template operation is initialisedRussell King1-6/+6
2015-10-20crypto: marvell/cesa - fix the bit length endiannessRussell King1-2/+8
2015-10-20crypto: marvell/cesa - add flag to determine algorithm endiannessRussell King2-8/+10
2015-10-20crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King2-12/+15
2015-10-20crypto: marvell/cesa - easier way to get the transformRussell King1-2/+2
2015-10-14crypto: marvell/cesa - factor out common import/export functionsRussell King1-104/+53
2015-10-14crypto: marvell/cesa - fix wrong hash resultsRussell King1-0/+15