1. ce44cd8 Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keys by James Morris · 7 years ago
  2. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  3. 1e684d3 pkcs7: Set the module licence to prevent tainting by David Howells · 7 years ago
  4. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  5. ced6a58 crypto: dh - Remove pointless checks for NULL 'p' and 'g' by Eric Biggers · 7 years ago
  6. ccd9888 crypto: dh - Don't permit 'key' or 'g' size longer than 'p' by Eric Biggers · 7 years ago
  7. 199512b crypto: dh - Don't permit 'p' to be 0 by Eric Biggers · 7 years ago
  8. 12d41a0 crypto: dh - Fix double free of ctx->p by Eric Biggers · 7 years ago
  9. af903dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  10. f560acc crypto: ecdh - remove empty exit() by Tudor-Dan Ambarus · 7 years ago
  11. 6467104 crypto: tcrypt - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  12. 7f39713 crypto: testmgr - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  13. 76c6739 crypto: gcm - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  14. 85a2dea crypto: drbg - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  15. 0ca2a04 crypto: move pub key to generic async completion by Gilad Ben-Yossef · 7 years ago
  16. 2c3f8b1 crypto: algif - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  17. ada69a1 crypto: introduce crypto wait for async op by Gilad Ben-Yossef · 7 years ago
  18. 4e5b0ad crypto: remove redundant backlog checks on EBUSY by Gilad Ben-Yossef · 7 years ago
  19. 6b80ea3 crypto: change transient busy return code to -ENOSPC by Gilad Ben-Yossef · 7 years ago
  20. 7aacbfc crypto: tcrypt - fix buffer lengths in test_aead_speed() by Robert Baronescu · 7 years ago
  21. 5951722 crypto: tcrypt - mark expected switch fall-throughs in do_test() by Gustavo A. R. Silva · 7 years ago
  22. acfc587 crypto: gf128mul - The x8_ble multiplication functions by Harsh Jain · 7 years ago
  23. 441f99c crypto: ccm - preserve the IV buffer by Romain Izard · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 494b9ae7 Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 by James Morris · 7 years ago
  26. 68a1fdb pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. by Eric Sesterhenn · 7 years ago
  27. b3811d3 KEYS: checking the input id parameters before finding asymmetric key by Chun-Yi Lee · 7 years ago
  28. 6a6d2a7 KEYS: Fix the wrong index when checking the existence of second id by Chun-Yi Lee · 7 years ago
  29. 9e49451d crypto: keywrap - simplify code by Stephan Mueller · 7 years ago
  30. 5b3f3a8 crypto: dh - return unsigned value for crypto_dh_key_len() by Tudor-Dan Ambarus · 7 years ago
  31. cb195b3 crypto: dh - return unsigned int for dh_data_size() by Tudor-Dan Ambarus · 7 years ago
  32. 6e97e08 crypto: ecdh - return unsigned value for crypto_ecdh_key_len() by Tudor-Dan Ambarus · 7 years ago
  33. d38efad crypto: lrw - Check for incorrect cipher name by Christophe Jaillet · 7 years ago
  34. 616129c crypto: lrw - Fix an error handling path in 'create()' by Christophe Jaillet · 7 years ago
  35. b61907b crypto: shash - Fix zero-length shash ahash digest crash by Herbert Xu · 7 years ago
  36. e781c17 crypto: algboss - remove redundant setting of len to zero by Colin Ian King · 7 years ago
  37. 0cabf2a crypto: skcipher - Fix crash on zero-length input by Herbert Xu · 7 years ago
  38. 9039f3e crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unaligned by Jia-Ju Bai · 7 years ago
  39. 5125e4e crypto: xts - Fix an error handling path in 'create()' by Christophe Jaillet · 7 years ago
  40. 52872f5 crypto: drop unnecessary return statements by Geliang Tang · 7 years ago
  41. e0ab7e9 crypto: gcm - Use GCM IV size constant by Corentin LABBE · 7 years ago
  42. b7e2753 crypto: sm3 - add SM3 test vectors by Gilad Ben-Yossef · 7 years ago
  43. 4f0fc16 crypto: sm3 - add OSCCA SM3 secure hash by Gilad Ben-Yossef · 7 years ago
  44. e117765 crypto: af_alg - update correct dst SGL entry by Stephan Mueller · 7 years ago
  45. bd6227a crypto: drbg - fix freeing of resources by Stephan Mueller · 7 years ago
  46. 2d45a7e crypto: af_alg - get_page upon reassignment to TX SGL by Stephan Mueller · 7 years ago
  47. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 7 years ago
  48. 75d11e7 crypto: algif_aead - fix comment regarding memory layout by Stephan Mueller · 7 years ago
  49. e90c48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  50. 445a582 crypto: algif_skcipher - only call put_page on referenced and used pages by Stephan Mueller · 7 years ago
  51. 549f641 crypto: testmgr - add chunked test cases for chacha20 by Ard Biesheuvel · 7 years ago
  52. 4de4372 crypto: chacha20 - fix handling of chunked input by Ard Biesheuvel · 7 years ago
  53. 2d97591 crypto: af_alg - consolidation of duplicate code by Stephan Mueller · 7 years ago
  54. c871c10 crypto: serpent - improve __serpent_setkey with UBSAN by Arnd Bergmann · 7 years ago
  55. 72548b0 crypto: algif_aead - copy AAD from src to dst by Stephan Mueller · 7 years ago
  56. 5703c82 crypto: algif - return error code when no data was processed by Stephan Mueller · 7 years ago
  57. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  58. a7c391f crypto: algapi - use separate dst and src operands for __crypto_xor() by Ard Biesheuvel · 7 years ago
  59. 6a8487a crypto: scompress - defer allocation of scratch buffer to first use by Ard Biesheuvel · 7 years ago
  60. cc4d110 crypto: scompress - free partially allocated scratch buffers on failure by Ard Biesheuvel · 7 years ago
  61. 3c08377 crypto: scompress - don't sleep with preemption disabled by Ard Biesheuvel · 7 years ago
  62. 952035b crypto: ecdh - fix concurrency on shared secret and pubkey by Tudor-Dan Ambarus · 7 years ago
  63. b66ad0b crypto: tcrypt - remove AES-XTS-192 speed tests by Horia Geantă · 7 years ago
  64. c2176f0 crypto: rng - ensure that the RNG is ready before using by Jason A. Donenfeld · 7 years ago
  65. d887c52 crypto: algif_aead - overhaul memory management by Stephan Mueller · 7 years ago
  66. e870456 crypto: algif_skcipher - overhaul memory management by Stephan Mueller · 7 years ago
  67. 41cdf7a crypto: authencesn - Fix digest_null crash by Herbert Xu · 7 years ago
  68. dcf903d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  69. 2acce6a Networking by Herbert Xu · 7 years ago
  70. 2ceedf9 Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  71. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  72. 8ad06e5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  73. 035f901 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  74. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  75. bcf741c crypto: testmgr - Reenable sha1/aes in FIPS mode by Herbert Xu · 7 years ago
  76. b61929c6 crypto: drbg - Fixes panic in wait_for_completion call by Stephan Mueller · 7 years ago
  77. 1207107 crypto: testmgr - add testvector for pkcs1pad(rsa) by Stephan Mueller · 7 years ago
  78. fec17cb crypto: rsa-pkcs1pad - use constant time memory comparison for MACs by Jason A. Donenfeld · 7 years ago
  79. 88d58ef crypto: engine - replace pr_xxx by dev_xxx by Corentin LABBE · 7 years ago
  80. cf3f960 crypto: testmgr - use consistent format for errors by Gilad Ben-Yossef · 7 years ago
  81. c723585 crypto: algapi - Use pr_err common logging style. by Karim Eshapa · 7 years ago
  82. fa598d0 crypto: aes_ti - fix comment for MixColumns step by Eric Biggers · 7 years ago
  83. 47d3fd3 crypto: testmgr - add genkey kpp test by Tudor-Dan Ambarus · 7 years ago
  84. 6755fd2 crypto: ecdh - add privkey generation support by Tudor-Dan Ambarus · 7 years ago
  85. 3bca64c X.509: Fix error code in x509_cert_parse() by Dan Carpenter · 7 years ago
  86. a18ccc3 crypto: drbg - Fixes panic in wait_for_completion call by Stephan Mueller · 7 years ago
  87. 543de10 crypto: pkcs1pad - comply with crypto_akcipher_maxsize() by Tudor-Dan Ambarus · 7 years ago
  88. 1c23b46 crypto: rsa - comply with crypto_akcipher_maxsize() by Tudor-Dan Ambarus · 7 years ago
  89. d0efb48 crypto: ecdh - comply with crypto_kpp_maxsize() by Tudor-Dan Ambarus · 7 years ago
  90. 7f69105 crypto: dh - comply with crypto_kpp_maxsize() by Tudor-Dan Ambarus · 7 years ago
  91. ee34e26 crypto: dh - fix memleak in setkey by Tudor-Dan Ambarus · 7 years ago
  92. 7380c56 crypto: ecc - rename ecdh_make_pub_key() by Tudor-Dan Ambarus · 7 years ago
  93. ad26959 crypto: ecc - remove unnecessary casts by Tudor-Dan Ambarus · 7 years ago
  94. 099054d crypto: ecc - remove unused function arguments by Tudor-Dan Ambarus · 7 years ago
  95. c0ca121 crypto: kpp, (ec)dh - fix typos by Tudor-Dan Ambarus · 7 years ago
  96. 1e6adff crypto: rng - Remove unused function __crypto_rng_cast() by Matthias Kaehlcke · 7 years ago
  97. da7798a crypto : asymmetric_keys : verify_pefile:zero memory content before freeing by Loganaden Velvindron · 7 years ago
  98. 4e88016 X.509: Fix error code in x509_cert_parse() by Dan Carpenter · 7 years ago
  99. 03d7db5 crypto: hmac - add hmac IPAD/OPAD constant by Corentin LABBE · 7 years ago
  100. f3ad587 crypto: gcm - wait for crypto op not signal safe by Gilad Ben-Yossef · 7 years ago