1. 3d053d5 crypto: hash - Prevent use of req->result in ahash update by Kamil Konieczny · 6 years ago
  2. 5bfa7ac crypto: virtio - remove dependency on CRYPTO_AUTHENC by Peter Wu · 6 years ago
  3. cd83a8a crypto: testmgr - introduce SM4 tests by Gilad Ben-Yossef · 6 years ago
  4. 747c8ce crypto: sm4 - introduce SM4 symmetric cipher algorithm by Gilad Ben-Yossef · 6 years ago
  5. 5110e65 crypto: chelsio -Split Hash requests for large scatter gather list by Harsh Jain · 6 years ago
  6. 7ffb911 crypto: chelsio - Fix iv passed in fallback path for rfc3686 by Harsh Jain · 6 years ago
  7. 5fb78db crypto: chelsio - Update IV before sending request to HW by Harsh Jain · 6 years ago
  8. 1d693cf crypto: chelsio - Fix src buffer dma length by Harsh Jain · 6 years ago
  9. 125d01c crypto: chelsio - Use kernel round function to align lengths by Harsh Jain · 6 years ago
  10. a6ab640 hwrng: mxc-rnga - add driver support on boards with device tree by Vladimir Zapolskiy · 6 years ago
  11. 9885b1b dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatibles by Vladimir Zapolskiy · 6 years ago
  12. 91a2abb crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS by Eric Biggers · 6 years ago
  13. 6c51ddd crypto: ccp - Use memdup_user() rather than duplicating its implementation by Markus Elfring · 6 years ago
  14. 0ee991b crypto: ccp - Fill the result buffer only on digest, finup, and final ops by Gary R Hook · 6 years ago
  15. 9cc16b4 crypto: x86/des3_ede - des3_ede_skciphers[] can be static by Wu Fengguang · 6 years ago
  16. 95ec01b crypto: ecdh - fix to allow multi segment scatterlists by James Bottomley · 6 years ago
  17. a7d85e0 crypto: cfb - add support for Cipher FeedBack mode by James Bottomley · 6 years ago
  18. 6584eac crypto: s5p-sss - Constify pointed data (arguments and local variables) by Krzysztof Kozlowski · 6 years ago
  19. 0e477c5 crypto: s5p-sss - Remove useless check for non-null request by Krzysztof Kozlowski · 6 years ago
  20. 17f5b19 crypto: omap-sham - Fix misleading indentation by Krzysztof Kozlowski · 6 years ago
  21. 05a0257 crypto: omap-sham - Remove useless check for non-null request by Krzysztof Kozlowski · 6 years ago
  22. 80862bd crypto: chelsio - no csum offload for ipsec path by Atul Gupta · 6 years ago
  23. b166be0 hwrng: omap - Fix clock resource by adding a register clock by Gregory CLEMENT · 6 years ago
  24. 10bc320 hwrng: omap - Remove useless test before clk_disable_unprepare by Gregory CLEMENT · 6 years ago
  25. 5007387 crypto: omap-aes - make queue length configurable by Tero Kristo · 6 years ago
  26. 537c62c crypto: omap-aes - make fallback size configurable by Tero Kristo · 6 years ago
  27. 62f7c70 crypto: omap-sham - make queue length configurable by Tero Kristo · 6 years ago
  28. c9af599 crypto: omap-sham - make fallback size configurable by Tero Kristo · 6 years ago
  29. 065fa25 crypto: omap-crypto - Verify page zone scatterlists before starting DMA by Tero Kristo · 6 years ago
  30. 4c21985 crypto: omap-sham - Verify page zone of scatterlists before starting DMA by Tero Kristo · 6 years ago
  31. 6a4967c crypto: talitos - do not perform unnecessary dma synchronisation by LEROY Christophe · 6 years ago
  32. ad4cd51 crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf by LEROY Christophe · 6 years ago
  33. cf03868 hwrng: cavium - make two functions static by Colin Ian King · 6 years ago
  34. 4dc5475 crypto: inside-secure - wait for the request to complete if in the backlog by Antoine Tenart · 6 years ago
  35. cff9a17 crypto: inside-secure - move cache result dma mapping to request by Antoine Tenart · 6 years ago
  36. b859202 crypto: inside-secure - move hash result dma mapping to request by Ofer Heifetz · 6 years ago
  37. 23ea8b6 include: psp-sev: Capitalize invalid length enum by Brijesh Singh · 6 years ago
  38. e385b5b crypto: ccp - Fix sparse, use plain integer as NULL pointer by Brijesh Singh · 6 years ago
  39. 0a9eb80 crypto: ccp - return an actual key size from RSA max_size callback by Maciej S. Szmigiero · 6 years ago
  40. 79eb382 crypto: ccp - don't disable interrupts while setting up debugfs by Sebastian Andrzej Siewior · 6 years ago
  41. 5d804a51 crypto: atmel-aes - fix the keys zeroing on errors by Antoine Tenart · 6 years ago
  42. 699e491 crypto: caam - do not use mem and emi_slow clock for imx7x by Rui Miguel Silva · 6 years ago
  43. b85149f crypto: caam - Fix null dereference at error path by Rui Miguel Silva · 6 years ago
  44. 716c7c3 crypto: ccp - add check to get PSP master only when PSP is detected by Brijesh Singh · 6 years ago
  45. 0e145b47 crypto: ablk_helper - remove ablk_helper by Eric Biggers · 6 years ago
  46. 75d8a55 crypto: x86/glue_helper - rename glue_skwalk_fpu_begin() by Eric Biggers · 6 years ago
  47. 0d87d0f crypto: x86/glue_helper - remove blkcipher_walk functions by Eric Biggers · 6 years ago
  48. 217afcc crypto: lrw - remove lrw_crypt() by Eric Biggers · 6 years ago
  49. eb66ecd crypto: xts - remove xts_crypt() by Eric Biggers · 6 years ago
  50. 44893bc crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface by Eric Biggers · 6 years ago
  51. 1af6d03 crypto: x86/camellia - convert to skcipher interface by Eric Biggers · 6 years ago
  52. 451cc49 crypto: x86/camellia - remove XTS algorithm by Eric Biggers · 6 years ago
  53. 6043d34 crypto: x86/camellia - remove LRW algorithm by Eric Biggers · 6 years ago
  54. 44c9b75 crypto: x86/camellia-aesni-avx2 - remove LRW algorithm by Eric Biggers · 6 years ago
  55. 6fcb81b crypto: x86/camellia-aesni-avx - remove LRW algorithm by Eric Biggers · 6 years ago
  56. 09c0f03 crypto: x86/des3_ede - convert to skcipher interface by Eric Biggers · 6 years ago
  57. c167917 crypto: x86/blowfish: convert to skcipher interface by Eric Biggers · 6 years ago
  58. 4bd9692 crypto: x86/cast6-avx - convert to skcipher interface by Eric Biggers · 6 years ago
  59. f51a1fa crypto: x86/cast6-avx - remove LRW algorithm by Eric Biggers · 6 years ago
  60. 1e63183 crypto: x86/cast5-avx - convert to skcipher interface by Eric Biggers · 6 years ago
  61. 8f461b1 crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one by Eric Biggers · 6 years ago
  62. 0e6ab46 crypto: x86/twofish-avx - convert to skcipher interface by Eric Biggers · 6 years ago
  63. 876e9f0 crypto: x86/twofish-avx - remove LRW algorithm by Eric Biggers · 6 years ago
  64. 37992fa crypto: x86/twofish-3way - convert to skcipher interface by Eric Biggers · 6 years ago
  65. ebeea98 crypto: x86/twofish-3way - remove XTS algorithm by Eric Biggers · 6 years ago
  66. 68bfc49 crypto: x86/twofish-3way - remove LRW algorithm by Eric Biggers · 6 years ago
  67. e16bf97 crypto: x86/serpent-avx,avx2 - convert to skcipher interface by Eric Biggers · 6 years ago
  68. 340b830 crypto: x86/serpent-avx - remove LRW algorithm by Eric Biggers · 6 years ago
  69. e5f382e crypto: x86/serpent-avx2 - remove LRW algorithm by Eric Biggers · 6 years ago
  70. e0f409d crypto: x86/serpent-sse2 - convert to skcipher interface by Eric Biggers · 6 years ago
  71. 8bab4e3 crypto: x86/serpent-sse2 - remove XTS algorithm by Eric Biggers · 6 years ago
  72. 2a05cfc crypto: x86/serpent-sse2 - remove LRW algorithm by Eric Biggers · 6 years ago
  73. f15f2a2 crypto: x86/glue_helper - add skcipher_walk functions by Eric Biggers · 6 years ago
  74. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 6 years ago
  75. d800e34 crypto: ccree - replace memset+kfree with kzfree by Gilad Ben-Yossef · 6 years ago
  76. 27b3b22 crypto: ccree - add support for older HW revs by Gilad Ben-Yossef · 6 years ago
  77. 9d3a45e dt-bindings: Add DT bindings for ccree 710 and 630p by Gilad Ben-Yossef · 6 years ago
  78. 6137139 crypto: ccree - remove unused definitions by Gilad Ben-Yossef · 6 years ago
  79. c42bd63 crypto: marvell/cesa - Clean up redundant #include by Robin Murphy · 6 years ago
  80. 279f4f8 hwrng: stm32 - rework read timeout calculation by lionel.debieve@st.com · 6 years ago
  81. a888df9 dt-bindings: rng: add clock detection error for stm32 by lionel.debieve@st.com · 6 years ago
  82. 529571e hwrng: stm32 - allow disable clock error detection by lionel.debieve@st.com · 6 years ago
  83. 695788f dt-bindings: rng: add reset node for stm32 by lionel.debieve@st.com · 6 years ago
  84. 326ed38 hwrng: stm32 - add reset during probe by lionel.debieve@st.com · 6 years ago
  85. 0174570 crypto: ccree - fix memdup.cocci warnings by Fengguang Wu · 6 years ago
  86. 0268483 crypto: atmel - Delete error messages for a failed memory allocation in six functions by Markus Elfring · 6 years ago
  87. 72e8d3f crypto: bcm - Delete an error message for a failed memory allocation in do_shash() by Markus Elfring · 6 years ago
  88. 5471f2e crypto: bfin_crc - Delete an error message for a failed memory allocation in bfin_crypto_crc_probe() by Markus Elfring · 6 years ago
  89. 41b3316 crypto: speck - add test vectors for Speck64-XTS by Eric Biggers · 6 years ago
  90. c3bb521 crypto: speck - add test vectors for Speck128-XTS by Eric Biggers · 6 years ago
  91. ede9622 crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS by Eric Biggers · 6 years ago
  92. c8c3641 crypto: speck - export common helpers by Eric Biggers · 6 years ago
  93. da7a0ab crypto: speck - add support for the Speck block cipher by Eric Biggers · 6 years ago
  94. e845520 crypto: aesni - Update aesni-intel_glue to use scatter/gather by Dave Watson · 6 years ago
  95. fb8986e crypto: aesni - Introduce scatter/gather asm function stubs by Dave Watson · 6 years ago
  96. 933d6ae crypto: aesni - Add fast path for > 16 byte update by Dave Watson · 6 years ago
  97. ae952c5 crypto: aesni - Introduce partial block macro by Dave Watson · 6 years ago
  98. 1476db2 crypto: aesni - Move HashKey computation from stack to gcm_context by Dave Watson · 6 years ago
  99. e2e34b0 crypto: aesni - Move ghash_mul to GCM_COMPLETE by Dave Watson · 6 years ago
  100. 9660474 crypto: aesni - Fill in new context data structures by Dave Watson · 6 years ago