1. 71c6da8 crypto: ghash-clmulni: specify context size for ghash async algorithm by Andrey Ryabinin · 9 years ago
  2. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  3. b1ccc8f crypto: poly1305 - Add a four block AVX2 variant for x86_64 by Martin Willi · 9 years ago
  4. da35b22 crypto: poly1305 - Add a two block SSE2 variant for x86_64 by Martin Willi · 9 years ago
  5. c70f4ab crypto: poly1305 - Add a SSE2 SIMD variant for x86_64 by Martin Willi · 9 years ago
  6. 3d1e93c crypto: chacha20 - Add an eight block AVX2 variant for x86_64 by Martin Willi · 9 years ago
  7. 274f938 crypto: chacha20 - Add a four block SSSE3 variant for x86_64 by Martin Willi · 9 years ago
  8. c9320b6 crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64 by Martin Willi · 9 years ago
  9. e9b8d2c crypto: aesni - Use new IV convention by Herbert Xu · 9 years ago
  10. 0fbafd0 crypto: aesni - fix failing setkey for rfc4106-gcm-aesni by Tadeusz Struk · 9 years ago
  11. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  12. de1e008 crypto: aesni - fix crypto_fpu_exit() section mismatch by Jeremiah Mahler · 9 years ago
  13. b7c89d9 crypto: aesni - Convert rfc4106 to new AEAD interface by Herbert Xu · 9 years ago
  14. af05b300 crypto: aesni - Convert top-level rfc4106 algorithm to new interface by Herbert Xu · 9 years ago
  15. 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  16. b54b4bb x86/fpu, crypto: Fix AVX2 feature tests by Ingo Molnar · 9 years ago
  17. 57dd083 x86/fpu, crypto x86/sha1_mb: Remove FPU internal headers from sha1_mb.c by Ingo Molnar · 9 years ago
  18. 534ff06 x86/fpu, crypto x86/serpent_avx2: Simplify the init() xfeature checks by Ingo Molnar · 9 years ago
  19. d1e5096 x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature checks by Ingo Molnar · 9 years ago
  20. 1debf7d x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks by Ingo Molnar · 9 years ago
  21. c93b8a3 x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks by Ingo Molnar · 9 years ago
  22. d5d34d9 x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checks by Ingo Molnar · 9 years ago
  23. c1c23f7 x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() xfeature checks by Ingo Molnar · 9 years ago
  24. 4eecd26 x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checks by Ingo Molnar · 9 years ago
  25. 7bc371f x86/fpu, crypto x86/camellia_aesni_avx2: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 9 years ago
  26. 70d51eb x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() xfeature checks by Ingo Molnar · 9 years ago
  27. ce4f5f9 x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 9 years ago
  28. 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 9 years ago
  29. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  30. a137fb6 x86/fpu: Move xsave.h to fpu/xsave.h by Ingo Molnar · 9 years ago
  31. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 9 years ago
  32. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 9 years ago
  33. a5a2b4d crypto: aesni - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  34. 21a6dd5 crypto: sha1-mb - Remove pointless cast by firo yang · 9 years ago
  35. 00425bb crypto: x86/sha512_ssse3 - fixup for asm function prototype change by Ard Biesheuvel · 9 years ago
  36. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  37. e68410e crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer by Ard Biesheuvel · 9 years ago
  38. 1631030 crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer by Ard Biesheuvel · 9 years ago
  39. 824b437 crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layer by Ard Biesheuvel · 9 years ago
  40. a734b4a x86/asm: Replace "MOVQ $imm, %reg" with MOVL by Denys Vlasenko · 9 years ago
  41. 555fa17 crypto: sha-mb - mark Multi buffer SHA1 helper cipher by Stephan Mueller · 9 years ago
  42. 4dda66f crypto: twofish_avx - mark Twofish AVX helper ciphers by Stephan Mueller · 9 years ago
  43. 748be1f crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers by Stephan Mueller · 9 years ago
  44. 65aed53 crypto: serpent_avx - mark Serpent AVX helper ciphers by Stephan Mueller · 9 years ago
  45. f82419a crypto: serpent_avx2 - mark Serpent AVX2 helper ciphers by Stephan Mueller · 9 years ago
  46. e69b8a4 crypto: cast6_avx - mark CAST6 helper ciphers by Stephan Mueller · 9 years ago
  47. 7d2c31d crypto: camellia_aesni_avx - mark AVX Camellia helper ciphers by Stephan Mueller · 9 years ago
  48. 680574e crypto: cast5_avx - mark CAST5 helper ciphers by Stephan Mueller · 9 years ago
  49. a62356a crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphers by Stephan Mueller · 9 years ago
  50. 6a9b52b crypto: clmulni - mark ghash clmulni helper ciphers by Stephan Mueller · 9 years ago
  51. eabdc32 crypto: aesni - mark AES-NI helper ciphers by Stephan Mueller · 9 years ago
  52. c42e990 crypto: sha1-mb - Syntax error by Ameen Ali · 9 years ago
  53. 05713ba crypto: don't export static symbol by Julia Lawall · 9 years ago
  54. ccfe8c3 crypto: aesni - fix memory usage in GCM decryption by Stephan Mueller · 9 years ago
  55. 81e397d crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg by Tadeusz Struk · 9 years ago
  56. 66c046b crypto: sha-mb - Fix big integer constant sparse warning by Lad, Prabhakar · 9 years ago
  57. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  58. e31ac32 crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 by Timothy McCaffrey · 10 years ago
  59. d8219f5 crypto: x86/des3_ede - drop bogus module aliases by Mathias Krause · 10 years ago
  60. 3e14dcf crypto: add missing crypto module aliases by Mathias Krause · 10 years ago
  61. 0b8c960 crypto: sha-mb - Add avx2_supported check. by Vinson Lee · 10 years ago
  62. 0b1e95b crypto: aesni - fix "by8" variant for 128 bit keys by Mathias Krause · 10 years ago
  63. a6326ba crypto: sha - replace memset by memzero_explicit by Julia Lawall · 10 years ago
  64. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  65. 5d1b3c9 crypto: sha-mb - remove a bogus NULL check by Dan Carpenter · 10 years ago
  66. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  67. 304576a crypto: aesni - remove unnecessary #define by Valentin Rothberg · 10 years ago
  68. 5cfed7b Revert "crypto: aesni - disable "by8" AVX CTR optimization" by Mathias Krause · 10 years ago
  69. 9561dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  70. e3b3bb5 crypto: aesni - remove unused defines in "by8" variant by Mathias Krause · 10 years ago
  71. 80dca47 crypto: aesni - fix counter overflow handling in "by8" variant by Mathias Krause · 10 years ago
  72. 7da4b29 crypto: aesni - disable "by8" AVX CTR optimization by Mathias Krause · 10 years ago
  73. 4c1948f crypto: sha-mb - sha1_mb_alg_state can be static by Fengguang Wu · 10 years ago
  74. ad61e04 crypto: sha-mb - SHA1 multibuffer job manager and glue code by Tim Chen · 10 years ago
  75. 12d2513 crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2) by Tim Chen · 10 years ago
  76. 2249cbb crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2 by Tim Chen · 10 years ago
  77. 1161777 crypto: sha-mb - SHA1 multibuffer algorithm data structures by Tim Chen · 10 years ago
  78. 3e7a716 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  79. cfe82d4 crypto: sha512_ssse3 - fix byte count to bit count conversion by Jussi Kivilinna · 10 years ago
  80. 5e50d43 crypto: des3_ede-x86_64 - fix parse warning by Jussi Kivilinna · 10 years ago
  81. 22cddcc crypto: aes - AES CTR x86_64 "by8" AVX optimization by chandramouli narayanan · 10 years ago
  82. 6574e6c crypto: des_3des - add x86-64 assembly implementation by Jussi Kivilinna · 10 years ago
  83. 473946e crypto: crc32c-pclmul - Shrink K_table to 32-bit words by George Spelvin · 10 years ago
  84. 0ea4814 crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key by Herbert Xu · 10 years ago
  85. 8ceee72 crypto: ghash-clmulni-intel - use C implementation for setkey() by Ard Biesheuvel · 10 years ago
  86. 37b2894 crypto: x86/sha1 - reduce size of the AVX2 asm implementation by Mathias Krause · 10 years ago
  87. 6c8c17c crypto: x86/sha1 - fix stack alignment of AVX2 variant by Mathias Krause · 10 years ago
  88. 6ca5afb crypto: x86/sha1 - re-enable the AVX variant by Mathias Krause · 10 years ago
  89. 7c1da8d crypto: sha - SHA1 transform x86_64 AVX2 by chandramouli narayanan · 10 years ago
  90. b3bd586 crypto: remove a duplicate checks in __cbc_decrypt() by Dan Carpenter · 10 years ago
  91. 79ba451 crypto: aesni - fix build on x86 (32bit) by Tim Chen · 11 years ago
  92. 8610d7b crypto: aesni - fix build on x86 (32bit) by Andy Shevchenko · 11 years ago
  93. d764593 crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode by Tim Chen · 11 years ago
  94. fed2861 crypto: arch - use crypto_memneq instead of memcmp by Daniel Borkmann · 11 years ago
  95. 16c0c4e crypto: sha256_ssse3 - also test for BMI2 by Oliver Neukum · 11 years ago
  96. 801201a crypto: move x86 to the generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  97. 5849720 crypto: x86 - restore avx2_supported check by Jussi Kivilinna · 11 years ago
  98. 7d44490 crypto: sha256_ssse3 - use correct module alias for sha224 by Jussi Kivilinna · 11 years ago
  99. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  100. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 11 years ago