1. 3f52c9a crypto: marvell/cesa - change FPGA indirect article to an by Tom Rix · 3 years, 7 months ago
  2. 76c1f4e crypto: octeontx2 - enable and handle ME interrupts by Srujana Challa · 3 years, 7 months ago
  3. 40a645f crypto: octeontx2 - add support for CPT operations on CN10K by Srujana Challa · 3 years, 7 months ago
  4. eb33cd9 crypto: octeontx2 - add support to map LMTST region for CN10K by Srujana Challa · 3 years, 7 months ago
  5. 4cd8c31 crypto: octeontx2 - Add mailbox support for CN10K by Srujana Challa · 3 years, 7 months ago
  6. b2d17df crypto: octeontx2 - add support for OcteonTX2 98xx CPT block. by Srujana Challa · 3 years, 9 months ago
  7. 31caf8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 10 months ago
  8. 6956d8b crypto: octeontx2 - fix -Wpointer-bool-conversion warning by Arnd Bergmann · 4 years ago
  9. 42e6f35 crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2 by Geert Uytterhoeven · 4 years ago
  10. b4ea222 crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELL by Herbert Xu · 4 years ago
  11. b33fa5f crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts() by Dan Carpenter · 4 years ago
  12. c114cf7 crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer by Herbert Xu · 4 years ago
  13. 6f03f0e crypto: octeontx2 - register with linux crypto framework by Srujana Challa · 4 years ago
  14. 8ec8015 crypto: octeontx2 - add support to process the crypto request by Srujana Challa · 4 years ago
  15. 19d8e8c crypto: octeontx2 - add virtual function driver support by Srujana Challa · 4 years ago
  16. 78506c2 crypto: octeontx2 - add support to get engine capabilities by Srujana Challa · 4 years ago
  17. 6450601 crypto: octeontx2 - add LF framework by Srujana Challa · 4 years ago
  18. 43ac0b8 crypto: octeontx2 - load microcode and create engine groups by Srujana Challa · 4 years ago
  19. fe16ece crypto: octeontx2 - enable SR-IOV and mailbox communication with VF by Srujana Challa · 4 years ago
  20. 83ffcf7 crypto: octeontx2 - add mailbox communication with AF by Srujana Challa · 4 years ago
  21. 5e8ce83 crypto: marvell - add Marvell OcteonTX2 CPT PF driver by Srujana Challa · 4 years ago
  22. 4f6543f crypto: marvel/cesa - Fix tdma descriptor on 64-bit by Herbert Xu · 4 years ago
  23. 4d6a5a4 crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in comment by Bhaskar Chowdhury · 4 years ago
  24. 7f6c383 crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify code by Christophe JAILLET · 4 years, 1 month ago
  25. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  26. 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
  27. 5784cfb crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng_grps_info() by Qinglang Miao · 4 years, 3 months ago
  28. 3cea6b3 crypto: marvell/cesa - use devm_platform_ioremap_resource_byname by Zhang Qilong · 4 years, 4 months ago
  29. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  30. e62291c crypto: marvell/cesa - Fix sparse warnings by Herbert Xu · 4 years, 5 months ago
  31. 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 4 years, 5 months ago
  32. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  33. 28ee8b0 crypto: marvell/cesa - irq balance by Sven Auhagen · 4 years, 6 months ago
  34. b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 6 months ago
  35. a05b1c1 crypto: octeontx - Fix sparse warnings by Herbert Xu · 4 years, 7 months ago
  36. 1f5b07f crypto: marvell/octeontx - Fix a potential NULL dereference by Dan Carpenter · 4 years, 7 months ago
  37. 0a8f598 crypto: marvell/octeontx - Add missing '\n' in log messages by Christophe JAILLET · 4 years, 9 months ago
  38. 755bddd crypto: marvell/octeontx - fix double free of ptr by Colin Ian King · 4 years, 9 months ago
  39. 6482023 crypto: marvell - enable OcteonTX cpt options for build by SrujanaChalla · 4 years, 10 months ago
  40. 10b4f09 crypto: marvell - add the Virtual Function driver for CPT by SrujanaChalla · 4 years, 10 months ago
  41. d9110b0 crypto: marvell - add support for OCTEON TX CPT engine by SrujanaChalla · 4 years, 10 months ago
  42. 655ff1a crypto: marvell - create common Kconfig and Makefile for Marvell by SrujanaChalla · 4 years, 10 months ago
  43. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  44. 8160ee7 crypto: marvell/cesa - rename blkcipher to skcipher by Ard Biesheuvel · 5 years ago
  45. 18a0bb4 crypto: marvell - Use kzfree rather than its implementation by zhong jiang · 5 years ago
  46. 9bfa85e crypto: cesa/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  47. 18d8b96d crypto: cesa/aes - switch to library version of key expansion routine by Ard Biesheuvel · 6 years ago
  48. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  49. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  50. cc4bd9f crypto: marvell - Forbid 2-key 3DES in FIPS mode by Herbert Xu · 6 years ago
  51. d315497 crypto: marvell - remove set but not used variable 'index' by YueHaibing · 6 years ago
  52. bf432e7 crypto: marvell - Remove set but not used variable 'ivsize' by YueHaibing · 6 years ago
  53. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  54. 85d7311 crypto: remove redundant type flags from tfm allocation by Eric Biggers · 7 years ago
  55. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  56. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  57. c42bd63 crypto: marvell/cesa - Clean up redundant #include by Robin Murphy · 7 years ago
  58. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  59. 37d728f crypto: marvell/cesa - Fix DMA API misuse by Robin Murphy · 7 years ago
  60. ea8c64a dma-mapping: move swiotlb arch helpers to a new header by Christoph Hellwig · 7 years ago
  61. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  62. 9c90344 crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[] by Boris BREZILLON · 7 years ago
  63. 3d549e3 crypto: marvell/cesa - remove redundant backlog checks on EBUSY by Gilad Ben-Yossef · 7 years ago
  64. e6cd5bf crypto: marvell - Switch cipher algs to the skcipher interface by Boris BREZILLON · 7 years ago
  65. 27b43fd crypto: marvell - Remove the old mv_cesa driver by Boris BREZILLON · 7 years ago
  66. 7b0c3d6 crypto: marvell - Add a platform_device_id table by Boris BREZILLON · 7 years ago
  67. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  68. 52872f5 crypto: drop unnecessary return statements by Geliang Tang · 7 years ago
  69. 06ec1f8 crypto: Use PTR_ERR_ZERO by Himanshu Jha · 7 years ago
  70. d477d81 crypto: marvell - Use IPAD/OPAD constant by Corentin LABBE · 8 years ago
  71. 2d706e7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  72. 8759fec crypto: marvell - Copy IVDIG before launching partial DMA ahash requests by Romain Perier · 8 years ago
  73. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  74. 9e5f7a1 crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash by Romain Perier · 8 years ago
  75. 68c7f8c crypto: marvell - Don't copy hash operation twice into the SRAM by Romain Perier · 8 years ago
  76. f34dad1 crypto: marvell - Don't break chain for computable last ahash requests by Romain Perier · 8 years ago
  77. 0c99620 crypto: marvell - Use an unique pool to copy results of requests by Romain Perier · 8 years ago
  78. 4785620 crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req by Romain Perier · 8 years ago
  79. 57cfda1 crypto: marvell - Don't overwrite default creq->state during initialization by Romain Perier · 8 years ago
  80. 09951d8 crypto: marvell - Update transformation context for each dequeued req by Romain Perier · 8 years ago
  81. 6dc156f crypto: marvell - make mv_cesa_ahash_cache_req() return bool by Thomas Petazzoni · 8 years ago
  82. 3e5c66c crypto: marvell - turn mv_cesa_ahash_init() into a function returning void by Thomas Petazzoni · 8 years ago
  83. 2a8a785 crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache() by Thomas Petazzoni · 8 years ago
  84. 36225b9 crypto: marvell - be explicit about destination in mv_cesa_dma_add_op() by Thomas Petazzoni · 8 years ago
  85. 8cf740a crypto: marvell - Don't copy IV vectors from the _process op for ciphers by Romain Perier · 8 years ago
  86. 64ec6cc crypto: marvell - Update cache with input sg only when it is unmapped by Romain Perier · 8 years ago
  87. 603e989e crypto: marvell - Don't chain at DMA level when backlog is disabled by Romain Perier · 8 years ago
  88. ec38f82 crypto: marvell - Fix memory leaks in TDMA chain for cipher requests by Romain Perier · 8 years ago
  89. aa6416e crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_op by Romain Perier · 8 years ago
  90. 47a1f0b crypto: marvell - Increase the size of the crypto queue by Romain Perier · 9 years ago
  91. 85030c5 crypto: marvell - Add support for chaining crypto requests in TDMA mode by Romain Perier · 9 years ago
  92. bf8f91e crypto: marvell - Add load balancing between engines by Romain Perier · 9 years ago
  93. 2786cee crypto: marvell - Move SRAM I/O operations to step functions by Romain Perier · 9 years ago
  94. 1bf6682 crypto: marvell - Add a complete operation for async requests by Romain Perier · 9 years ago
  95. 53da740 crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it by Romain Perier · 9 years ago
  96. bac8e80 crypto: marvell - Copy IV vectors by DMA transfers for acipher requests by Romain Perier · 9 years ago
  97. b99acf7 crypto: marvell - Fix wrong type check in dma functions by Romain Perier · 9 years ago
  98. f628308 crypto: marvell - Check engine is not already running when enabling a req by Romain Perier · 9 years ago
  99. e26df73 crypto: marvell - Add a macro constant for the size of the crypto queue by Romain Perier · 9 years ago
  100. 472d640 crypto: marvell/cesa - Use dma_pool_zalloc by Julia Lawall · 9 years ago