1. 562f477 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  2. 0c01aed crypto: testmgr - add zlib test by Geert Uytterhoeven · 15 years ago
  3. bf68e65 crypto: zlib - New zlib crypto module, using pcomp by Geert Uytterhoeven · 15 years ago
  4. 8064efb crypto: testmgr - Add support for the pcomp interface by Geert Uytterhoeven · 15 years ago
  5. a1d2f09 crypto: compress - Add pcomp interface by Geert Uytterhoeven · 15 years ago
  6. 8c882f6 crypto: Fix dead links by Adrian-Ken Rueegsegger · 15 years ago
  7. a760a66 crypto: api - Fix module load deadlock with fallback algorithms by Herbert Xu · 15 years ago
  8. bb402f1 crypto: ahash - Fix digest size in /proc/crypto by Lee Nipper · 15 years ago
  9. 0a2e821 crypto: chainiv - Use kcrypto_wq instead of keventd_wq by Huang Ying · 15 years ago
  10. 254eff7 crypto: cryptd - Per-CPU thread implementation based on kcrypto_wq by Huang Ying · 15 years ago
  11. 25c38d3 crypto: api - Use dedicated workqueue for crypto subsystem by Huang Ying · 15 years ago
  12. 6fe4a28 crypto: testmgr - Test skciphers with no IVs by Herbert Xu · 15 years ago
  13. 5852ae4 crypto: aead - Avoid infinite loop when nivaead fails selftest by Herbert Xu · 15 years ago
  14. b170a13 crypto: skcipher - Avoid infinite loop when cipher fails selftest by Herbert Xu · 15 years ago
  15. 3f683d6 crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention by Herbert Xu · 15 years ago
  16. ff75330 crypto: api - crypto_alg_mod_lookup either tested or untested by Herbert Xu · 15 years ago
  17. c5b1e54 crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode by Neil Horman · 15 years ago
  18. d7992f4 crypto: ansi_cprng - Force reset on allocation by Neil Horman · 15 years ago
  19. 54b6a1b crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platform by Huang Ying · 15 years ago
  20. 1cac2cb crypto: cryptd - Add support to access underlying blkcipher by Huang Ying · 15 years ago
  21. 1693531 crypto: shash - Remove superfluous check in init_tfm by Herbert Xu · 15 years ago
  22. 8eb2dfa crypto: lrw - Fix big endian support by Herbert Xu · 15 years ago
  23. 4f3e797 crypto: scatterwalk - Avoid flush_dcache_page on slab pages by Herbert Xu · 15 years ago
  24. 7b2cd92 crypto: api - Fix zeroing on free by Herbert Xu · 15 years ago
  25. 4abfd73 crypto: shash - Fix module refcount by Adrian-Ken Rueegsegger · 15 years ago
  26. b8e1599 crypto: api - Fix algorithm test race that broke aead initialisation by Herbert Xu · 15 years ago
  27. 516280e crypto: ccm - Fix handling of null assoc data by Jarod Wilson · 15 years ago
  28. bac1b5c crypto: blkcipher - Fix WARN_ON handling in walk_done by Herbert Xu · 15 years ago
  29. 29b37f4 crypto: authenc - Fix zero-length IV crash by Herbert Xu · 15 years ago
  30. 209b84a dmaengine: replace dma_async_client_register with dmaengine_get by Dan Williams · 15 years ago
  31. 2ba0562 dmaengine: provide a common 'issue_pending_all' implementation by Dan Williams · 15 years ago
  32. bec0851 dmaengine: centralize channel allocation, introduce dma_find_channel by Dan Williams · 15 years ago
  33. 6f49a57 dmaengine: up-level reference counting to the module level by Dan Williams · 15 years ago
  34. 07f2211 dmaengine: remove dependency on async_tx by Dan Williams · 15 years ago
  35. 0ee4a96 crypto: aes - Precompute tables by Herbert Xu · 15 years ago
  36. bcf84a3 crypto: testmgr - Correct comment about deflate parameters by Geert Uytterhoeven · 15 years ago
  37. f0d1ec3 crypto: salsa20 - Remove private wrappers around various operations by Harvey Harrison · 15 years ago
  38. ad79cdd crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set by Jarod Wilson · 15 years ago
  39. bd9d20d crypto: sha512 - Switch to shash by Adrian-Ken Rueegsegger · 15 years ago
  40. f9e2bca crypto: sha512 - Move message schedule W[80] to static percpu area by Adrian-Ken Rueegsegger · 15 years ago
  41. 19e2bf1 crypto: michael_mic - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  42. 4946510 crypto: wp512 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  43. f63fbd3 crypto: tgr192 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  44. 50e109b5 crypto: sha256 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  45. 14b75ba crypto: md5 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  46. 808a176 crypto: md4 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  47. 54ccb36 crypto: sha1 - Switch to shash by Adrian-Ken Rueegsegger · 16 years ago
  48. 3b8efb4 crypto: rmd320 - Switch to shash by Herbert Xu · 16 years ago
  49. d8a5e2e crypto: rmd256 - Switch to shash by Herbert Xu · 16 years ago
  50. e5835fb crypto: rmd160 - Switch to shash by Herbert Xu · 16 years ago
  51. 7c4468b crypto: rmd128 - Switch to shash by Herbert Xu · 16 years ago
  52. d35d245 crypto: null - Switch to shash by Herbert Xu · 16 years ago
  53. 3751f40 crypto: hash - Make setkey optional by Herbert Xu · 16 years ago
  54. b812eb0 crypto: testmgr - Validate output length in (de)compression tests by Geert Uytterhoeven · 16 years ago
  55. dad3df2 crypto: remove uses of __constant_{endian} helpers by Harvey Harrison · 16 years ago
  56. 664134d crypto: testmgr - Fix error flow of test_comp by Ingo Molnar · 16 years ago
  57. 09fbf7c crypto: ansi_cprng - fix inverted DT increment routine by Jarod Wilson · 16 years ago
  58. aa1a85d crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytes by Jarod Wilson · 16 years ago
  59. 31a61bf crypto: md4 - Use ARRAY_SIZE by Julia Lawall · 16 years ago
  60. 69c35ef libcrc32c: Move implementation to crypto crc32c by Herbert Xu · 16 years ago
  61. 8e3ee85 crypto: crc32c - Test descriptor context format by Herbert Xu · 16 years ago
  62. faccc4b crypto: crc32c - Switch to shash by Herbert Xu · 16 years ago
  63. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  64. 67cd080 crypto: api - Call type show function before legacy for proc by Herbert Xu · 16 years ago
  65. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  66. 3b2f6df crypto: hash - Export shash through ahash by Herbert Xu · 16 years ago
  67. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  68. 7b0bac6 crypto: api - Rebirth of crypto_alloc_tfm by Herbert Xu · 16 years ago
  69. 4a77948 crypto: api - Move type exit function into crypto_tfm by Herbert Xu · 16 years ago
  70. 2566578 crypto: ansi_cprng - Allow resetting of DT value by Neil Horman · 16 years ago
  71. 32bd78e crypto: camellia - use kernel-provided bitops, unaligned access by Harvey Harrison · 16 years ago
  72. d12d6b6 crypto: testmgr - Trigger a panic when self test fails in FIPS mode by Neil Horman · 16 years ago
  73. 59da1f8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  74. 6a0fcbb crypto: api - Disallow cryptomgr as a module if algorithms are built-in by Herbert Xu · 16 years ago
  75. a06d568 async_xor: dma_map destination DMA_BIDIRECTIONAL by Dan Williams · 16 years ago
  76. b913852 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  77. f6bccf6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  78. fdb0ac8 async_tx: make async_tx_run_dependencies() easier to read by Dan Williams · 16 years ago
  79. f4c4cd6 Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers" by Herbert Xu · 16 years ago
  80. de24125 async_tx: fix the bug in async_tx_run_dependencies by Yuri Tikhonov · 16 years ago
  81. a0f000e crypto: skcipher - Use RNG interface instead of get_random_bytes by Herbert Xu · 16 years ago
  82. 17f0f4a crypto: rng - RNG interface and implementation by Neil Horman · 16 years ago
  83. ccb778e crypto: api - Add fips_enable flag by Neil Horman · 16 years ago
  84. 5be5e66 crypto: skcipher - Move IV generators into their own modules by Herbert Xu · 16 years ago
  85. 1aa4ecd crypto: cryptomgr - Test ciphers using ECB by Herbert Xu · 16 years ago
  86. 73d3864 crypto: api - Use test infrastructure by Herbert Xu · 16 years ago
  87. da7f033 crypto: cryptomgr - Add test infrastructure by Herbert Xu · 16 years ago
  88. 01b3232 crypto: tcrypt - Add alg_test interface by Herbert Xu · 16 years ago
  89. bdecd22 crypto: tcrypt - Abort and only log if there is an error by Herbert Xu · 16 years ago
  90. 8cb51ba crypto: crc32c - Use Intel CRC32 instruction by Austin Zhang · 16 years ago
  91. f139cfa crypto: tcrypt - Avoid using contiguous pages by Herbert Xu · 16 years ago
  92. a7581a0 crypto: api - Display larval objects properly by Herbert Xu · 16 years ago
  93. c51b6c8 crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup by Herbert Xu · 16 years ago
  94. b6d4434 crypto: Kconfig - Replace leading spaces with tabs by Adrian Bunk · 16 years ago
  95. a697690 crypto: authenc - Avoid using clobbered request pointer by Herbert Xu · 16 years ago
  96. dbaaba1 crypto: hash - Fix digest size check for digest type by Herbert Xu · 16 years ago
  97. f176e63 crypto: tcrypt - Fix AEAD chunk testing by Herbert Xu · 16 years ago
  98. e34a8ae async_tx: fix missing braces in async_xor_zero_sum by Dan Williams · 16 years ago
  99. 5554b35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  100. 3dce017 async_tx: remove depend_tx from async_tx_sync_epilog by Dan Williams · 16 years ago