1. 73a15ac crypto: change LZ4 modules to work with new LZ4 module version by Sven Schmidt · 7 years ago
  2. 12cb3a1 crypto: xts - Add ECB dependency by Milan Broz · 7 years ago
  3. 5ba8e2a crypto: ccm - drop unnecessary minimum 32-bit alignment by Ard Biesheuvel · 7 years ago
  4. 5338ad7 crypto: ccm - honour alignmask of subordinate MAC cipher by Ard Biesheuvel · 7 years ago
  5. db91af0 crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic by Ard Biesheuvel · 7 years ago
  6. 7d6e910 crypto: improve gcc optimization flags for serpent and wp512 by Arnd Bergmann · 7 years ago
  7. f15f05b crypto: ccm - switch to separate cbcmac driver by Ard Biesheuvel · 7 years ago
  8. 092acf0 crypto: testmgr - add test cases for cbcmac(aes) by Ard Biesheuvel · 7 years ago
  9. b5e0b03 crypto: aes - add generic time invariant AES cipher by Ard Biesheuvel · 7 years ago
  10. ec38a93 crypto: aes-generic - drop alignment requirement by Ard Biesheuvel · 7 years ago
  11. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  12. 0b529f1 crypto: algif_aead - Fix kernel panic on list_del by Harsh Jain · 7 years ago
  13. 76512f2 crypto: tcrypt - Add debug prints by Rabin Vincent · 8 years ago
  14. d604076 crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg by Salvatore Benedetto · 8 years ago
  15. 21c8e72 crypto: testmgr - use calculated count for number of test vectors by Ard Biesheuvel · 8 years ago
  16. e93acd6 crypto: testmgr - Allocate only the required output size for hash tests by Andrew Lutomirski · 8 years ago
  17. d8c34b9 crypto: Replaced gcc specific attributes with macros from compiler.h by Gideon Israel Dsouza · 8 years ago
  18. d211022 crypto: testmgr - use kmemdup instead of kmalloc+memcpy by Eric Biggers · 8 years ago
  19. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  20. 62071194 crypto: algif_hash - avoid zero-sized array by Jiri Slaby · 8 years ago
  21. 9ae433b crypto: chacha20 - convert generic and x86 versions to skcipher by Ard Biesheuvel · 8 years ago
  22. 02608e0 crypto: testmgr - Use heap buffer for acomp test input by Laura Abbott · 8 years ago
  23. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  24. 19c75bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  25. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  26. 18e615a crypto: skcipher - fix crash in virtual walk by Ard Biesheuvel · 8 years ago
  27. fbb7263 crypto: asymmetric_keys - set error code on failure by Pan Bian · 8 years ago
  28. 3f692d5 crypto: doc - clarify AEAD memory structure by Stephan Mueller · 8 years ago
  29. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  30. 0451698 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  31. 04b46fb crypto: testmgr - fix overlap in chunked tests again by Ard Biesheuvel · 8 years ago
  32. 678b5c6 crypto: algif_aead - fix uninitialized variable warning by Stephan Mueller · 8 years ago
  33. d31de18 crypto: testmgr - add/enhance test cases for CRC-T10DIF by Ard Biesheuvel · 8 years ago
  34. 7e4c7f1 crypto: testmgr - avoid overlap in chunked tests by Ard Biesheuvel · 8 years ago
  35. 48a9927 crypto: mcryptd - Check mcryptd algorithm compatibility by tim · 8 years ago
  36. 0c1e16c crypto: algif_aead - fix AEAD tag memory handling by Stephan Mueller · 8 years ago
  37. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  38. ef3263e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  39. 5937d81 crypto: algif_aead - fix AIO handling of zero buffer by Stephan Mueller · 8 years ago
  40. e2c1b82 crypto: algif_skcipher - set error code when kcalloc fails by Pan Bian · 8 years ago
  41. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  42. 3cbf61f crypto: skcipher - fix crash in skcipher_walk_aead() by Ard Biesheuvel · 8 years ago
  43. 479d014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  44. 5789163 crypto: rsa - Add Makefile dependencies to fix parallel builds by David Michael · 8 years ago
  45. 5102981 crypto: drbg - prevent invalid SG mappings by Stephan Mueller · 8 years ago
  46. eb09559 crypto: testmgr - don't use stack buffer in test_acomp() by Eric Biggers · 8 years ago
  47. cc868d8 crypto: cbc - Export CBC implementation by Herbert Xu · 8 years ago
  48. 79c65d1 crypto: cbc - Convert to skcipher by Herbert Xu · 8 years ago
  49. 8567186 crypto: aesni - Convert to skcipher by Herbert Xu · 8 years ago
  50. eed93e0 crypto: testmgr - Do not test internal algorithms by Herbert Xu · 8 years ago
  51. 065ce32 crypto: glue_helper - Add skcipher xts helpers by Herbert Xu · 8 years ago
  52. 043a440 crypto: pcbc - Convert to skcipher by Herbert Xu · 8 years ago
  53. 266d051 crypto: simd - Add simd skcipher helper by Herbert Xu · 8 years ago
  54. 4e0958d crypto: cryptd - Add support for skcipher by Herbert Xu · 8 years ago
  55. 430b441 crypto: api - Do not clear type bits in crypto_larval_lookup by Herbert Xu · 8 years ago
  56. f1c131b crypto: xts - Convert to skcipher by Herbert Xu · 8 years ago
  57. 700cb3f crypto: lrw - Convert to skcipher by Herbert Xu · 8 years ago
  58. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
  59. 7cf3186 crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option by Jean Delvare · 8 years ago
  60. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. 2b95fda X.509: Fix double free in x509_cert_parse() [ver #3] by Andrey Ryabinin · 8 years ago
  62. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. c8467f7 crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy by Herbert Xu · 8 years ago
  64. 8acf7a1 crypto: algif_hash - Fix result clobbering in recvmsg by Herbert Xu · 8 years ago
  65. 8ff4c19 crypto: drbg - advance output buffer pointer by Stephan Mueller · 8 years ago
  66. a8348bc crypto: algif_hash - Fix NULL hash crash with shash by Herbert Xu · 8 years ago
  67. 75aa0a7 crypto: gf128mul - Zero memory when freeing multiplication table by Alex Cope · 8 years ago
  68. e8b2fa4 crypto: jitterentropy - drop duplicate header module.h by Geliang Tang · 8 years ago
  69. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  70. d266f44 crypto: gf128mul - remove dead gf128mul_64k_lle code by Alex Cope · 8 years ago
  71. 8edda7d crypto: dh - Consistenly return negative error codes by Mat Martineau · 8 years ago
  72. 109e23b crypto: poly1305 - Use unaligned access where required by Jason A. Donenfeld · 8 years ago
  73. 89277a7 crypto: cryptd - Remove unused but set variable 'tfm' by Tobias Klauser · 8 years ago
  74. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  75. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  76. 6c0f400 crypto: acomp - fix dependency in Makefile by Giovanni Cabiddu · 8 years ago
  77. d7db7a8 crypto: acomp - update testmgr with support for acomp by Giovanni Cabiddu · 8 years ago
  78. f6ded09 crypto: acomp - add support for deflate via scomp by Giovanni Cabiddu · 8 years ago
  79. 6a8de3a crypto: acomp - add support for 842 via scomp by Giovanni Cabiddu · 8 years ago
  80. 91d53d9 crypto: acomp - add support for lz4hc via scomp by Giovanni Cabiddu · 8 years ago
  81. 8cd9330 crypto: acomp - add support for lz4 via scomp by Giovanni Cabiddu · 8 years ago
  82. ac9d2c4 crypto: acomp - add support for lzo via scomp by Giovanni Cabiddu · 8 years ago
  83. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
  84. 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
  85. c4ca2b0 crypto: engine - Handle the kthread worker using the new API by Petr Mladek · 8 years ago
  86. 9b40f79 crypto: gcm - Fix error return code in crypto_gcm_create_common() by Wei Yongjun · 8 years ago
  87. f16743e crypto: cmac - fix alignment of 'consts' by Eric Biggers · 8 years ago
  88. 48ee41b crypto: cmac - return -EINVAL if block size is unsupported by Eric Biggers · 8 years ago
  89. 9c8ae17 crypto: api - Remove no-op exit_ops code by Eric Biggers · 8 years ago
  90. 1f69609 crypto: api - Fix Kconfig dependencies for FIPS by Alec Ari · 8 years ago
  91. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  92. 30066ce Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  93. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  94. 553911c Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  95. c847509 async_pq_val: fix DMA memory leak by Justin Maggard · 8 years ago
  96. 7bcb87b crypto: testmgr - add guard to dst buffer for ahash_export by Jan Stancek · 8 years ago
  97. 50d2e6d crypto: gcm - Fix IV buffer size in crypto_gcm_setkey by Ondrej Mosnáček · 8 years ago
  98. a397ba8 crypto: ghash-generic - move common definitions to a new header file by Marcelo Cerri · 8 years ago
  99. 0cf43f5 crypto: rsa-pkcs1pad - Handle leading zero for decryption by Herbert Xu · 8 years ago
  100. 36e09e1 crypto: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago