summaryrefslogtreecommitdiff
path: root/drivers/crypto/cavium
AgeCommit message (Expand)AuthorFilesLines
2019-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+6
2019-01-25crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela1-4/+6
2019-01-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2019-01-10crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain3-8/+9
2018-12-23crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers1-2/+1
2018-12-23crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela7-605/+1103
2018-12-13crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala11-54/+441
2018-12-07crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-39/+9
2018-11-29crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala4-10/+142
2018-11-29crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela3-244/+227
2018-11-09crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang3-10/+31
2018-10-05crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala8-263/+162
2018-10-05crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala5-79/+94
2018-10-05crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala1-10/+5
2018-10-05crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala1-4/+6
2018-09-28crypto: cavium - remove redundant null pointer check before kfreezhong jiang1-15/+5
2018-09-28crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala4-129/+127
2018-09-28crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala3-1/+20
2018-09-28crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala5-22/+184
2018-09-21crypto: cavium/nitrox - use dma_pool_zalloc()Srikanth Jampala1-2/+2
2018-09-14crypto: cavium/nitrox - Added support for SR-IOV configuration.Srikanth Jampala8-30/+236
2018-08-25crypto: cavium/nitrox - fix for command corruption in queue full case with ba...Srikanth Jampala3-26/+35
2018-08-03crypto: cavium/nitrox - Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_co...Jia-Ju Bai1-1/+1
2018-06-22crypto: cavium - make structure algs staticColin Ian King1-1/+1
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+1
2018-04-28crypto: cavium - Remove unnecessary parenthesesVarsha Rao1-21/+21
2018-04-21crypto: cavium - Fix smp_processor_id() warningsJan Glauber2-3/+3
2018-04-21crypto: cavium - Fix statistics pending request valueJan Glauber2-9/+5
2018-04-21crypto: cavium - Prevent division by zeroJan Glauber1-4/+5
2018-04-21crypto: cavium - Limit result reading attemptsJan Glauber3-4/+25
2018-04-21crypto: cavium - Fix fallout from CONFIG_VMAP_STACKJan Glauber1-8/+14
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai1-1/+1
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...Linus 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...Linus 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 algo...George Cherian2-77/+83
2017-06-19crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ...George Cherian1-1/+1
2017-06-10crypto: cavium - Register the CNN55XX supported crypto algorithms.Srikanth Jampala5-1/+544