Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -71/+23 |
2019-02-28 | crypto: cavium/zip - fix collision with generic cra_driver_name | Eric Biggers | 1 | -2/+4 |
2019-02-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+6 |
2019-02-01 | crypto: cavium/nitrox - no need to check return value of debugfs_create funct... | Greg Kroah-Hartman | 3 | -28/+8 |
2019-02-01 | crypto: cavium/zip - no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -41/+11 |
2019-01-25 | crypto: cavium/nitrox - Invoke callback after DMA unmap | Nagadheeraj Rottela | 1 | -4/+6 |
2019-01-18 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2019-01-10 | crypto: cavium/nitrox - Use after free in process_response_list() | Dan Carpenter | 1 | -1/+1 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 3 | -8/+9 |
2018-12-23 | crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS | Eric Biggers | 1 | -2/+1 |
2018-12-23 | crypto: cavium/nitrox - Added AEAD cipher support | Nagadheeraj Rottela | 7 | -605/+1103 |
2018-12-13 | crypto: cavium/nitrox - Enabled Mailbox support | Srikanth, Jampala | 11 | -54/+441 |
2018-12-07 | crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 1 | -39/+9 |
2018-11-29 | crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode. | Srikanth, Jampala | 4 | -10/+142 |
2018-11-29 | crypto: cavium/nitrox - crypto request format changes | Nagadheeraj, Rottela | 3 | -244/+227 |
2018-11-09 | crypto: cavium/nitrox - fix a DMA pool free failure | Wenwen Wang | 3 | -10/+31 |
2018-10-05 | crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X. | Srikanth Jampala | 8 | -263/+162 |
2018-10-05 | crypto: cavium/nitrox - NITROX command queue changes. | Srikanth Jampala | 5 | -79/+94 |
2018-10-05 | crypto: cavium/nitrox - use pcie_flr instead of duplicating it | Srikanth Jampala | 1 | -10/+5 |
2018-10-05 | crypto: cavium/nitrox - fix warnings while printing atomic64_t types | Srikanth Jampala | 1 | -4/+6 |
2018-09-28 | crypto: cavium - remove redundant null pointer check before kfree | zhong jiang | 1 | -15/+5 |
2018-09-28 | crypto: cavium/nitrox - updated debugfs information. | Srikanth Jampala | 4 | -129/+127 |
2018-09-28 | crypto: cavium/nitrox - add support for per device request statistics. | Srikanth Jampala | 3 | -1/+20 |
2018-09-28 | crypto: cavium/nitrox - added support to identify the NITROX device partname. | Srikanth Jampala | 5 | -22/+184 |
2018-09-21 | crypto: cavium/nitrox - use dma_pool_zalloc() | Srikanth Jampala | 1 | -2/+2 |
2018-09-14 | crypto: cavium/nitrox - Added support for SR-IOV configuration. | Srikanth Jampala | 8 | -30/+236 |
2018-08-25 | crypto: cavium/nitrox - fix for command corruption in queue full case with ba... | Srikanth Jampala | 3 | -26/+35 |
2018-08-03 | crypto: cavium/nitrox - Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_co... | Jia-Ju Bai | 1 | -1/+1 |
2018-06-22 | crypto: cavium - make structure algs static | Colin Ian King | 1 | -1/+1 |
2018-06-13 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 1 | -1/+1 |
2018-04-28 | crypto: cavium - Remove unnecessary parentheses | Varsha Rao | 1 | -21/+21 |
2018-04-20 | crypto: cavium - Fix smp_processor_id() warnings | Jan Glauber | 2 | -3/+3 |
2018-04-20 | crypto: cavium - Fix statistics pending request value | Jan Glauber | 2 | -9/+5 |
2018-04-20 | crypto: cavium - Prevent division by zero | Jan Glauber | 1 | -4/+5 |
2018-04-20 | crypto: cavium - Limit result reading attempts | Jan Glauber | 3 | -4/+25 |
2018-04-20 | crypto: cavium - Fix fallout from CONFIG_VMAP_STACK | Jan Glauber | 1 | -8/+14 |
2018-03-23 | crypto: cavium - Replace mdelay with msleep in cpt_device_init | Jia-Ju Bai | 1 | -1/+1 |
2017-12-22 | crypto: drivers - remove duplicate includes | Pravin Shedge | 1 | -1/+0 |
2017-11-29 | crypto: cavium - fix memory leak on info | Colin Ian King | 1 | -1/+2 |
2017-11-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2017-11-03 | crypto: cavium - clean up clang warning on unread variable offset | Colin Ian King | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 11 | -0/+11 |
2017-08-22 | crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()' | Christophe Jaillet | 1 | -1/+3 |
2017-08-22 | crypto: cavium - add release_firmware to all return case | Corentin LABBE | 1 | -4/+9 |
2017-07-18 | crypto: cavium/nitrox - Change in firmware path. | Srikanth Jampala | 1 | -1/+2 |
2017-07-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+4 |
2017-07-12 | crypto: cavium - make several functions static | Colin Ian King | 1 | -4/+4 |
2017-07-05 | Cavium CNN55XX: fix broken default Kconfig entry | Linus Torvalds | 1 | -1/+0 |
2017-06-22 | crypto: cavium/nitrox - dma_mapping_error() returns bool | Dan Carpenter | 1 | -6/+9 |
2017-06-20 | crypto: cavium - fix spelling mistake "Revsion" -> "Revision" | Colin Ian King | 1 | -1/+1 |