1. 341975b crypto: serpent-sse2 - should select CRYPTO_CRYPTD by Jussi Kivilinna · 13 years ago
  2. 251496d crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation by Jussi Kivilinna · 13 years ago
  3. 937c30d crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation by Jussi Kivilinna · 13 years ago
  4. d19978f crypto: fix typo in crypto/Kconfig by Valdis.Kletnieks@vt.edu · 13 years ago
  5. 5db017a crypto: user - Depend on NET instead of selecting it by Herbert Xu · 13 years ago
  6. ea8bdfc crypto: user - Add dependency on NET by Herbert Xu · 13 years ago
  7. a38f790 crypto: Add userspace configuration API by Steffen Klassert · 13 years ago
  8. 8280daa crypto: twofish - add 3-way parallel x86_64 assembler implemention by Jussi Kivilinna · 13 years ago
  9. 64b94ce crypto: blowfish - add x86_64 assembly implementation by Jussi Kivilinna · 13 years ago
  10. 52ba867 crypto: blowfish - split generic and common c code by Jussi Kivilinna · 13 years ago
  11. 66be895 crypto: sha1 - SSSE3 based SHA1 implementation for x86-64 by Mathias Krause · 13 years ago
  12. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  13. 35ed4b3 doc: Kconfig: `to be' -> `be' by Michael Witten · 13 years ago
  14. 8af0086 crypto: UML build fixes by Richard Weinberger · 13 years ago
  15. b23b645 crypto: aesni-intel - Merge with fpu.ko by Andy Lutomirski · 14 years ago
  16. 8ad225e crypto: gf128mul - Remove experimental tag by Herbert Xu · 14 years ago
  17. 7451708 crypto: af_alg - Add dependency on NET by Herbert Xu · 14 years ago
  18. 0d258ef crypto: aesni-intel - Ported implementation to x86-32 by Mathias Krause · 14 years ago
  19. 8ff5909 crypto: algif_skcipher - User-space interface for skcipher operations by Herbert Xu · 14 years ago
  20. fe869cd crypto: algif_hash - User-space interface for hash operations by Herbert Xu · 14 years ago
  21. 03c8efc crypto: af_alg - User-space interface for Crypto API by Herbert Xu · 14 years ago
  22. 6d8de74 crypto: Kconfig - update broken web addresses by Justin P. Mattock · 14 years ago
  23. e84c548 crypto: fips - FIPS requires algorithm self-tests by Chuck Ebbert · 14 years ago
  24. 00ca28a crypto: testmgr - Default to no tests by Herbert Xu · 14 years ago
  25. 326a634 crypto: testmgr - Fix test disabling option by Herbert Xu · 14 years ago
  26. 0b767f9 crypto: testmgr - add an option to disable cryptoalgos' self-tests by Alexander Shishkin · 14 years ago
  27. bc94e59 crypto: pcomp - Fix illegal Kconfig configuration by Herbert Xu · 14 years ago
  28. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 15 years ago
  29. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  30. 7dd607e crypto: fix typo in Kconfig help text by Jiri Kosina · 15 years ago
  31. 5068c7a crypto: pcrypt - Add pcrypt crypto parallelization wrapper by Steffen Klassert · 15 years ago
  32. 3e02e5c crypto: ghash-intel - Fix building failure on x86_32 by Huang Ying · 15 years ago
  33. 0e1227d crypto: ghash - Add PCLMULQDQ accelerated implementation by Huang Ying · 15 years ago
  34. f1939f7 crypto: vmac - New hash algorithm for intel_txt support by Shane Wang · 15 years ago
  35. 4e4ed83 crypto: fips - Depend on ansi_cprng by Neil Horman · 15 years ago
  36. 73fec12 Revert crypto: fips - Select CPRNG by Herbert Xu · 15 years ago
  37. 9382d97 crypto: gcm - Use GHASH digest algorithm by Huang Ying · 15 years ago
  38. 2cdc689 crypto: ghash - Add GHASH digest algorithm for GCM by Huang Ying · 15 years ago
  39. 215ccd6 crypto: fips - Select CPRNG by Neil Horman · 15 years ago
  40. 2730017 crypto: ansi_cprng - Do not select FIPS by Herbert Xu · 15 years ago
  41. 2cf4ac8 crypto: aes-ni - Add support for more modes by Huang Ying · 16 years ago
  42. 150c7e8 crypto: fpu - Add template for blkcipher touching FPU by Huang Ying · 16 years ago
  43. 0c01aed crypto: testmgr - add zlib test by Geert Uytterhoeven · 16 years ago
  44. bf68e65 crypto: zlib - New zlib crypto module, using pcomp by Geert Uytterhoeven · 16 years ago
  45. a1d2f09 crypto: compress - Add pcomp interface by Geert Uytterhoeven · 16 years ago
  46. 0a2e821 crypto: chainiv - Use kcrypto_wq instead of keventd_wq by Huang Ying · 16 years ago
  47. 254eff7 crypto: cryptd - Per-CPU thread implementation based on kcrypto_wq by Huang Ying · 16 years ago
  48. 25c38d3 crypto: api - Use dedicated workqueue for crypto subsystem by Huang Ying · 16 years ago
  49. 54b6a1b crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platform by Huang Ying · 16 years ago
  50. bd9d20d crypto: sha512 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  51. 19e2bf1 crypto: michael_mic - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  52. 4946510 crypto: wp512 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  53. f63fbd3 crypto: tgr192 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  54. 50e109b5 crypto: sha256 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  55. 14b75ba crypto: md5 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  56. 808a176 crypto: md4 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  57. 54ccb36 crypto: sha1 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  58. 3b8efb4 crypto: rmd320 - Switch to shash by Herbert Xu · 16 years ago
  59. d8a5e2e crypto: rmd256 - Switch to shash by Herbert Xu · 16 years ago
  60. e5835fb crypto: rmd160 - Switch to shash by Herbert Xu · 16 years ago
  61. 7c4468b crypto: rmd128 - Switch to shash by Herbert Xu · 16 years ago
  62. d35d245 crypto: null - Switch to shash by Herbert Xu · 16 years ago
  63. 69c35ef libcrc32c: Move implementation to crypto crc32c by Herbert Xu · 16 years ago
  64. 6a0fcbb crypto: api - Disallow cryptomgr as a module if algorithms are built-in by Herbert Xu · 16 years ago
  65. a0f000e crypto: skcipher - Use RNG interface instead of get_random_bytes by Herbert Xu · 16 years ago
  66. 17f0f4a crypto: rng - RNG interface and implementation by Neil Horman · 16 years ago
  67. ccb778e crypto: api - Add fips_enable flag by Neil Horman · 16 years ago
  68. da7f033 crypto: cryptomgr - Add test infrastructure by Herbert Xu · 16 years ago
  69. 8cb51ba crypto: crc32c - Use Intel CRC32 instruction by Austin Zhang · 16 years ago
  70. b6d4434 crypto: Kconfig - Replace leading spaces with tabs by Adrian Bunk · 16 years ago
  71. 7890ea1 Revert crypto: prng - Deterministic CPRNG by Herbert Xu · 16 years ago
  72. 5773a3e crypto: crc32c - Add ahash implementation by Herbert Xu · 16 years ago
  73. b8454ee crypto: prng - Deterministic CPRNG by Neil Horman · 16 years ago
  74. b8a2825 [CRYPTO] cryptd: Add asynchronous hash support by Loc Ho · 17 years ago
  75. 534fe2c [CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithms by Adrian-Ken Rueegsegger · 17 years ago
  76. 82798f9 [CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithms by Adrian-Ken Rueegsegger · 17 years ago
  77. 584fffc [CRYPTO] kconfig: Ordering cleanup by Sebastian Siewior · 17 years ago
  78. c3715cb9 [CRYPTO] api: Make the crypto subsystem fully modular by Sebastian Siewior · 17 years ago
  79. 76cb952 [CRYPTO] cts: Add CTS mode required for Kerberos AES support by Kevin Coffman · 17 years ago
  80. 3e16bfb [CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER by Herbert Xu · 17 years ago
  81. c8620c2 [CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER by Adrian Bunk · 17 years ago
  82. 242f1a3 [CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER by Frederik Deweerdt · 17 years ago
  83. 214dc54 [CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20 by Tan Swee Heng · 17 years ago
  84. d1cda4e [CRYPTO] tcrypt: Add select of AEAD by Sebastian Siewior · 17 years ago
  85. 9a7dafb [CRYPTO] salsa20: Add x86-64 assembly version by Tan Swee Heng · 17 years ago
  86. 974e4b7 [CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version) by Tan Swee Heng · 17 years ago
  87. 4726204 [CRYPTO] seqiv: Add select AEAD in Kconfig by Herbert Xu · 17 years ago
  88. 4a49b49 [CRYPTO] ccm: Added CCM mode by Joy Latten · 17 years ago
  89. 0a27032 [CRYPTO] seqiv: Add Sequence Number IV Generator by Herbert Xu · 17 years ago
  90. 653ebd9 [CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module by Herbert Xu · 17 years ago
  91. 5e55311 [CRYPTO] authenc: Select HASH in Kconfig by Borislav Petkov · 17 years ago
  92. 0b77abb [CRYPTO] lzo: Add LZO compression algorithm support by Zoltan Sogor · 17 years ago
  93. 28db8e3 [CRYPTO] gcm: New algorithm by Mikko Herranen · 17 years ago
  94. 2407d60 [CRYPTO] salsa20: Salsa20 stream cipher by Tan Swee Heng · 17 years ago
  95. cd12fb90 [CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224 by Jonathan Lynch · 17 years ago
  96. 5157dea [CRYPTO] aes-i586: Remove setkey by Sebastian Siewior · 17 years ago
  97. b345cee [CRYPTO] ctr: Remove default M by Sebastian Siewior · 17 years ago
  98. 81190b3 [CRYPTO] aes-x86-64: Remove setkey by Sebastian Siewior · 17 years ago
  99. 23e353c [CRYPTO] ctr: Add CTR (Counter) block cipher mode by Joy Latten · 17 years ago
  100. f19f511 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks by Rik Snel · 17 years ago