1. 95259cb crypto: aesni - handle zero length dst buffer by Stephan Mueller · 6 years ago
  2. beae2c9 crypto: aesni: shut up -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  3. 02fa472 crypto: aesni - Use crypto_cipher to derive rfc4106 subkey by Herbert Xu · 8 years ago
  4. 38b2f68 crypto: aesni - Fix cryptd reordering problem on gcm by Herbert Xu · 8 years ago
  5. da154e8 x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  6. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 8 years ago
  7. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  8. e9b8d2c crypto: aesni - Use new IV convention by Herbert Xu · 9 years ago
  9. 0fbafd0 crypto: aesni - fix failing setkey for rfc4106-gcm-aesni by Tadeusz Struk · 9 years ago
  10. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  11. b7c89d9 crypto: aesni - Convert rfc4106 to new AEAD interface by Herbert Xu · 9 years ago
  12. af05b300 crypto: aesni - Convert top-level rfc4106 algorithm to new interface by Herbert Xu · 9 years ago
  13. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 9 years ago
  14. a5a2b4d crypto: aesni - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  15. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  16. eabdc32 crypto: aesni - mark AES-NI helper ciphers by Stephan Mueller · 9 years ago
  17. ccfe8c3 crypto: aesni - fix memory usage in GCM decryption by Stephan Mueller · 9 years ago
  18. 81e397d crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg by Tadeusz Struk · 9 years ago
  19. e31ac32 crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 by Timothy McCaffrey · 9 years ago
  20. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  21. 304576a crypto: aesni - remove unnecessary #define by Valentin Rothberg · 10 years ago
  22. 5cfed7b Revert "crypto: aesni - disable "by8" AVX CTR optimization" by Mathias Krause · 10 years ago
  23. 7da4b29 crypto: aesni - disable "by8" AVX CTR optimization by Mathias Krause · 10 years ago
  24. 22cddcc crypto: aes - AES CTR x86_64 "by8" AVX optimization by chandramouli narayanan · 10 years ago
  25. 8610d7b crypto: aesni - fix build on x86 (32bit) by Andy Shevchenko · 10 years ago
  26. d764593 crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode by Tim Chen · 11 years ago
  27. fed2861 crypto: arch - use crypto_memneq instead of memcmp by Daniel Borkmann · 11 years ago
  28. 801201a crypto: move x86 to the generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  29. c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 11 years ago
  30. 0024dc5 crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead by Jussi Kivilinna · 12 years ago
  31. 32bec97 crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc() by Jussi Kivilinna · 12 years ago
  32. 023af60 crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines by Jussi Kivilinna · 12 years ago
  33. 7af6c24 crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations by Jussi Kivilinna · 12 years ago
  34. bf084d8 crypto: aesni-intel - fix wrong kfree pointer by Milan Broz · 12 years ago
  35. 70ef260 crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/ by Jussi Kivilinna · 12 years ago
  36. a9629d7 crypto: aes_ni - change to use shared ablk_* functions by Jussi Kivilinna · 12 years ago
  37. ef45b83 crypto: aesni-intel - move more common code to ablk_init_common by Jussi Kivilinna · 12 years ago
  38. fa46ccb crypto: aesni-intel - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  39. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  40. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  41. 3bd391f crypto: Add support for x86 cpuid auto loading for x86 crypto drivers by Andi Kleen · 12 years ago
  42. 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 13 years ago
  43. 9bed4ac crypto: aesni-intel - fix aesni build on i386 by Randy Dunlap · 13 years ago
  44. b23b645 crypto: aesni-intel - Merge with fpu.ko by Andy Lutomirski · 13 years ago
  45. 60af520 crypto: aesni-intel - fixed problem with packets that are not multiple of 64bytes by Tadeusz Struk · 13 years ago
  46. fc9044e2 crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_key by Jesper Juhl · 13 years ago
  47. 7efd95f6 crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkey by Jesper Juhl · 13 years ago
  48. 559ad0f crypto: aesni-intel - Fixed build error on x86-32 by Mathias Krause · 14 years ago
  49. 0d258ef crypto: aesni-intel - Ported implementation to x86-32 by Mathias Krause · 14 years ago
  50. 0bd82f5 crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New Instructions by Tadeusz Struk · 14 years ago
  51. 12387a4 crypto: aesni-intel - Add AES-NI accelerated CTR mode by Huang Ying · 14 years ago
  52. 13b79b97 crypto: aesni-intel - Fix irq_fpu_usable usage by Huang Ying · 15 years ago
  53. c7208de Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  54. ae4b688 x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.h by Huang Ying · 15 years ago
  55. c994488 crypto: aes-ni - Don't print message with KERN_ERR on old system by Roland Dreier · 15 years ago
  56. 9251b64 crypto: aes-ni - Do not sleep when using the FPU by Huang Ying · 15 years ago
  57. 2cf4ac8 crypto: aes-ni - Add support for more modes by Huang Ying · 15 years ago
  58. 54b6a1b crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platform by Huang Ying · 15 years ago