1. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  2. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  3. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  4. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  6. 1036633 crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA by Vitaly Chikunov · 6 years ago
  7. f0372c0 crypto: testmgr - add missing self test entries for protected keys by Gilad Ben-Yossef · 6 years ago
  8. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  9. 54fe792 crypto: shash - remove useless crypto_yield() in shash_ahash_digest() by Eric Biggers · 6 years ago
  10. 6a1faa4 crypto: ccm - fix incompatibility between "ccm" and "ccm_base" by Eric Biggers · 6 years ago
  11. f699594 crypto: gcm - fix incompatibility between "gcm" and "gcm_base" by Eric Biggers · 6 years ago
  12. 67cb60e crypto: shash - fix missed optimization in shash_ahash_digest() by Eric Biggers · 6 years ago
  13. 0a877e3 crypto: cryptd - remove ability to instantiate ablkciphers by Eric Biggers · 6 years ago
  14. 8c3fffe crypto: scompress - initialize per-CPU variables on each CPU by Sebastian Andrzej Siewior · 6 years ago
  15. c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
  16. 40153b1 crypto: testmgr - fuzz AEADs against their generic implementation by Eric Biggers · 6 years ago
  17. d435e10 crypto: testmgr - fuzz skciphers against their generic implementation by Eric Biggers · 6 years ago
  18. 9a8a6b3 crypto: testmgr - fuzz hashes against their generic implementation by Eric Biggers · 6 years ago
  19. f2bb770a crypto: testmgr - add helpers for fuzzing against generic implementation by Eric Biggers · 6 years ago
  20. 951d133 crypto: testmgr - identify test vectors by name rather than number by Eric Biggers · 6 years ago
  21. 5283a8e crypto: testmgr - expand ability to test for errors by Eric Biggers · 6 years ago
  22. 32fbdbd crypto: ecrdsa - add EC-RDSA test vectors to testmgr by Vitaly Chikunov · 6 years ago
  23. 0d7a786 crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm by Vitaly Chikunov · 6 years ago
  24. 4a2289d crypto: ecc - make ecc into separate module by Vitaly Chikunov · 6 years ago
  25. 3d6228a crypto: Kconfig - create Public-key cryptography section by Vitaly Chikunov · 6 years ago
  26. f1774cb X.509: parse public key parameters from x509 for akcipher by Vitaly Chikunov · 6 years ago
  27. 83bc029 KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature by Vitaly Chikunov · 6 years ago
  28. c7381b0 crypto: akcipher - new verify API for public key algorithms by Vitaly Chikunov · 6 years ago
  29. 3ecc972 crypto: rsa - unimplement sign/verify for raw RSA backends by Vitaly Chikunov · 6 years ago
  30. 78a0324f crypto: akcipher - default implementations for request callbacks by Vitaly Chikunov · 6 years ago
  31. d7198ce crypto: des_generic - Forbid 2-key in 3DES and add helpers by Herbert Xu · 6 years ago
  32. edaf28e crypto: salsa20 - don't access already-freed walk.iv by Eric Biggers · 6 years ago
  33. aec286c crypto: lrw - don't access already-freed walk.iv by Eric Biggers · 6 years ago
  34. b257b48 crypto: lrw - Fix atomic sleep when walking skcipher by Herbert Xu · 6 years ago
  35. 44427c0 crypto: xts - Fix atomic sleep when walking skcipher by Herbert Xu · 6 years ago
  36. 678cce4 crypto: x86/poly1305 - fix overflow during partial reduction by Eric Biggers · 6 years ago
  37. eda69b0 crypto: testmgr - add panic_on_fail module parameter by Eric Biggers · 6 years ago
  38. c31a871 crypto: cts - don't support empty messages by Eric Biggers · 6 years ago
  39. c5c4688 crypto: streebog - fix unaligned memory accesses by Eric Biggers · 6 years ago
  40. 5e27f38 crypto: chacha20poly1305 - set cra_name correctly by Eric Biggers · 6 years ago
  41. dcaca01 crypto: skcipher - don't WARN on unprocessed data after slow walk step by Eric Biggers · 6 years ago
  42. 307508d crypto: crct10dif-generic - fix use via crypto_shash_digest() by Eric Biggers · 6 years ago
  43. 61abc35 crypto: aes - Use ___cacheline_aligned for aes data by Andi Kleen · 6 years ago
  44. 71052dc crypto: scompress - Use per-CPU struct instead multiple variables by Sebastian Andrzej Siewior · 6 years ago
  45. 6a4d1b1 crypto: scompress - return proper error code for allocation failure by Sebastian Andrzej Siewior · 6 years ago
  46. d99324c crypto: fips - Grammar s/options/option/, s/to/the/ by Geert Uytterhoeven · 6 years ago
  47. 4e5180e crypto: Kconfig - fix typos AEGSI -> AEGIS by Ondrej Mosnacek · 6 years ago
  48. f6fff17 crypto: salsa20-generic - use crypto_xor_cpy() by Eric Biggers · 6 years ago
  49. 29d97de crypto: chacha-generic - use crypto_xor_cpy() by Eric Biggers · 6 years ago
  50. 6570737 crypto: testmgr - test the !may_use_simd() fallback code by Eric Biggers · 6 years ago
  51. 8b8d91d crypto: simd - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  52. b55e1a3 crypto: simd,testmgr - introduce crypto_simd_usable() by Eric Biggers · 6 years ago
  53. 7aceaae crypto: chacha-generic - fix use as arm64 no-NEON fallback by Eric Biggers · 6 years ago
  54. f808aa3 crypto: testmgr - remove workaround for AEADs that modify aead_request by Eric Biggers · 6 years ago
  55. e151a8d crypto: x86/morus1280 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  56. 4773095 crypto: x86/morus640 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  57. b6708c2 crypto: x86/aegis256 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  58. d628132 crypto: x86/aegis128l - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  59. de272ca crypto: x86/aegis128 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  60. 1661131 crypto: simd - support wrapping AEAD algorithms by Eric Biggers · 6 years ago
  61. 45ec975 lib/lzo: separate lzo-rle from lzo by Dave Rodgman · 6 years ago
  62. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  63. 91e1484 crypto: af_alg - use struct_size() in sock_kfree_s() by Gustavo A. R. Silva · 6 years ago
  64. 333e6647 crypto: adiantum - add 1536 and 4096-byte test vectors by Eric Biggers · 6 years ago
  65. 367ecc0 crypto: nhpoly1305 - add a test vector with len % 16 != 0 by Eric Biggers · 6 years ago
  66. e674dbc crypto: testmgr - add iv_out to all CTR test vectors by Eric Biggers · 6 years ago
  67. cdc6946 crypto: testmgr - add iv_out to all CBC test vectors by Eric Biggers · 6 years ago
  68. 8efd972 crypto: testmgr - support checking skcipher output IV by Eric Biggers · 6 years ago
  69. c9e1d48 crypto: testmgr - remove extra bytes from 3DES-CTR IVs by Eric Biggers · 6 years ago
  70. 9060cb7 net: crypto set sk to NULL when af_alg_release. by Mao Wenan · 6 years ago
  71. bd30cf5 crypto: export arc4 defines by Iuliana Prodan · 6 years ago
  72. a6e5ef9 crypto: testmgr - check for aead_request corruption by Eric Biggers · 6 years ago
  73. fa353c9 crypto: testmgr - check for skcipher_request corruption by Eric Biggers · 6 years ago
  74. 4cc2dcf crypto: testmgr - convert hash testing to use testvec_configs by Eric Biggers · 6 years ago
  75. ed96804 crypto: testmgr - convert aead testing to use testvec_configs by Eric Biggers · 6 years ago
  76. 4e7babba crypto: testmgr - convert skcipher testing to use testvec_configs by Eric Biggers · 6 years ago
  77. 25f9ddd crypto: testmgr - implement random testvec_config generation by Eric Biggers · 6 years ago
  78. 5b2706a crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS by Eric Biggers · 6 years ago
  79. 3f47a03 crypto: testmgr - add testvec_config struct and helper functions by Eric Biggers · 6 years ago
  80. 77568e5 crypto: ahash - fix another early termination in hash walk by Eric Biggers · 6 years ago
  81. d644f1c crypto: morus - fix handling chunked inputs by Eric Biggers · 6 years ago
  82. 0f533e6 crypto: aegis - fix handling chunked inputs by Eric Biggers · 6 years ago
  83. e3d90e52 crypto: testmgr - use kmemdup by Christopher Diaz Riveros · 6 years ago
  84. a8a3441 crypto: testmgr - mark crc32 checksum as FIPS allowed by Milan Broz · 6 years ago
  85. eb5e673 crypto: testmgr - skip crc32c context test for ahash algorithms by Eric Biggers · 6 years ago
  86. 7e33d4d crypto: seqiv - Use kmemdup in seqiv_aead_encrypt() by YueHaibing · 6 years ago
  87. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  88. 1a5e02b crypto: chacha20poly1305 - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  89. 9f8ef36 crypto: ctr - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  90. 56a00d9 crypto: gcm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  91. 0db1903 crypto: ccm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  92. 9572442 crypto: api - add a helper to (un)register a array of templates by Xiongfeng Wang · 6 years ago
  93. 747bd2a crypto: morus - Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  94. bb4ce82 crypto: aegis - Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  95. ea5d8cf crypto: aegis - Cleanup license mess by Thomas Gleixner · 6 years ago
  96. a0d608ee crypto: testmgr - unify the AEAD encryption and decryption test vectors by Eric Biggers · 6 years ago
  97. d7250b4 crypto: testmgr - add rfc4543(gcm(aes)) decryption test to encryption tests by Eric Biggers · 6 years ago
  98. f38e888 crypto: testmgr - add gcm(aes) decryption tests to encryption tests by Eric Biggers · 6 years ago
  99. de845da crypto: testmgr - add ccm(aes) decryption tests to encryption tests by Eric Biggers · 6 years ago
  100. 5bc3de5 crypto: testmgr - skip AEAD encryption test vectors with novrfy set by Eric Biggers · 6 years ago