1. 615f2f5 crypto: nitrox - fix unchecked variable in nitrox_register_interrupts by Tong Tiangen · 3 years, 8 months ago
  2. dac2dde8 Revert "crypto: cavium/nitrox - add an error message to explain the failure of pci_request_mem_regions" by Greg Kroah-Hartman · 3 years, 9 months ago
  3. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  4. f74bf73 crypto: cpt - simplify the return expression of cav_register_algs by Liu Shixin · 4 years, 4 months ago
  5. f464851 crypto: cavium/zip - Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 4 months ago
  6. 9fcddaf crypto: cavium/nitrox - add an error message to explain the failure of pci_request_mem_regions by George Acosta · 4 years, 5 months ago
  7. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  8. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  9. b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 6 months ago
  10. c414943 crypto: cpt - Fix sparse warnings by Herbert Xu · 4 years, 7 months ago
  11. 9e27c99 crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified by Mikulas Patocka · 4 years, 7 months ago
  12. 320bdbd crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is fully iterated by Christophe JAILLET · 4 years, 8 months ago
  13. ae4052c crypto: cavium/nitrox - Fix a typo in a comment by Christophe JAILLET · 4 years, 8 months ago
  14. 5a8a076 crypto: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  15. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  16. ac0d3d1 crypto: cavium/cpt - switch to skcipher API by Ard Biesheuvel · 5 years ago
  17. e830626 crypto: nitrox - remove cra_type reference to ablkcipher by Ard Biesheuvel · 5 years ago
  18. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  19. 6a97a99 crypto: cavium/nitrox - fix firmware assignment to AE cores by Phani Kiran Hemadri · 5 years ago
  20. 9e5de3e crypto: cavium/nitrox - Add mailbox message to get mcode info in VF by Nagadheeraj Rottela · 5 years ago
  21. ced0a17 crypto: cavium/nitrox - Fix cbc ciphers self test failures by Nagadheeraj Rottela · 5 years ago
  22. 3fed9ba crypto: cavium/nitrox - check assoclen and authsize for gcm(aes) cipher by Nagadheeraj Rottela · 5 years ago
  23. c552ffb crypto: cavium/zip - Add missing single_release() by Wei Yongjun · 5 years ago
  24. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  25. 43d81a8 crypto: nitrox/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  26. 0e1cbe9 crypto: cpt/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  27. 5f05cdc crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unit by Phani Kiran Hemadri · 5 years ago
  28. b31c17c crypto: cavium/nitrox - Allocate asymmetric crypto command queues by Phani Kiran Hemadri · 5 years ago
  29. a7268c4 crypto: cavium/nitrox - Add support for loading asymmetric crypto firmware by Phani Kiran Hemadri · 6 years ago
  30. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  31. 9878509 crypto: cavium/nitrox - Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  32. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  33. 3e56e16 crypto: cryptd - move kcrypto_wq into cryptd by Eric Biggers · 6 years ago
  34. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  35. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  36. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  37. bee7bdf crypto: cavium/nitrox - Fix HW family part name format by Nagadheeraj Rottela · 6 years ago
  38. 0edf859 crypto: cavium - remove bogus code handling cryptd by Eric Biggers · 6 years ago
  39. 1929169 crypto: nitrox - Forbid 2-key 3DES in FIPS mode by Herbert Xu · 6 years ago
  40. 3b2de72 crypto: cavium - Forbid 2-key 3DES in FIPS mode by Herbert Xu · 6 years ago
  41. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  42. 8a3719a5 crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher support by Nagadheeraj Rottela · 6 years ago
  43. 2ff9dff crypto: cavium - Make cptvf_device_init static by YueHaibing · 6 years ago
  44. 8355003 crypto: zip - Make some functions static by YueHaibing · 6 years ago
  45. cd1af98 crypto: cavium - Make some functions static by YueHaibing · 6 years ago
  46. 6469a3c crypto: cavium - remove unused fucntions by YueHaibing · 6 years ago
  47. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  48. 4179803 crypto: cavium/zip - fix collision with generic cra_driver_name by Eric Biggers · 6 years ago
  49. 52107c5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  50. 97a93b2 crypto: cavium/nitrox - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  51. e30886b crypto: cavium/zip - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  52. 356690d crypto: cavium/nitrox - Invoke callback after DMA unmap by Nagadheeraj Rottela · 6 years ago
  53. dc6fef2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  54. 06bbf75 crypto: cavium/nitrox - Use after free in process_response_list() by Dan Carpenter · 6 years ago
  55. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  56. dec5d0d crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS by Eric Biggers · 6 years ago
  57. c961333 crypto: cavium/nitrox - Added AEAD cipher support by Nagadheeraj Rottela · 6 years ago
  58. cf718ea crypto: cavium/nitrox - Enabled Mailbox support by Srikanth, Jampala · 6 years ago
  59. 88d905e crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  60. 7a027b5 crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode. by Srikanth, Jampala · 6 years ago
  61. 4bede34 crypto: cavium/nitrox - crypto request format changes by Nagadheeraj, Rottela · 6 years ago
  62. 7172122 crypto: cavium/nitrox - fix a DMA pool free failure by Wenwen Wang · 6 years ago
  63. 5155e11 crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X. by Srikanth Jampala · 6 years ago
  64. e7892dd crypto: cavium/nitrox - NITROX command queue changes. by Srikanth Jampala · 6 years ago
  65. 0b501e7 crypto: cavium/nitrox - use pcie_flr instead of duplicating it by Srikanth Jampala · 6 years ago
  66. 80e73c8 crypto: cavium/nitrox - fix warnings while printing atomic64_t types by Srikanth Jampala · 6 years ago
  67. 79517e8 crypto: cavium - remove redundant null pointer check before kfree by zhong jiang · 6 years ago
  68. 2a8780b crypto: cavium/nitrox - updated debugfs information. by Srikanth Jampala · 6 years ago
  69. fec165c crypto: cavium/nitrox - add support for per device request statistics. by Srikanth Jampala · 6 years ago
  70. 48e1054 crypto: cavium/nitrox - added support to identify the NITROX device partname. by Srikanth Jampala · 6 years ago
  71. 718f608 crypto: cavium/nitrox - use dma_pool_zalloc() by Srikanth Jampala · 6 years ago
  72. 41a9aca crypto: cavium/nitrox - Added support for SR-IOV configuration. by Srikanth Jampala · 6 years ago
  73. 3d7c820 crypto: cavium/nitrox - fix for command corruption in queue full case with backlog submissions. by Srikanth Jampala · 6 years ago
  74. 1c96dde crypto: cavium/nitrox - Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_context() by Jia-Ju Bai · 6 years ago
  75. 2a2b946 crypto: cavium - make structure algs static by Colin Ian King · 7 years ago
  76. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  77. 5b0aa25 crypto: cavium - Remove unnecessary parentheses by Varsha Rao · 7 years ago
  78. e7a9b05 crypto: cavium - Fix smp_processor_id() warnings by Jan Glauber · 7 years ago
  79. 1cc7e01 crypto: cavium - Fix statistics pending request value by Jan Glauber · 7 years ago
  80. a40c880 crypto: cavium - Prevent division by zero by Jan Glauber · 7 years ago
  81. c782a8c crypto: cavium - Limit result reading attempts by Jan Glauber · 7 years ago
  82. 37ff02a crypto: cavium - Fix fallout from CONFIG_VMAP_STACK by Jan Glauber · 7 years ago
  83. e9acf052 crypto: cavium - Replace mdelay with msleep in cpt_device_init by Jia-Ju Bai · 7 years ago
  84. 144f3d1 crypto: drivers - remove duplicate includes by Pravin Shedge · 7 years ago
  85. 87aae50 crypto: cavium - fix memory leak on info by Colin Ian King · 7 years ago
  86. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  87. 2f1fedc crypto: cavium - clean up clang warning on unread variable offset by Colin Ian King · 7 years ago
  88. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  89. 32e67b9 crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()' by Christophe Jaillet · 7 years ago
  90. baf5b75 crypto: cavium - add release_firmware to all return case by Corentin LABBE · 7 years ago
  91. 440bf34 crypto: cavium/nitrox - Change in firmware path. by Srikanth Jampala · 8 years ago
  92. dcf903d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  93. b8fc339 crypto: cavium - make several functions static by Colin Ian King · 8 years ago
  94. b4b8cbf Cavium CNN55XX: fix broken default Kconfig entry by Linus Torvalds · 8 years ago
  95. f2339eb crypto: cavium/nitrox - dma_mapping_error() returns bool by Dan Carpenter · 8 years ago
  96. 7c742df crypto: cavium - fix spelling mistake "Revsion" -> "Revision" by Colin Ian King · 8 years ago
  97. 10d8222 crypto: cavium - Add more algorithms by George Cherian · 8 years ago
  98. e2eb769 crypto: cavium - Remove the individual encrypt/decrypt function for each algorithm by George Cherian · 8 years ago
  99. cc53e92 crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to dev_dbg by George Cherian · 8 years ago
  100. f266387 crypto: cavium - Register the CNN55XX supported crypto algorithms. by Srikanth Jampala · 8 years ago