1. 8b65f34 crypto: x86/chacha20 - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  2. 4af7826 crypto: x86/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  3. 0f961f9 crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  4. 012c823 crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  5. b299362 crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instance by Eric Biggers · 6 years ago
  6. 2fe5598 crypto: arm64/chacha - use combined SIMD/ALU routine for more speed by Ard Biesheuvel · 6 years ago
  7. f2ca1cb crypto: arm64/chacha - optimize for arbitrary length inputs by Ard Biesheuvel · 6 years ago
  8. ee5bbc9 crypto: tcrypt - add block size of 1472 to skcipher template by Ard Biesheuvel · 6 years ago
  9. cf718ea crypto: cavium/nitrox - Enabled Mailbox support by Srikanth, Jampala · 6 years ago
  10. 19c11c9 crypto: arm64/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  11. 95a34b7 crypto: arm64/chacha20 - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  12. cc7cf99 crypto: arm64/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  13. a00fa0c crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305 by Eric Biggers · 6 years ago
  14. 88d905e crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  15. 8362ea1 crypto: chcr - ESN for Inline IPSec Tx by Atul Gupta · 6 years ago
  16. c35828e crypto: chcr - small packet Tx stalls the queue by Atul Gupta · 6 years ago
  17. 1f6669b crypto: user - Add crypto_stats_init by Corentin Labbe · 6 years ago
  18. 44f1313 crypto: user - rename err_cnt parameter by Corentin Labbe · 6 years ago
  19. 17c18f9 crypto: user - Split stats in multiple structures by Corentin Labbe · 6 years ago
  20. 5fff817 crypto: user - remove intermediate variable by Corentin Labbe · 6 years ago
  21. b0af91c crypto: user - Fix invalid stat reporting by Corentin Labbe · 6 years ago
  22. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  23. 76d09ea crypto: tool: getstat: convert user space example to the new crypto_user_stat uapi by Corentin Labbe · 6 years ago
  24. 7f0a9d5 crypto: user - split user space crypto stat structures by Corentin Labbe · 6 years ago
  25. 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
  26. a6a3138 crypto: user - CRYPTO_STATS should depend on CRYPTO_USER by Corentin Labbe · 6 years ago
  27. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  28. c97e4df MAINTAINERS: change NX/VMX maintainers by Paulo Flabiano Smorigo · 6 years ago
  29. 1859678 MAINTAINERS: ccree: add co-maintainer by Gilad Ben-Yossef · 6 years ago
  30. fefbc0b dt-bindings: crypto: ccree: add dt bindings for ccree 703 by Gilad Ben-Yossef · 6 years ago
  31. 1c876a9 crypto: ccree - add support for CryptoCell 703 by Gilad Ben-Yossef · 6 years ago
  32. 946dca8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 6 years ago
  33. e61efff crypto: user - Disable statistics interface by Herbert Xu · 6 years ago
  34. 7a027b5 crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode. by Srikanth, Jampala · 6 years ago
  35. 4bede34 crypto: cavium/nitrox - crypto request format changes by Nagadheeraj, Rottela · 6 years ago
  36. 180def6 crypto: x86/chacha20 - Add a 4-block AVX-512VL variant by Martin Willi · 6 years ago
  37. 29a47b5 crypto: x86/chacha20 - Add a 2-block AVX-512VL variant by Martin Willi · 6 years ago
  38. cee7a36 crypto: x86/chacha20 - Add a 8-block AVX-512VL variant by Martin Willi · 6 years ago
  39. e5bde04 crypto: do not free algorithm before using by Pan Bian · 6 years ago
  40. 059c2a4 crypto: adiantum - add Adiantum support by Eric Biggers · 6 years ago
  41. 16aae35 crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305 by Eric Biggers · 6 years ago
  42. 26609a2 crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  43. 1b6fd3d crypto: poly1305 - add Poly1305 core API by Eric Biggers · 6 years ago
  44. 878afc3 crypto: poly1305 - use structures for key and accumulator by Eric Biggers · 6 years ago
  45. bdb063a crypto: arm/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  46. 3cc2151 crypto: arm/chacha20 - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  47. d97a943 crypto: arm/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  48. be2830b crypto: arm/chacha20 - limit the preemption-disabled section by Eric Biggers · 6 years ago
  49. aa76240 crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  50. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  51. de61d7a crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  52. 5e04542 crypto: chacha20-generic - don't unnecessarily use atomic walk by Eric Biggers · 6 years ago
  53. dd33344 crypto: chacha20-generic - add HChaCha20 library function by Eric Biggers · 6 years ago
  54. 3d234b3 crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations by Eric Biggers · 6 years ago
  55. 1ad0f16 crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations by Eric Biggers · 6 years ago
  56. d416559 crypto: remove useless initializations of cra_list by Eric Biggers · 6 years ago
  57. 2b78aeb crypto: inside-secure - remove useless setting of type flags by Eric Biggers · 6 years ago
  58. 3da2c1d crypto: ecc - regularize scalar for scalar multiplication by Vitaly Chikunov · 6 years ago
  59. 8a5a79d crypto: x86/chacha20 - Add a 4-block AVX2 variant by Martin Willi · 6 years ago
  60. a5dd97f crypto: x86/chacha20 - Add a 2-block AVX2 variant by Martin Willi · 6 years ago
  61. 9b17608 crypto: x86/chacha20 - Use larger block functions more aggressively by Martin Willi · 6 years ago
  62. c3b734d crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variant by Martin Willi · 6 years ago
  63. db8e15a crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variant by Martin Willi · 6 years ago
  64. e4e7206 crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variant by Martin Willi · 6 years ago
  65. 05ba884 hwrng: bcm2835 - Switch to SPDX identifier by Stefan Wahren · 6 years ago
  66. 8ddab42 padata: clean an indentation issue, remove extraneous space by Colin Ian King · 6 years ago
  67. c10a533 crypto: caam/qi2 - add support for Chacha20 + Poly1305 by Horia Geantă · 6 years ago
  68. d6bbd4e crypto: caam/jr - add support for Chacha20 + Poly1305 by Horia Geantă · 6 years ago
  69. 193188e crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE by Cristian Stoica · 6 years ago
  70. c99d4a2 crypto: caam/qi2 - add support for ChaCha20 by Horia Geantă · 6 years ago
  71. d239b10 crypto: caam - add register map changes cf. Era 10 by Horia Geantă · 6 years ago
  72. 57f0028 crypto: mxs-dcp - Add support for dcp clk by Leonard Crestez · 6 years ago
  73. 70db8b7 dt-bindings: crypto: Mention clocks for mxs-dcp by Leonard Crestez · 6 years ago
  74. 25a0b9d crypto: streebog - add Streebog test vectors by Vitaly Chikunov · 6 years ago
  75. dfdda82 crypto: streebog - register Streebog in hash info for IMA by Vitaly Chikunov · 6 years ago
  76. fe18957 crypto: streebog - add Streebog hash function by Vitaly Chikunov · 6 years ago
  77. d65ddec crypto: aes-ce - Remove duplicate header by Brajeswar Ghosh · 6 years ago
  78. 4f0129d crypto: bcm - fix normal/non key hash algorithm failure by Raveendra Padasalagi · 6 years ago
  79. ecd6d5c crypto: cts - document NIST standard status by Gilad Ben-Yossef · 6 years ago
  80. 2eb4942 crypto: ecc - check for invalid values in the key verification test by Vitaly Chikunov · 6 years ago
  81. 196ad60 crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed by Gilad Ben-Yossef · 6 years ago
  82. 37db69e crypto: user - clean up report structure copying by Eric Biggers · 6 years ago
  83. ed848b6 crypto: user - remove redundant reporting functions by Eric Biggers · 6 years ago
  84. fc6176a crypto: chelsio - clean up various indentation issues by Colin Ian King · 6 years ago
  85. b1e3874 pcrypt: use format specifier in kobject_add by Colin Ian King · 6 years ago
  86. 7da6667 crypto: testmgr - add AES-CFB tests by Dmitry Eremin-Solenikov · 6 years ago
  87. fa46007 crypto: cfb - fix decryption by Dmitry Eremin-Solenikov · 6 years ago
  88. 7172122 crypto: cavium/nitrox - fix a DMA pool free failure by Wenwen Wang · 6 years ago
  89. 927574e crypto: ccree - add SM3 support by Yael Chemla · 6 years ago
  90. 18a1dc1 crypto: ccree - modify set_cipher_mode usage from cc_hash by Yael Chemla · 6 years ago
  91. f1e52fd crypto: ccree - adjust hash length to suit certain context specifics by Yael Chemla · 6 years ago
  92. 9b8d51f crypto: ccree - add SM4 support by Gilad Ben-Yossef · 6 years ago
  93. d422912 dt-bindings: crypto: ccree: add ccree 713 by Gilad Ben-Yossef · 6 years ago
  94. e40fdb50 crypto: ccree - add support for CryptoCell 713 by Gilad Ben-Yossef · 6 years ago
  95. 913a3aa crypto: arm/aes - add some hardening against cache-timing attacks by Eric Biggers · 6 years ago
  96. 0a6a40c crypto: aes_ti - disable interrupts while accessing S-box by Eric Biggers · 6 years ago
  97. 9f4debe crypto: user - Zeroize whole structure given to user space by Corentin Labbe · 6 years ago
  98. f43f399 crypto: user - fix leaking uninitialized memory to userspace by Eric Biggers · 6 years ago
  99. 508a1c4 crypto: simd - correctly take reqsize of wrapped skcipher into account by Ard Biesheuvel · 6 years ago
  100. 0b0cf6a crypto: hisilicon - Fix reference after free of memories on error path by John Garry · 6 years ago