aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/cpt (follow)
AgeCommit message (Expand)AuthorFilesLines
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: cpt - simplify the return expression of cav_register_algsLiu Shixin1-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-9/+9
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-6/+12
2020-07-03crypto: cpt - Fix sparse warningsHerbert Xu3-23/+22
2020-06-26crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka3-6/+9
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-2/+0
2019-11-17crypto: cavium/cpt - switch to skcipher APIArd Biesheuvel1-158/+134
2019-08-22crypto: cpt/des - switch to new verification routinesArd Biesheuvel1-21/+5
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner12-48/+12
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-18crypto: cavium - remove bogus code handling cryptdEric Biggers1-11/+1
2019-04-18crypto: cavium - Forbid 2-key 3DES in FIPS modeHerbert Xu1-0/+18
2019-03-28crypto: cavium - Make cptvf_device_init staticYueHaibing1-1/+1
2019-03-28crypto: cavium - Make some functions staticYueHaibing1-3/+3
2019-03-28crypto: cavium - remove unused fucntionsYueHaibing1-17/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-5/+6
2018-09-28crypto: cavium - remove redundant null pointer check before kfreezhong jiang1-15/+5
2018-06-22crypto: cavium - make structure algs staticColin Ian King1-1/+1
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai1-1/+1
2017-11-29crypto: cavium - fix memory leak on infoColin Ian King1-1/+2
2017-08-22crypto: cavium - add release_firmware to all return caseCorentin LABBE1-4/+9
2017-07-12crypto: cavium - make several functions staticColin Ian King1-4/+4
2017-06-19crypto: cavium - Add more algorithmsGeorge Cherian1-0/+81
2017-06-19crypto: cavium - Remove the individual encrypt/decrypt function for each algorithmGeorge Cherian2-77/+83
2017-06-19crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to dev_dbgGeorge Cherian1-1/+1
2017-02-27crypto: cavium - fix leak on curr if curr->head fails to be allocatedColin Ian King1-0/+1
2017-02-27crypto: cavium - Fix couple of static checker errorsGeorge Cherian2-3/+5
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-141/+65
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-53/+10
2017-02-23crypto: cavium - remove dead MSI-X related defineChristoph Hellwig1-2/+0
2017-02-15crypto: cavium - fix Kconfig dependenciesArnd Bergmann1-1/+2
2017-02-15crypto: cavium - cpt_bind_vq_to_grp could return an error codeGeorge Cherian1-2/+2
2017-02-11crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian8-1/+2581
2017-02-11crypto: cavium - Add Support for Octeon-tx CPT EngineGeorge Cherian7-0/+1774