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