1. a10f554 crypto: echainiv - Add encrypted chain IV generator by Herbert Xu · 9 years ago
  2. 856e3f40 crypto: seqiv - Add support for new AEAD interface by Herbert Xu · 9 years ago
  3. 2062c5b crypto: 842 - change 842 alg to use software by Dan Streetman · 9 years ago
  4. 1e6232f crypto: serpent_sse2 - Fix a typo in Kconfig by Masanari Iida · 9 years ago
  5. 652ccae crypto: arm - move ARM specific Kconfig definitions to a dedicated file by Ard Biesheuvel · 9 years ago
  6. efdb6f6 crypto: octeon - enable OCTEON SHA1/256/512 module selection by Aaro Koskinen · 9 years ago
  7. e8e5995 crypto: powerpc/md5 - kernel config by Markus Stockhausen · 9 years ago
  8. 44cac4f crypto: algif - enable AEAD interface compilation by Stephan Mueller · 9 years ago
  9. d9850fc crypto: powerpc/sha1 - kernel config by Markus Stockhausen · 9 years ago
  10. 504c614 crypto: powerpc/aes - kernel config by Markus Stockhausen · 9 years ago
  11. 2ecc1e9 crypto: ppc/sha256 - kernel config by Markus Stockhausen · 9 years ago
  12. 2f375538 crypto: algif_rng - enable RNG interface compilation by Stephan Mueller · 9 years ago
  13. d69e75d crypto: octeon - enable OCTEON MD5 module selection by Aaro Koskinen · 9 years ago
  14. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  15. 0e56673 crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description by Ted Percival · 10 years ago
  16. 31e1a60 ARM: 8126/1: crypto: enable NEON SHA-384/SHA-512 for big endian by Ard Biesheuvel · 10 years ago
  17. 0777e3e ARM: 8125/1: crypto: enable NEON SHA-1 for big endian by Ard Biesheuvel · 10 years ago
  18. 1e65b81 crypto: sha-mb - multibuffer crypto infrastructure by Tim Chen · 10 years ago
  19. c489d98 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  20. c8611d7 ARM: 8120/1: crypto: sha512: add ARM NEON implementation by Jussi Kivilinna · 10 years ago
  21. 6046825 ARM: 8119/1: crypto: sha1: add ARM NEON implementation by Jussi Kivilinna · 10 years ago
  22. f2c89a1 crypto: drbg - Use Kconfig to ensure at least one RNG option is set by Herbert Xu · 10 years ago
  23. 002c77a crypto: fips - only panic on bad/missing crypto mod signatures by Jarod Wilson · 10 years ago
  24. 6574e6c crypto: des_3des - add x86-64 assembly implementation by Jussi Kivilinna · 10 years ago
  25. 419090c crypto: drbg - DRBG kernel configuration options by Stephan Mueller · 10 years ago
  26. 7c1da8d crypto: sha - SHA1 transform x86_64 AVX2 by chandramouli narayanan · 10 years ago
  27. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  28. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  29. ee08997 crypto: provide single place for hash algo information by Dmitry Kasatkin · 11 years ago
  30. e4e7f10 ARM: add support for bit sliced AES using NEON instructions by Ard Biesheuvel · 11 years ago
  31. 801201a crypto: move x86 to the generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  32. a62b01c crypto: create generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  33. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  34. b48a97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  35. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  36. 0ea8530 crypto: add lz4 Cryptographic API by Chanho Min · 11 years ago
  37. 99f42f9 Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher" by Jussi Kivilinna · 11 years ago
  38. 3d387ef Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" by Jussi Kivilinna · 11 years ago
  39. 0b95a7f8 crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto transform by Tim Chen · 11 years ago
  40. 2d31e51 crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework by Tim Chen · 11 years ago
  41. f3f935a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 11 years ago
  42. 56d76c9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher by Jussi Kivilinna · 11 years ago
  43. cf1521a crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher by Jussi Kivilinna · 11 years ago
  44. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 11 years ago
  45. 7643a11 crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 by Jussi Kivilinna · 11 years ago
  46. c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 11 years ago
  47. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 11 years ago
  48. 9489667d crypto: gcm - make GMAC work when dst and src are different by Jussi Kivilinna · 11 years ago
  49. 87de457 crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  50. 8275d1a crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  51. ca81a1a crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 option by Herbert Xu · 11 years ago
  52. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  53. 9d3cae2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  54. 78c37d1 crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation by Alexander Boyko · 11 years ago
  55. 3b4afaf crypto: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  56. 323a6bf powerpc: Add a powerpc implementation of SHA-1 by Michael Ellerman · 12 years ago
  57. 044ab52 crypto: cast5/cast6 - move lookup tables to shared module by Jussi Kivilinna · 12 years ago
  58. d9b1d2e crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 12 years ago
  59. 6a8ce1e crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction by Tim Chen · 12 years ago
  60. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  61. 964f3b3 KEYS: Implement asymmetric key type by David Howells · 12 years ago
  62. d66e6737 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  63. 97da37b crypto: Build SPARC DES algorithms on SPARC only. by Dave Jones · 12 years ago
  64. f0be44f arm/crypto: Add optimized AES and SHA1 routines by David McCullough · 12 years ago
  65. 81658ad sparc64: Add CAMELLIA driver making use of the new camellia opcodes. by David S. Miller · 12 years ago
  66. c5aac2d sparc64: Add DES driver making use of the new des opcodes. by David S. Miller · 12 years ago
  67. 442a7c4 sparc64: Add CRC32C driver making use of the new crc32c opcode. by David S. Miller · 12 years ago
  68. 9bf4852d sparc64: Add AES driver making use of the new aes opcodes. by David S. Miller · 12 years ago
  69. fa4dfed sparc64: Add MD5 driver making use of the 'md5' instruction. by David S. Miller · 12 years ago
  70. 775e0c6 sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. by David S. Miller · 12 years ago
  71. 86c93b2 sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction. by David S. Miller · 12 years ago
  72. 4ff28d4 sparc64: Add SHA1 driver making use of the 'sha1' instruction. by David S. Miller · 12 years ago
  73. 023af60 crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines by Jussi Kivilinna · 12 years ago
  74. 35a1fc1 powerpc/crypto: add 842 crypto driver by Seth Jennings · 12 years ago
  75. 4ea1277 crypto: cast6 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  76. 4d6d6a2 crypto: cast5 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  77. b9b0f08 crypto: arc4 - now arc needs blockcipher support by Sebastian Andrzej Siewior · 12 years ago
  78. a7378d4 crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  79. 414cb5e crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  80. 964263a crypto: camellia-x86_64 - remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  81. 1d0debb crypto: serpent-avx: remove duplicated glue code and use shared glue code from glue_helper by Jussi Kivilinna · 12 years ago
  82. 596d875 crypto: serpent-sse2 - split generic glue code to new helper module by Jussi Kivilinna · 12 years ago
  83. a9629d7 crypto: aes_ni - change to use shared ablk_* functions by Jussi Kivilinna · 12 years ago
  84. 30a0400 crypto: twofish-avx - change to use shared ablk_* functions by Jussi Kivilinna · 12 years ago
  85. ffaf915 crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared module by Jussi Kivilinna · 12 years ago
  86. 7efe407 crypto: serpent - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  87. 107778b5 crypto: twofish - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  88. f21a7c1 um: several x86 hw-dependent crypto modules won't build on uml by Al Viro · 12 years ago
  89. 6a0962b crypto: crc32c should use library implementation by Darrick J. Wong · 12 years ago
  90. 0b95ec5 crypto: camellia - add assembler implementation for x86_64 by Jussi Kivilinna · 12 years ago
  91. 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  92. 08c70fc crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in Kconfig by Jussi Kivilinna · 12 years ago
  93. feaf0cf crypto: serpent-sse2 - select LRW and XTS by Jussi Kivilinna · 12 years ago
  94. e7cda5d crypto: twofish-x86_64-3way - select LRW and XTS by Jussi Kivilinna · 12 years ago
  95. 5bcf8e6 crypto: xts - remove dependency on EXPERIMENTAL by Jussi Kivilinna · 12 years ago
  96. 2470a2b crypto: lrw - remove dependency on EXPERIMENTAL by Jussi Kivilinna · 12 years ago
  97. 341975b crypto: serpent-sse2 - should select CRYPTO_CRYPTD by Jussi Kivilinna · 13 years ago
  98. 251496d crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation by Jussi Kivilinna · 13 years ago
  99. 937c30d crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation by Jussi Kivilinna · 13 years ago
  100. 2290c0d Merge branch 'master' into for-next by Jiri Kosina · 13 years ago