1. 72ff2bf crypto: aesni - xts_crypt() return if walk.nbytes is 0 by Shreyansh Chouhan · 3 years, 5 months ago
  2. 821720b crypto: x86/aes-ni - add missing error checks in XTS code by Ard Biesheuvel · 3 years, 6 months ago
  3. 65d1e3c crypto: aesni - release FPU during skcipher walk API calls by Ard Biesheuvel · 4 years ago
  4. 64a49b8 crypto: aesni - replace CTR function pointer with static call by Ard Biesheuvel · 4 years ago
  5. d6cbf4e crypto: aesni - replace function pointers with static branches by Ard Biesheuvel · 4 years ago
  6. 83c83e6 crypto: aesni - refactor scatterlist processing by Ard Biesheuvel · 4 years ago
  7. 2694e23 crypto: aesni - clean up mapping of associated data by Ard Biesheuvel · 4 years ago
  8. 30f2c18 crypto: aesni - drop unused asm prototypes by Ard Biesheuvel · 4 years ago
  9. a13ed1d crypto: aesni - prevent misaligned buffers on the stack by Ard Biesheuvel · 4 years ago
  10. 2481104 crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper by Ard Biesheuvel · 4 years ago
  11. 86ad60a crypto: x86/aes-ni-xts - use direct calls to and 4-way stride by Ard Biesheuvel · 4 years ago
  12. ddf169a crypto: aesni - implement support for cts(cbc(aes)) by Ard Biesheuvel · 4 years, 1 month ago
  13. e6abef6 x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2 by Jason A. Donenfeld · 4 years, 10 months ago
  14. 4225157 x86: remove always-defined CONFIG_AS_AVX by Masahiro Yamada · 4 years, 10 months ago
  15. f30cfac crypto: Convert to new CPU match macros by Thomas Gleixner · 4 years, 10 months ago
  16. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  17. 9c1e883 crypto: x86 - Regularize glue function prototypes by Kees Cook · 5 years ago
  18. f6680cb crypto: x86/aes-ni - use AES library instead of single-use AES cipher by Ard Biesheuvel · 5 years ago
  19. 8ce5fac crypto: x86/xts - implement support for ciphertext stealing by Ard Biesheuvel · 5 years ago
  20. 2c53fd1 crypto: x86/aes-ni - switch to generic for fallback and key routines by Ard Biesheuvel · 6 years ago
  21. 724ecd3 crypto: aes - rename local routines to prevent future clashes by Ard Biesheuvel · 6 years ago
  22. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  23. 0726955 crypto: x86/aesni - remove unused internal cipher algorithm by Eric Biggers · 6 years ago
  24. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  25. f2abe0d crypto: x86 - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  26. 149e122 crypto: x86/aesni - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  27. 8b56d34 crypto: x86/aesni - convert to use skcipher SIMD bulk registration by Eric Biggers · 6 years ago
  28. 3af3496 crypto: x86/aesni-gcm - fix crash on empty plaintext by Eric Biggers · 6 years ago
  29. 793ff5f crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static const by Eric Biggers · 6 years ago
  30. 603f8c3 crypto: aesni - Add scatter/gather avx stubs, and use them in C by Dave Watson · 6 years ago
  31. 38003cd crypto: aesni - Split AAD hash calculation to separate macro by Dave Watson · 6 years ago
  32. 5350b0f crypto: aesni - support 256 byte keys in avx asm by Dave Watson · 6 years ago
  33. de85fc4 crypto: aesni - Introduce gcm_context_data by Dave Watson · 6 years ago
  34. e0db9c48 crypto: x86/aes-ni - fix build error following fpu template removal by Eric Biggers · 6 years ago
  35. 944585a crypto: x86/aes-ni - remove special handling of AES in PCBC mode by Ard Biesheuvel · 6 years ago
  36. a7888481 crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross a page in gcm by Mikulas Patocka · 6 years ago
  37. e845520 crypto: aesni - Update aesni-intel_glue to use scatter/gather by Dave Watson · 7 years ago
  38. fb8986e crypto: aesni - Introduce scatter/gather asm function stubs by Dave Watson · 7 years ago
  39. 9ee4a5d crypto: aesni - Introduce gcm_context_data by Dave Watson · 7 years ago
  40. 9c674e1e crypto: aesni - handle zero length dst buffer by Stephan Mueller · 7 years ago
  41. fc8517b crypto: aesni - add wrapper for generic gcm(aes) by Sabrina Dubroca · 7 years ago
  42. 106840c crypto: aesni - fix typo in generic_gcmaes_decrypt by Sabrina Dubroca · 7 years ago
  43. 46d9374 crypto: aesni - Use GCM IV size constant by Corentin LABBE · 7 years ago
  44. 1c9fa29 crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 static by Colin Ian King · 7 years ago
  45. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  46. cce2ea8 crypto: aesni - add generic gcm(aes) by Sabrina Dubroca · 8 years ago
  47. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  48. c268199 crypto: aesni - Fix failure when pcbc module is absent by Herbert Xu · 8 years ago
  49. 07825f0 crypto: aesni - Fix failure when built-in with modular pcbc by Herbert Xu · 8 years ago
  50. 50fb570 crypto: aesni-intel - RFC4106 can zero copy when !PageHighMem by Ilya Lesokhin · 8 years ago
  51. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  52. 8567186 crypto: aesni - Convert to skcipher by Herbert Xu · 8 years ago
  53. beae2c9 crypto: aesni: shut up -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  54. 02fa472 crypto: aesni - Use crypto_cipher to derive rfc4106 subkey by Herbert Xu · 9 years ago
  55. 38b2f68 crypto: aesni - Fix cryptd reordering problem on gcm by Herbert Xu · 9 years ago
  56. da154e8 x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  57. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 9 years ago
  58. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  59. e9b8d2c crypto: aesni - Use new IV convention by Herbert Xu · 10 years ago
  60. 0fbafd0 crypto: aesni - fix failing setkey for rfc4106-gcm-aesni by Tadeusz Struk · 10 years ago
  61. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  62. b7c89d9 crypto: aesni - Convert rfc4106 to new AEAD interface by Herbert Xu · 10 years ago
  63. af05b300 crypto: aesni - Convert top-level rfc4106 algorithm to new interface by Herbert Xu · 10 years ago
  64. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
  65. a5a2b4d crypto: aesni - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  66. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  67. eabdc32 crypto: aesni - mark AES-NI helper ciphers by Stephan Mueller · 10 years ago
  68. ccfe8c3 crypto: aesni - fix memory usage in GCM decryption by Stephan Mueller · 10 years ago
  69. 81e397d crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg by Tadeusz Struk · 10 years ago
  70. e31ac32 crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 by Timothy McCaffrey · 10 years ago
  71. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  72. 304576a crypto: aesni - remove unnecessary #define by Valentin Rothberg · 10 years ago
  73. 5cfed7b Revert "crypto: aesni - disable "by8" AVX CTR optimization" by Mathias Krause · 10 years ago
  74. 7da4b29 crypto: aesni - disable "by8" AVX CTR optimization by Mathias Krause · 10 years ago
  75. 22cddcc crypto: aes - AES CTR x86_64 "by8" AVX optimization by chandramouli narayanan · 11 years ago
  76. 8610d7b crypto: aesni - fix build on x86 (32bit) by Andy Shevchenko · 11 years ago
  77. d764593 crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode by Tim Chen · 11 years ago
  78. fed2861 crypto: arch - use crypto_memneq instead of memcmp by Daniel Borkmann · 11 years ago
  79. 801201a crypto: move x86 to the generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  80. c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 12 years ago
  81. 0024dc5 crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead by Jussi Kivilinna · 12 years ago
  82. 32bec97 crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc() by Jussi Kivilinna · 12 years ago
  83. 023af60 crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines by Jussi Kivilinna · 12 years ago
  84. 7af6c245 crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations by Jussi Kivilinna · 12 years ago
  85. bf084d8 crypto: aesni-intel - fix wrong kfree pointer by Milan Broz · 13 years ago
  86. 70ef260 crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/ by Jussi Kivilinna · 13 years ago
  87. a9629d7 crypto: aes_ni - change to use shared ablk_* functions by Jussi Kivilinna · 13 years ago
  88. ef45b83 crypto: aesni-intel - move more common code to ablk_init_common by Jussi Kivilinna · 13 years ago
  89. fa46ccb crypto: aesni-intel - use crypto_[un]register_algs by Jussi Kivilinna · 13 years ago
  90. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  91. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  92. 3bd391f crypto: Add support for x86 cpuid auto loading for x86 crypto drivers by Andi Kleen · 13 years ago
  93. 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 14 years ago
  94. 9bed4ac crypto: aesni-intel - fix aesni build on i386 by Randy Dunlap · 14 years ago
  95. b23b645 crypto: aesni-intel - Merge with fpu.ko by Andy Lutomirski · 14 years ago
  96. 60af520 crypto: aesni-intel - fixed problem with packets that are not multiple of 64bytes by Tadeusz Struk · 14 years ago
  97. fc9044e2 crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_key by Jesper Juhl · 14 years ago
  98. 7efd95f6 crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkey by Jesper Juhl · 14 years ago
  99. 559ad0f crypto: aesni-intel - Fixed build error on x86-32 by Mathias Krause · 14 years ago
  100. 0d258ef crypto: aesni-intel - Ported implementation to x86-32 by Mathias Krause · 14 years ago