1. da7798a crypto : asymmetric_keys : verify_pefile:zero memory content before freeing by Loganaden Velvindron · 7 years ago
  2. 4e88016 X.509: Fix error code in x509_cert_parse() by Dan Carpenter · 7 years ago
  3. f3ad587 crypto: gcm - wait for crypto op not signal safe by Gilad Ben-Yossef · 7 years ago
  4. a5dfefb crypto: drbg - wait for crypto op not signal safe by Gilad Ben-Yossef · 7 years ago
  5. e68368ae crypto: asymmetric_keys - handle EBUSY due to backlog correctly by Gilad Ben-Yossef · 7 years ago
  6. 9933e11 crypto: skcipher - Add missing API setkey checks by Herbert Xu · 7 years ago
  7. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 7 years ago
  8. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  9. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  10. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  11. 2a2a251 crypto: algif_aead - Require setkey before accept(2) by Stephan Mueller · 7 years ago
  12. a368f43 crypto: scomp - add support for deflate rfc1950 (zlib) by Giovanni Cabiddu · 7 years ago
  13. 3de4f5e crypto: scomp - allow registration of multiple scomps by Giovanni Cabiddu · 7 years ago
  14. 6175ca2 crypto: testmgr - Allow ecb(cipher_null) in FIPS mode by Milan Broz · 7 years ago
  15. a9943a0 crypto: testmgr - replace compression known answer test by Giovanni Cabiddu · 7 years ago
  16. 3ce5bc7 crypto: acomp - allow registration of multiple acomps by Giovanni Cabiddu · 7 years ago
  17. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. 5ee4c5a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  19. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 7 years ago
  20. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 7 years ago
  21. 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 7 years ago
  22. cd15f10 crypto: lz4 - fixed decompress function to return error code by Myungho Jung · 7 years ago
  23. 3f69cc6 crypto: af_alg - Allow arbitrarily long algorithm names by Herbert Xu · 7 years ago
  24. 4473710 crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansion by Herbert Xu · 7 years ago
  25. e6534ae crypto: algif_aead - Fix bogus request dereference in completion function by Herbert Xu · 7 years ago
  26. ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 7 years ago
  27. 4702bbe crypto: lrw - Fix use-after-free on EINPROGRESS by Herbert Xu · 7 years ago
  28. aa4a829 crypto: xts - Fix use-after-free on EINPROGRESS by Herbert Xu · 7 years ago
  29. ad1064c crypto: xts - drop gf128mul dependency by Ondrej Mosnáček · 7 years ago
  30. e55318c crypto: gf128mul - switch gf128mul_x_ble to le128 by Ondrej Mosnáček · 7 years ago
  31. acb9b15 crypto: gf128mul - define gf128mul_x_* in gf128mul.h by Ondrej Mosnáček · 7 years ago
  32. c6dc060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  33. 8e323a0 KEYS: Keyring asymmetric key restrict method with chaining by Mat Martineau · 8 years ago
  34. 7e3c4d2 KEYS: Restrict asymmetric key linkage using a specific keychain by Mat Martineau · 8 years ago
  35. 97d3aa0 KEYS: Add a lookup_restriction function for the asymmetric key type by Mat Martineau · 8 years ago
  36. aaf66c8 KEYS: Split role of the keyring pointer for keyring restrict functions by Mat Martineau · 8 years ago
  37. 03bb793 PKCS#7: Handle blacklisted certificates by David Howells · 7 years ago
  38. 4365295 X.509: Allow X.509 certs to be blacklisted by David Howells · 7 years ago
  39. 035f0cd Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  40. 44068d5 crypto: DRBG - initialize SGL only once by Stephan Mueller · 7 years ago
  41. 0d8da10 crypto: testmgr - mark ctr(des3_ede) as fips_allowed by Marcelo Cerri · 7 years ago
  42. 3c7eb3c md5: remove from lib and only live in crypto by Jason A. Donenfeld · 7 years ago
  43. 146c868 crypto: powerpc - Stress test for vpmsum implementations by Daniel Axtens · 7 years ago
  44. b01df1c crypto: powerpc - Add CRC-T10DIF acceleration by Daniel Axtens · 7 years ago
  45. 2e6d603 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 7 years ago
  46. 9df0eb1 crypto: xts,lrw - fix out-of-bounds write after kmalloc failure by Eric Biggers · 7 years ago
  47. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 7 years ago
  48. d2c2a85 crypto: ctr - Propagate NEED_FALLBACK bit by Marcelo Cerri · 7 years ago
  49. e6c2e65 crypto: cbc - Propagate NEED_FALLBACK bit by Marcelo Cerri · 7 years ago
  50. b13b1e0 crypto: testmgr - constify all test vectors by Eric Biggers · 7 years ago
  51. 5527dfb crypto: kpp - constify buffer passed to crypto_kpp_set_secret() by Eric Biggers · 7 years ago
  52. 27c539a crypto: algapi - annotate expected branch behavior in crypto_inc() by Ard Biesheuvel · 7 years ago
  53. 3ea996d crypto: gf128mul - constify 4k and 64k multiplication tables by Eric Biggers · 7 years ago
  54. f33fd64 crypto: gf128mul - rename the byte overflow tables by Eric Biggers · 7 years ago
  55. 2416e4f crypto: gf128mul - remove xx() macro by Eric Biggers · 7 years ago
  56. 63be5b5 crypto: gf128mul - fix some comments by Eric Biggers · 7 years ago
  57. 33a8b3e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  58. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 7 years ago
  59. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  60. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 7 years ago
  61. 1c68bb0 crypto: testmgr - Pad aes_ccm_enc_tv_template vector by Laura Abbott · 7 years ago
  62. 3b30460 crypto: ccm - move cbcmac input off the stack by Ard Biesheuvel · 7 years ago
  63. 8902757 crypto: xts - Propagate NEED_FALLBACK bit by Herbert Xu · 7 years ago
  64. 73a15ac crypto: change LZ4 modules to work with new LZ4 module version by Sven Schmidt · 7 years ago
  65. 12cb3a1 crypto: xts - Add ECB dependency by Milan Broz · 7 years ago
  66. 5ba8e2a crypto: ccm - drop unnecessary minimum 32-bit alignment by Ard Biesheuvel · 7 years ago
  67. 5338ad7 crypto: ccm - honour alignmask of subordinate MAC cipher by Ard Biesheuvel · 7 years ago
  68. db91af0 crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic by Ard Biesheuvel · 7 years ago
  69. 7d6e910 crypto: improve gcc optimization flags for serpent and wp512 by Arnd Bergmann · 7 years ago
  70. f15f05b crypto: ccm - switch to separate cbcmac driver by Ard Biesheuvel · 7 years ago
  71. 092acf0 crypto: testmgr - add test cases for cbcmac(aes) by Ard Biesheuvel · 7 years ago
  72. b5e0b03 crypto: aes - add generic time invariant AES cipher by Ard Biesheuvel · 7 years ago
  73. ec38a93 crypto: aes-generic - drop alignment requirement by Ard Biesheuvel · 7 years ago
  74. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  75. 0b529f1 crypto: algif_aead - Fix kernel panic on list_del by Harsh Jain · 7 years ago
  76. 76512f2 crypto: tcrypt - Add debug prints by Rabin Vincent · 8 years ago
  77. d604076 crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg by Salvatore Benedetto · 8 years ago
  78. 21c8e72 crypto: testmgr - use calculated count for number of test vectors by Ard Biesheuvel · 8 years ago
  79. e93acd6 crypto: testmgr - Allocate only the required output size for hash tests by Andrew Lutomirski · 8 years ago
  80. d8c34b9 crypto: Replaced gcc specific attributes with macros from compiler.h by Gideon Israel Dsouza · 8 years ago
  81. d211022 crypto: testmgr - use kmemdup instead of kmalloc+memcpy by Eric Biggers · 8 years ago
  82. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  83. 62071194 crypto: algif_hash - avoid zero-sized array by Jiri Slaby · 8 years ago
  84. 9ae433b crypto: chacha20 - convert generic and x86 versions to skcipher by Ard Biesheuvel · 8 years ago
  85. 02608e0 crypto: testmgr - Use heap buffer for acomp test input by Laura Abbott · 8 years ago
  86. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  87. 19c75bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  88. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  89. 18e615a crypto: skcipher - fix crash in virtual walk by Ard Biesheuvel · 8 years ago
  90. fbb7263 crypto: asymmetric_keys - set error code on failure by Pan Bian · 8 years ago
  91. 3f692d5 crypto: doc - clarify AEAD memory structure by Stephan Mueller · 8 years ago
  92. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  93. 0451698 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  94. 04b46fb crypto: testmgr - fix overlap in chunked tests again by Ard Biesheuvel · 8 years ago
  95. 678b5c6 crypto: algif_aead - fix uninitialized variable warning by Stephan Mueller · 8 years ago
  96. d31de18 crypto: testmgr - add/enhance test cases for CRC-T10DIF by Ard Biesheuvel · 8 years ago
  97. 7e4c7f1 crypto: testmgr - avoid overlap in chunked tests by Ard Biesheuvel · 8 years ago
  98. 48a9927 crypto: mcryptd - Check mcryptd algorithm compatibility by tim · 8 years ago
  99. 0c1e16c crypto: algif_aead - fix AEAD tag memory handling by Stephan Mueller · 8 years ago
  100. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago