summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium
Commit message (Expand)AuthorAgeFilesLines
* crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala2018-10-058-263/+162Star
* crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala2018-10-055-79/+94
* crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala2018-10-051-10/+5Star
* crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala2018-10-051-4/+6
* crypto: cavium - remove redundant null pointer check before kfreezhong jiang2018-09-281-15/+5Star
* crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala2018-09-284-129/+127Star
* crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala2018-09-283-1/+20
* crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala2018-09-285-22/+184
* crypto: cavium/nitrox - use dma_pool_zalloc()Srikanth Jampala2018-09-211-2/+2
* crypto: cavium/nitrox - Added support for SR-IOV configuration.Srikanth Jampala2018-09-148-30/+236
* crypto: cavium/nitrox - fix for command corruption in queue full case with ba...Srikanth Jampala2018-08-253-26/+35
* crypto: cavium/nitrox - Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_co...Jia-Ju Bai2018-08-031-1/+1
* crypto: cavium - make structure algs staticColin Ian King2018-06-221-1/+1
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-1/+1
* crypto: cavium - Remove unnecessary parenthesesVarsha Rao2018-04-281-21/+21
* crypto: cavium - Fix smp_processor_id() warningsJan Glauber2018-04-202-3/+3
* crypto: cavium - Fix statistics pending request valueJan Glauber2018-04-202-9/+5Star
* crypto: cavium - Prevent division by zeroJan Glauber2018-04-201-4/+5
* crypto: cavium - Limit result reading attemptsJan Glauber2018-04-203-4/+25
* crypto: cavium - Fix fallout from CONFIG_VMAP_STACKJan Glauber2018-04-201-8/+14
* crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai2018-03-231-1/+1
* crypto: drivers - remove duplicate includesPravin Shedge2017-12-221-1/+0Star
* crypto: cavium - fix memory leak on infoColin Ian King2017-11-291-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-1/+1
|\
| * crypto: cavium - clean up clang warning on unread variable offsetColin Ian King2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
|/
* crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'Christophe Jaillet2017-08-221-1/+3
* crypto: cavium - add release_firmware to all return caseCorentin LABBE2017-08-221-4/+9
* crypto: cavium/nitrox - Change in firmware path.Srikanth Jampala2017-07-181-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-151-4/+4
|\
| * crypto: cavium - make several functions staticColin Ian King2017-07-121-4/+4
* | Cavium CNN55XX: fix broken default Kconfig entryLinus Torvalds2017-07-051-1/+0Star
|/
* crypto: cavium/nitrox - dma_mapping_error() returns boolDan Carpenter2017-06-221-6/+9
* crypto: cavium - fix spelling mistake "Revsion" -> "Revision"Colin Ian King2017-06-201-1/+1
* 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 - Register the CNN55XX supported crypto algorithms.Srikanth Jampala2017-06-105-1/+544
* crypto: cavium - Add debugfs support in CNN55XX driver.Srikanth Jampala2017-06-103-0/+143
* crypto: cavium - Add support for CNN55XX adapters.Srikanth Jampala2017-06-1011-0/+4000
* crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann2017-03-241-20/+20
* crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter2017-03-241-1/+1
* crypto: zip - Add Compression/Decompression statisticsMahipal Challa2017-03-094-0/+271
* crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa2017-03-099-58/+845
* crypto: zip - Add ThunderX ZIP driver coreMahipal Challa2017-03-0911-0/+2797
* 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/+65Star
* crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-53/+10Star
* crypto: cavium - remove dead MSI-X related defineChristoph Hellwig2017-02-231-2/+0Star