1. e43327c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 5 months ago
  2. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  3. bfe8fe9 crypto: sa2ul - add Kconfig selects to fix build error by Randy Dunlap · 4 years, 5 months ago
  4. 9a5a668 crypto: qat - add delay before polling mailbox by Giovanni Cabiddu · 4 years, 6 months ago
  5. 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
  6. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  7. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  8. 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
  9. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  10. b13a540 virtio_crypto: convert to LE accessors by Michael S. Tsirkin · 4 years, 5 months ago
  11. ab5c60b7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 6 months ago
  12. f8ace8d tcp: rename request_sock cookie_ts bit to syncookie by Florian Westphal · 4 years, 6 months ago
  13. 3cbfe807 crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERR by Gustavo A. R. Silva · 4 years, 6 months ago
  14. e4d6efe crypto: caam/qi2 - add module alias by Horia Geantă · 4 years, 6 months ago
  15. ee0a6de crypto: caam - add more RNG hw error codes by Horia Geantă · 4 years, 6 months ago
  16. 26c4a51 crypto: caam/jr - remove incorrect reference to caam_jr_register() by Dan Douglass · 4 years, 6 months ago
  17. da6a668 crypto: caam - silence .setkey in case of bad key length by Horia Geantă · 4 years, 6 months ago
  18. b7ec41d crypto: caam/qi2 - create ahash shared descriptors only once by Horia Geantă · 4 years, 6 months ago
  19. d9f2d01 crypto: caam/qi2 - fix error reporting for caam_hash_alloc by Horia Geantă · 4 years, 6 months ago
  20. 81f2288 crypto: caam - remove deadcode on 32-bit platforms by Franck LENORMAND · 4 years, 6 months ago
  21. f892a21 crypto: ccp - use generic power management by Vaibhav Gupta · 4 years, 6 months ago
  22. 28ee8b0 crypto: marvell/cesa - irq balance by Sven Auhagen · 4 years, 6 months ago
  23. c672041 crypto: inside-secure - irq balance by Sven Auhagen · 4 years, 6 months ago
  24. d3c4815 net: remove sockptr_advance by Christoph Hellwig · 4 years, 6 months ago
  25. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  26. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  27. ac855b3 crypto: omap-aes - Fix sparse and compiler warnings by Herbert Xu · 4 years, 6 months ago
  28. c06c766 crypto: qat - fix double free in qat_uclo_create_batch_init_list by Tom Rix · 4 years, 6 months ago
  29. fd92028 crypto: sa2ul - add device links to child devices by Tero Kristo · 4 years, 6 months ago
  30. d2c8ac1 crypto: sa2ul - Add AEAD algorithm support by Keerthy · 4 years, 6 months ago
  31. 2dc53d0 crypto: sa2ul - add sha1/sha256/sha512 support by Keerthy · 4 years, 6 months ago
  32. 7694b6c crypto: sa2ul - Add crypto driver by Keerthy · 4 years, 6 months ago
  33. c8ed9fc powerpc: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  34. c3466a7 crypto/chtls: Enable tcp window scaling option by Vinay Kumar Yadav · 4 years, 6 months ago
  35. 30d9e50 crypto/chtls: correct net_device reference count by Vinay Kumar Yadav · 4 years, 6 months ago
  36. c271042 crypto/chtls: fix tls alert messages corrupted by tls data by Vinay Kumar Yadav · 4 years, 6 months ago
  37. 1b3eeb8 crypto: chelsio - Fix some pr_xxx messages by Christophe JAILLET · 4 years, 6 months ago
  38. d110cf0 crypto: chelsio - Avoid some code duplication by Christophe JAILLET · 4 years, 6 months ago
  39. 10f33d3 crypto: hisilicon/hpre - disable FLR triggered by hardware by Hui Tang · 4 years, 6 months ago
  40. dadbe4c crypto: hisilicon/hpre - update debugfs interface parameters by Meng Yu · 4 years, 6 months ago
  41. a0c34e8 crypto: hisilicon/hpre - Add a switch in sriov_configure by Meng Yu · 4 years, 6 months ago
  42. a14f660 crypto: hisilicon/hpre - Modify the Macro definition and format by Meng Yu · 4 years, 6 months ago
  43. 6bc937b crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfs by Hui Tang · 4 years, 6 months ago
  44. d7ba2c0 crypto: hisilicon/hpre - Init the value of current_q of debugfs by Meng Yu · 4 years, 6 months ago
  45. b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 6 months ago
  46. 2c2e183 crypto: ccp - Silence strncpy warning by Herbert Xu · 4 years, 6 months ago
  47. f441ba2 crypto: mediatek - use AES library for GCM key derivation by Ard Biesheuvel · 4 years, 6 months ago
  48. 56ca499 crypto: sahara - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  49. 90e2f78 crypto: qce - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  50. dc6e71c crypto: picoxcell - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  51. c9598d4e crypto: mxs-dcp - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  52. d8c6d18 crypto: chelsio - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  53. 413b61c crypto: ccp - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  54. 44b5917 crypto: sun8i-ss - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  55. 31abd3e crypto: sun8i-ce - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  56. 89fb00f crypto: sun4i - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  57. 6a99d7a crypto: omap-aes - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  58. 1d63e45 crypto: amlogic-gxl - permit async skcipher as fallback by Ard Biesheuvel · 4 years, 6 months ago
  59. 3f368b8 crypto: amlogic-gxl - default to build as module by Ard Biesheuvel · 4 years, 6 months ago
  60. 38c3b74 crypto: hisilicon/sec2 - fix some coding styles by Longfang Liu · 4 years, 6 months ago
  61. 6b534f7 crypto: hisilicon/sec2 - update debugfs interface parameters by Longfang Liu · 4 years, 6 months ago
  62. d0228ae crypto: hisilicon/sec2 - update SEC initialization and reset by Longfang Liu · 4 years, 6 months ago
  63. 9597efc crypto:hisilicon/sec2 - update busy processing logic by Kai Ye · 4 years, 6 months ago
  64. 7dc95d0 crypto: hisilicon/sec2 - clear SEC debug regs by Kai Ye · 4 years, 6 months ago
  65. eeedb61 crypto: caam - Remove broken arc4 support by Herbert Xu · 4 years, 6 months ago
  66. 813ec3f crypto: hisilicon/zip - permit users to specify NUMA node by Barry Song · 4 years, 7 months ago
  67. d9dd5ef crypto: ccp - Fix sparse warnings by Herbert Xu · 4 years, 7 months ago
  68. ad6a066 crypto: virtio - constify features[] and id_table[] by Rikard Falkeborn · 4 years, 7 months ago
  69. a85211f crypto: qat - fallback for xts with 192 bit keys by Giovanni Cabiddu · 4 years, 7 months ago
  70. 5fb8b70 crypto: qat - remove unused field in skcipher ctx by Giovanni Cabiddu · 4 years, 7 months ago
  71. b185a68 crypto: qat - validate xts key by Giovanni Cabiddu · 4 years, 7 months ago
  72. 528f776 crypto: qat - allow xts requests not multiple of block by Giovanni Cabiddu · 4 years, 7 months ago
  73. 95a6231 Merge branch 'ux500' by Herbert Xu · 4 years, 6 months ago
  74. 3cfa435 crypto: ux500/hash - Add namespacing to hash_init() by Lee Jones · 4 years, 7 months ago
  75. c414943 crypto: cpt - Fix sparse warnings by Herbert Xu · 4 years, 7 months ago
  76. f532ed2 crypto: hisilicon/qm - Change type of pasid to u32 by Fenghua Yu · 4 years, 7 months ago
  77. 8a30280 crypto: ccp - Fix use of merged scatterlists by John Allen · 4 years, 7 months ago
  78. df12ef6 crypto: qce/sha - Do not modify scatterlist passed along with request by Sivaprakash Murugesan · 4 years, 7 months ago
  79. a668ee5 crypto: qce - re-initialize context on import by Sivaprakash Murugesan · 4 years, 7 months ago
  80. 8ac1b9cc crypto: qce - support zero length test vectors by Sivaprakash Murugesan · 4 years, 7 months ago
  81. 5c3a8a6 crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_init by Dinghao Liu · 4 years, 7 months ago
  82. f949070 crypto: ccree - remove unused field by Gilad Ben-Yossef · 4 years, 7 months ago
  83. 520f325 crypto: ccree - adapt ccree essiv support to kcapi by Gilad Ben-Yossef · 4 years, 7 months ago
  84. 9bc6165 crypto: ccree - fix resource leak on error path by Gilad Ben-Yossef · 4 years, 7 months ago
  85. d095146 crypto: caam/qi2 - fix return code in ahash_finup_no_ctx() by Horia Geantă · 4 years, 7 months ago
  86. 84d840e crypto: img-hash - remove redundant initialization of variable err by Colin Ian King · 4 years, 7 months ago
  87. 7649d00 crypto: ccp - remove redundant assignment to variable ret by Colin Ian King · 4 years, 7 months ago
  88. 5ead051 crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified by Mikulas Patocka · 4 years, 7 months ago
  89. 9e27c99 crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified by Mikulas Patocka · 4 years, 7 months ago
  90. 758f487 crypto: omap-sham - Fix sparse/compiler warnings by Herbert Xu · 4 years, 7 months ago
  91. 3da74a6 crypto: omap-des - Fix sparse/compiler warnings by Herbert Xu · 4 years, 7 months ago
  92. 6ec5e8b crypto: hisilicon - fix strncpy warning with strscpy by Zhangfei Gao · 4 years, 7 months ago
  93. 93bbca2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
  94. a05b1c1 crypto: octeontx - Fix sparse warnings by Herbert Xu · 4 years, 7 months ago
  95. 864c2d5 crypto: caam - Fix argument type in handle_imx6_err005766 by Herbert Xu · 4 years, 7 months ago
  96. a79d471 crypto: qat - update timeout logic in put admin msg by Wojciech Ziemba · 4 years, 7 months ago
  97. e4e245a crypto: qat - send admin messages to set of AEs by Wojciech Ziemba · 4 years, 7 months ago
  98. 624e62c crypto: qat - update fw init admin msg by Wojciech Ziemba · 4 years, 7 months ago
  99. c31b4ad crypto: caam/qi2 - remove redundant assignment to ret by Colin Ian King · 4 years, 7 months ago
  100. 57b1aac crypto: hisilicon - update SEC driver module parameter by Longfang Liu · 4 years, 7 months ago