aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/octeontx (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen1-4/+4
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 Sang1-3/+3
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong1-4/+1
2022-02-05crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King1-1/+0
2021-12-17crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-3/+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 Biggers1-1/+2
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+1
2020-10-02crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng_grps_info()Qinglang Miao1-7/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-4/+4
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-15/+15
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 - add the Virtual Function driver for CPTSrujanaChalla9-2/+4686
2020-03-20crypto: marvell - add support for OCTEON TX CPT engineSrujanaChalla8-0/+2764