aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22crypto: drivers - remove duplicate includesPravin Shedge1-1/+0
2017-11-29crypto: cavium - fix memory leak on infoColin Ian King1-1/+2
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2017-11-03crypto: cavium - clean up clang warning on unread variable offsetColin Ian King1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-08-22crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'Christophe Jaillet1-1/+3
2017-08-22crypto: cavium - add release_firmware to all return caseCorentin LABBE1-4/+9
2017-07-18crypto: cavium/nitrox - Change in firmware path.Srikanth Jampala1-1/+2
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+4
2017-07-12crypto: cavium - make several functions staticColin Ian King1-4/+4
2017-07-05Cavium CNN55XX: fix broken default Kconfig entryLinus Torvalds1-1/+0
2017-06-22crypto: cavium/nitrox - dma_mapping_error() returns boolDan Carpenter1-6/+9
2017-06-20crypto: cavium - fix spelling mistake "Revsion" -> "Revision"Colin Ian King1-1/+1
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-06-10crypto: cavium - Register the CNN55XX supported crypto algorithms.Srikanth Jampala5-1/+544
2017-06-10crypto: cavium - Add debugfs support in CNN55XX driver.Srikanth Jampala3-0/+143
2017-06-10crypto: cavium - Add support for CNN55XX adapters.Srikanth Jampala11-0/+4000
2017-03-24crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann1-20/+20
2017-03-24crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter1-1/+1
2017-03-09crypto: zip - Add Compression/Decompression statisticsMahipal Challa4-0/+271
2017-03-09crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa9-58/+845
2017-03-09crypto: zip - Add ThunderX ZIP driver coreMahipal Challa11-0/+2797
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