1. 8305367 crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly by Ard Biesheuvel · 5 years ago
  2. 3e414b5 Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  3. be1eb7f crypto: essiv - create wrapper template for ESSIV generation by Ard Biesheuvel · 5 years ago
  4. 08c327f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code by Hans de Goede · 5 years ago
  5. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  6. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  7. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  8. c9f1fd4 Revert "crypto: aegis128 - add support for SIMD acceleration" by Herbert Xu · 5 years ago
  9. 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago
  10. ecc8bc8 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 6 years ago
  11. 520c199 crypto: aegis128l/aegis256 - remove x86 and generic implementations by Ard Biesheuvel · 6 years ago
  12. 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 6 years ago
  13. 5bb12d7 crypto: aes-generic - drop key expansion routine in favor of library version by Ard Biesheuvel · 6 years ago
  14. 1d2c327 crypto: x86/aes - drop scalar assembler implementations by Ard Biesheuvel · 6 years ago
  15. 2c53fd1 crypto: x86/aes-ni - switch to generic for fallback and key routines by Ard Biesheuvel · 6 years ago
  16. e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 6 years ago
  17. dc51f25 crypto: arc4 - refactor arc4 core code into separate library by Ard Biesheuvel · 6 years ago
  18. 67882e7 crypto: xxhash - Implement xxhash support by Nikolay Borisov · 6 years ago
  19. 3e56e16 crypto: cryptd - move kcrypto_wq into cryptd by Eric Biggers · 6 years ago
  20. e590e13 crypto: gf128mul - make unselectable by user by Eric Biggers · 6 years ago
  21. 8780414 crypto: echainiv - change to 'default n' by Eric Biggers · 6 years ago
  22. c8a3315 crypto: make all templates select CRYPTO_MANAGER by Eric Biggers · 6 years ago
  23. 929d34c crypto: testmgr - make extra tests depend on cryptomgr by Eric Biggers · 6 years ago
  24. 1036633 crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA by Vitaly Chikunov · 6 years ago
  25. 0d7a786 crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm by Vitaly Chikunov · 6 years ago
  26. 4a2289d crypto: ecc - make ecc into separate module by Vitaly Chikunov · 6 years ago
  27. 3d6228a crypto: Kconfig - create Public-key cryptography section by Vitaly Chikunov · 6 years ago
  28. d99324c crypto: fips - Grammar s/options/option/, s/to/the/ by Geert Uytterhoeven · 6 years ago
  29. 4e5180e crypto: Kconfig - fix typos AEGSI -> AEGIS by Ondrej Mosnacek · 6 years ago
  30. e151a8d crypto: x86/morus1280 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  31. 4773095 crypto: x86/morus640 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  32. b6708c2 crypto: x86/aegis256 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  33. d628132 crypto: x86/aegis128l - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  34. de272ca crypto: x86/aegis128 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  35. 5b2706a crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS by Eric Biggers · 6 years ago
  36. af8cb01 crypto: Kconfig - Fix typo in "pclmul" by haco · 6 years ago
  37. 769e470 Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  38. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  39. 7a507d6 crypto: x86/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  40. 4af7826 crypto: x86/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  41. 0f961f9 crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  42. 012c823 crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  43. a6a3138 crypto: user - CRYPTO_STATS should depend on CRYPTO_USER by Corentin Labbe · 6 years ago
  44. 059c2a4 crypto: adiantum - add Adiantum support by Eric Biggers · 6 years ago
  45. 26609a2 crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  46. aa76240 crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  47. de61d7a crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  48. fe18957 crypto: streebog - add Streebog hash function by Vitaly Chikunov · 6 years ago
  49. ecd6d5c crypto: cts - document NIST standard status by Gilad Ben-Yossef · 6 years ago
  50. 0a6a40c crypto: aes_ti - disable interrupts while accessing S-box by Eric Biggers · 6 years ago
  51. 944585a crypto: x86/aes-ni - remove special handling of AES in PCBC mode by Ard Biesheuvel · 6 years ago
  52. e497c51 crypto: ofb - add output feedback mode by Gilad Ben-Yossef · 6 years ago
  53. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  54. ab8085c crypto: x86 - remove SHA multibuffer routines and mcryptd by Ard Biesheuvel · 6 years ago
  55. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  56. b7b73cd crypto: x86/salsa20 - remove x86 salsa20 implementations by Eric Biggers · 7 years ago
  57. 2808f17 crypto: morus - Mark MORUS SIMD glue as x86-specific by Ondrej Mosnacek · 7 years ago
  58. 6ecc9d9 crypto: x86 - Add optimized MORUS implementations by Ondrej Mosnacek · 7 years ago
  59. 56e8e57 crypto: morus - Add common SIMD glue code for MORUS by Ondrej Mosnacek · 7 years ago
  60. 396be41 crypto: morus - Add generic MORUS AEAD implementations by Ondrej Mosnacek · 7 years ago
  61. 1d373d4 crypto: x86 - Add optimized AEGIS implementations by Ondrej Mosnacek · 7 years ago
  62. f606a88 crypto: aegis - Add generic AEGIS AEAD implementations by Ondrej Mosnacek · 7 years ago
  63. d28fc3d crypto: zstd - Add zstd support by Nick Terrell · 7 years ago
  64. 948869f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  65. 747c8ce crypto: sm4 - introduce SM4 symmetric cipher algorithm by Gilad Ben-Yossef · 7 years ago
  66. a7d85e0 crypto: cfb - add support for Cipher FeedBack mode by James Bottomley · 7 years ago
  67. 0e145b47 crypto: ablk_helper - remove ablk_helper by Eric Biggers · 7 years ago
  68. 44893bc crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface by Eric Biggers · 7 years ago
  69. 1af6d03 crypto: x86/camellia - convert to skcipher interface by Eric Biggers · 7 years ago
  70. 451cc49 crypto: x86/camellia - remove XTS algorithm by Eric Biggers · 7 years ago
  71. 6043d34 crypto: x86/camellia - remove LRW algorithm by Eric Biggers · 7 years ago
  72. 44c9b75 crypto: x86/camellia-aesni-avx2 - remove LRW algorithm by Eric Biggers · 7 years ago
  73. 6fcb81b crypto: x86/camellia-aesni-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  74. 09c0f03 crypto: x86/des3_ede - convert to skcipher interface by Eric Biggers · 7 years ago
  75. c167917 crypto: x86/blowfish: convert to skcipher interface by Eric Biggers · 7 years ago
  76. 4bd9692 crypto: x86/cast6-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  77. f51a1fa crypto: x86/cast6-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  78. 1e63183 crypto: x86/cast5-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  79. 0e6ab46 crypto: x86/twofish-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  80. 876e9f0 crypto: x86/twofish-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  81. 37992fa crypto: x86/twofish-3way - convert to skcipher interface by Eric Biggers · 7 years ago
  82. ebeea98 crypto: x86/twofish-3way - remove XTS algorithm by Eric Biggers · 7 years ago
  83. 68bfc49 crypto: x86/twofish-3way - remove LRW algorithm by Eric Biggers · 7 years ago
  84. e16bf97 crypto: x86/serpent-avx,avx2 - convert to skcipher interface by Eric Biggers · 7 years ago
  85. 340b830 crypto: x86/serpent-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  86. e5f382e crypto: x86/serpent-avx2 - remove LRW algorithm by Eric Biggers · 7 years ago
  87. e0f409d crypto: x86/serpent-sse2 - convert to skcipher interface by Eric Biggers · 7 years ago
  88. 8bab4e3 crypto: x86/serpent-sse2 - remove XTS algorithm by Eric Biggers · 7 years ago
  89. 2a05cfc crypto: x86/serpent-sse2 - remove LRW algorithm by Eric Biggers · 7 years ago
  90. da7a0ab crypto: speck - add support for the Speck block cipher by Eric Biggers · 7 years ago
  91. 4a5dc51 MIPS: crypto: Add crc32 and crc32c hw accelerated module by Marcin Nowakowski · 7 years ago
  92. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  93. c9a3ff8 crypto: x86/salsa20 - cleanup and convert to skcipher API by Eric Biggers · 7 years ago
  94. 8cd579d crypto: scompress - use sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
  95. b5b9007 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH by Hauke Mehrtens · 7 years ago
  96. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  97. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  98. 4f0fc16 crypto: sm3 - add OSCCA SM3 secure hash by Gilad Ben-Yossef · 7 years ago
  99. 72548b0 crypto: algif_aead - copy AAD from src to dst by Stephan Mueller · 7 years ago
  100. 6755fd2 crypto: ecdh - add privkey generation support by Tudor-Dan Ambarus · 8 years ago