1. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  2. 09ec0f5 raid6test: add new corner case for ioatdma driver by Dan Williams · 11 years ago
  3. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  4. 1786b94 async_pq_val: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  5. 7476bd7 async_pq: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  6. 3bbdd49 async_raid6_recov: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  7. 173e86b async_xor_val: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  8. fb36ab1 async_xor: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  9. 8971646 async_memcpy: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  10. dbed714 KEYS: The RSA public key algorithm needs to select MPILIB by David Howells · 11 years ago
  11. f3d53ed crypto: skcipher - Use eseqiv even on UP machines by Herbert Xu · 11 years ago
  12. c7c8bb2 ima: provide support for arbitrary hash algorithms by Dmitry Kasatkin · 11 years ago
  13. 3fe78ca keys: change asymmetric keys to use common hash definitions by Dmitry Kasatkin · 11 years ago
  14. ee08997 crypto: provide single place for hash algo information by Dmitry Kasatkin · 11 years ago
  15. 157efa8 async_tx: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  16. fddc2c4 crypto: authencesn - Simplify key parsing by Mathias Krause · 11 years ago
  17. bc6e2bd crypto: authenc - Export key parsing helper function by Mathias Krause · 11 years ago
  18. 6bf37e5 crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks by James Yonan · 11 years ago
  19. ea493d3 crypto: ablk_helper - Replace memcpy with struct assignment by kbuild test robot · 11 years ago
  20. e4e7f10 ARM: add support for bit sliced AES using NEON instructions by Ard Biesheuvel · 11 years ago
  21. e19aaa7 X.509: add module description and license by Konstantin Khlebnikov · 11 years ago
  22. 09fbc47 KEYS: verify a certificate is signed by a 'trusted' key by Mimi Zohar · 11 years ago
  23. cd0421d KEYS: Set the asymmetric-key type default search method by David Howells · 11 years ago
  24. 124df92 X.509: Remove certificate date checks by David Howells · 11 years ago
  25. 17334ca X.509: Handle certificates that lack an authorityKeyIdentifier field by David Howells · 11 years ago
  26. 2ecdb23 X.509: Check the algorithm IDs obtained from parsing an X.509 certificate by David Howells · 11 years ago
  27. b426beb X.509: Embed public_key_signature struct and create filler function by David Howells · 11 years ago
  28. 57be4a7 X.509: struct x509_certificate needs struct tm declaring by David Howells · 11 years ago
  29. 3d167d6 KEYS: Split public_key_verify_signature() and make available by David Howells · 11 years ago
  30. 67f7d60b KEYS: Store public key algo ID in public_key struct by David Howells · 11 years ago
  31. 206ce59 KEYS: Move the algorithm pointer array from x509 to public_key.c by David Howells · 11 years ago
  32. 9abc4e6 KEYS: Rename public key parameter name arrays by David Howells · 11 years ago
  33. 801201a crypto: move x86 to the generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  34. a62b01c crypto: create generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  35. 714b33d crypto: ansi_cprng - Fix off by one error in non-block size request by Neil Horman · 11 years ago
  36. 26052f9 crypto: crct10dif - Add fallback for broken initrds by Herbert Xu · 11 years ago
  37. 77dbd7a crypto: api - Fix race condition in larval lookup by Herbert Xu · 11 years ago
  38. 6be48f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  39. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  40. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 11 years ago
  41. 06e710b crypto: fcrypt - Fix bitoperation for compilation with clang by Jan-Simon Möller · 11 years ago
  42. 257aff5 crypto: scatterwalk - Add support for calculating number of SG elements by Joel Fernandes · 11 years ago
  43. 452ec04 crypto: camellia_generic - replace commas by semicolons and adjust code alignment by Julia Lawall · 11 years ago
  44. fd1a190 crypto: fix typo in comment by Cristian Stoica · 11 years ago
  45. f22d081 crypto: make tables used from assembler __visible by Andi Kleen · 11 years ago
  46. 032c8ca crypto: testmgr - remove double execution of the same test suite by Cristian Stoica · 11 years ago
  47. b48a97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  48. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  49. 0ea8530 crypto: add lz4 Cryptographic API by Chanho Min · 11 years ago
  50. b2c3110 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  51. 48a9db4 drivers/dma: remove unused support for MEMSET operations by Bartlomiej Zolnierkiewicz · 11 years ago
  52. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  53. 1c8fca1 crypto: sanitize argument for format string by Kees Cook · 11 years ago
  54. 939e177 crypto: algboss - Hold ref count on larval by Herbert Xu · 11 years ago
  55. da5ffe1 crypto: testmgr - test hash implementations with unaligned buffers by Jussi Kivilinna · 11 years ago
  56. 58dcf54 crypto: testmgr - test AEADs with unaligned buffers by Jussi Kivilinna · 11 years ago
  57. 3a338f2 crypto: testmgr - test skciphers with unaligned buffers by Jussi Kivilinna · 11 years ago
  58. 5714758 crypto: testmgr - check that entries in alg_test_descs are in correct order by Jussi Kivilinna · 11 years ago
  59. 99f42f9 Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher" by Jussi Kivilinna · 11 years ago
  60. 3d387ef Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" by Jussi Kivilinna · 11 years ago
  61. edb7c7c crypto: blowfish - disable AVX2 implementation by Jussi Kivilinna · 11 years ago
  62. 3ef91f2 crypto: twofish - disable AVX2 implementation by Jussi Kivilinna · 11 years ago
  63. d329581 crypto: sha512_generic - set cra_driver_name by Jussi Kivilinna · 11 years ago
  64. 3976121 crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash by Tim Chen · 11 years ago
  65. 0b95a7f8 crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto transform by Tim Chen · 11 years ago
  66. 2d31e51 crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework by Tim Chen · 11 years ago
  67. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  68. 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  69. 3ec39ab raid6test: use prandom_bytes() by Akinobu Mita · 11 years ago
  70. f3f935a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 11 years ago
  71. 56d76c9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher by Jussi Kivilinna · 11 years ago
  72. cf1521a crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher by Jussi Kivilinna · 11 years ago
  73. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 11 years ago
  74. ad8b7c3 crypto: tcrypt - add async cipher speed tests for blowfish by Jussi Kivilinna · 11 years ago
  75. 23a836e crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2 by Jussi Kivilinna · 11 years ago
  76. 7643a11 crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 by Jussi Kivilinna · 11 years ago
  77. c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 11 years ago
  78. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 11 years ago
  79. e448370 crypto: testmgr - add empty test vectors for null ciphers by Jussi Kivilinna · 11 years ago
  80. e9b7441 crypto: testmgr - add AES GMAC test vectors by Jussi Kivilinna · 11 years ago
  81. d733ac9 crypto: gcm - fix rfc4543 to handle async crypto correctly by Jussi Kivilinna · 11 years ago
  82. 9489667d crypto: gcm - make GMAC work when dst and src are different by Jussi Kivilinna · 11 years ago
  83. 87de457 crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  84. bf70fa9 crypto: sha512 - Expose generic sha512 routine to be callable from other modules by Tim Chen · 11 years ago
  85. 8275d1a crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  86. 7790ff4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  87. 04b00bd X.509: Support parse long form of length octets in Authority Key Identifier by Chun-Yi Lee · 11 years ago
  88. 72a763d crypto: algif - suppress sending source address information in recvmsg by Mathias Krause · 11 years ago
  89. d02a9a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  90. 35d2c9d crypto: sha256 - Expose SHA256 generic routine to be callable externally. by Tim Chen · 11 years ago
  91. d3dde52 crypto: gcm - fix assumption that assoc has one segment by Jussi Kivilinna · 11 years ago
  92. a84fb79 crypto: user - constify netlink dispatch table by Mathias Krause · 11 years ago
  93. b0af9cd Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhumer/linux by Linus Torvalds · 11 years ago
  94. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  95. 5115f3c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  96. ca81a1a crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 option by Herbert Xu · 11 years ago
  97. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  98. 9d3cae2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  99. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  100. 0ec7382 crypto: testmgr - update LZO compression test vectors by Markus F.X.J. Oberhumer · 12 years ago