summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/cpt
Commit message (Expand)AuthorAgeFilesLines
* crypto: cavium - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva2021-12-171-4/+1
* crypto: cavium: Fix a bunch of kernel-doc related issuesLee Jones2021-05-282-3/+3
* crypto: cpt - Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET2021-05-141-5/+1
* crypto: cavium - remove unused including <linux/version.h>Tian Tao2021-03-131-1/+0
* crypto: cpt - remove casting dma_alloc_coherentXu Wang2021-02-101-4/+4
* crypto: cpt - Fix sparse warnings in cptpfHerbert Xu2020-12-041-3/+3
* crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-272-16/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-131-7/+1
|\
| * crypto: cpt - simplify the return expression of cav_register_algsLiu Shixin2020-10-021-7/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-072-9/+9
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-6/+12
* crypto: cpt - Fix sparse warningsHerbert Xu2020-07-033-23/+22
* crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka2020-06-263-6/+9
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-2/+0
* crypto: cavium/cpt - switch to skcipher APIArd Biesheuvel2019-11-171-158/+134
* crypto: cpt/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-1/+0
|\
| * crypto: cryptd - move kcrypto_wq into cryptdEric Biggers2019-05-301-1/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3012-48/+12
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* crypto: cavium - remove bogus code handling cryptdEric Biggers2019-04-181-11/+1
* crypto: cavium - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-0/+18
* crypto: cavium - Make cptvf_device_init staticYueHaibing2019-03-281-1/+1
* crypto: cavium - Make some functions staticYueHaibing2019-03-281-3/+3
* crypto: cavium - remove unused fucntionsYueHaibing2019-03-281-17/+0
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-5/+6
* crypto: cavium - remove redundant null pointer check before kfreezhong jiang2018-09-281-15/+5
* crypto: cavium - make structure algs staticColin Ian King2018-06-221-1/+1
* crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai2018-03-231-1/+1
* crypto: cavium - fix memory leak on infoColin Ian King2017-11-291-1/+2
* crypto: cavium - add release_firmware to all return caseCorentin LABBE2017-08-221-4/+9
* crypto: cavium - make several functions staticColin Ian King2017-07-121-4/+4
* crypto: cavium - Add more algorithmsGeorge Cherian2017-06-191-0/+81
* crypto: cavium - Remove the individual encrypt/decrypt function for each algo...George Cherian2017-06-192-77/+83
* crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ...George Cherian2017-06-191-1/+1
* crypto: cavium - fix leak on curr if curr->head fails to be allocatedColin Ian King2017-02-271-0/+1
* crypto: cavium - Fix couple of static checker errorsGeorge Cherian2017-02-272-3/+5
* crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-141/+65
* crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-53/+10
* crypto: cavium - remove dead MSI-X related defineChristoph Hellwig2017-02-231-2/+0
* crypto: cavium - fix Kconfig dependenciesArnd Bergmann2017-02-151-1/+2
* crypto: cavium - cpt_bind_vq_to_grp could return an error codeGeorge Cherian2017-02-151-2/+2
* crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian2017-02-118-1/+2581
* crypto: cavium - Add Support for Octeon-tx CPT EngineGeorge Cherian2017-02-117-0/+1774