1. 85d7311 crypto: remove redundant type flags from tfm allocation by Eric Biggers · 7 years ago
  2. 2c95e6d crypto: skcipher - remove useless setting of type flags by Eric Biggers · 7 years ago
  3. 3f4a537 crypto: aead - remove useless setting of type flags by Eric Biggers · 7 years ago
  4. c87a405 crypto: ahash - remove useless setting of cra_type by Eric Biggers · 7 years ago
  5. 6a38f62 crypto: ahash - remove useless setting of type flags by Eric Biggers · 7 years ago
  6. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 7 years ago
  7. 9744fec crypto: inside-secure - remove request list to improve performance by Ofer Heifetz · 7 years ago
  8. 62469879 crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support by Ofer Heifetz · 7 years ago
  9. a7dea8c crypto: inside-secure - ecb(des) and cbc(des) support by Ofer Heifetz · 7 years ago
  10. b471e4b crypto: inside-secure - hmac(md5) support by Ofer Heifetz · 7 years ago
  11. 293f89c crypto: inside-secure - md5 support by Ofer Heifetz · 7 years ago
  12. 63b9427 crypto: inside-secure - set tx_max_cmd_queue to 32 by Ofer Heifetz · 7 years ago
  13. f1edf29 crypto: inside-secure - reset CDR and RDR rings on module removal by Ofer Heifetz · 7 years ago
  14. fbd0a7c crypto: inside-secure - adjust the TRC configuration for EIP197D by Ofer Heifetz · 7 years ago
  15. 5eb0911 crypto: inside-secure - eip197d support by Antoine Tenart · 7 years ago
  16. 367571e crypto: inside-secure - add multiple processing engine support by Ofer Heifetz · 7 years ago
  17. 18e0e95 crypto: inside-secure - dynamic ring configuration allocation by Ofer Heifetz · 7 years ago
  18. 53c83e9 crypto: inside-secure - add an invalidation flag by Antoine Tenart · 7 years ago
  19. 998d2ab crypto: inside-secure - filter out the algorithms by engine by Antoine Tenart · 7 years ago
  20. 7d8f52a crypto: inside-secure - use precise compatibles by Antoine Tenart · 7 years ago
  21. 043ecc6 crypto: inside-secure - move the firmware to a better location by Antoine Tenart · 7 years ago
  22. 73463ad crypto: stm32/crc - Add power management support by lionel.debieve@st.com · 7 years ago
  23. 8b4d566 crypto: stm32/hash - Add power management support by lionel.debieve@st.com · 7 years ago
  24. 65f9aa3 crypto: stm32/cryp - Add power management support by lionel.debieve@st.com · 7 years ago
  25. d0d859b crypto: virtio - Register an algo only if it's supported by Farhan Ali · 7 years ago
  26. b551bac crypto: virtio - Read crypto services and algorithm masks by Farhan Ali · 7 years ago
  27. 38641b8 crypto: atmel-ecc - remove overly verbose dev_info by Tudor-Dan Ambarus · 7 years ago
  28. e9440ff crypto: atmel-ecc - fix to allow multi segment scatterlists by Tudor-Dan Ambarus · 7 years ago
  29. 2a2b946 crypto: cavium - make structure algs static by Colin Ian King · 7 years ago
  30. ea23cb5 crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) support by Antoine Tenart · 7 years ago
  31. 1f5d5d98 crypto: inside-secure - hmac(sha384) support by Antoine Tenart · 7 years ago
  32. 9e46eaf crypto: inside-secure - sha384 support by Antoine Tenart · 7 years ago
  33. 87eee12 crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) support by Antoine Tenart · 7 years ago
  34. 0de54fb1 crypto: inside-secure - hmac(sha512) support by Antoine Tenart · 7 years ago
  35. b460edb crypto: inside-secure - sha512 support by Antoine Tenart · 7 years ago
  36. 25bc9551 crypto: inside-secure - improve the counter computation by Antoine Tenart · 7 years ago
  37. cda3e73 crypto: inside-secure - use the error handler for invalidation requests by Antoine Tenart · 7 years ago
  38. ce43b2e crypto: inside-secure - increase minimum transfer size by Ofer Heifetz · 7 years ago
  39. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  40. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  41. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  42. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  43. 3e1a29b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  44. b268b35 crypto: chtls - free beyond end rspq_skb_cache by Atul Gupta · 7 years ago
  45. 1dfe57a crypto: chtls - kbuild warnings by Atul Gupta · 7 years ago
  46. ea5213b crypto: chtls - dereference null variable by Atul Gupta · 7 years ago
  47. 3b8305f crypto: chtls - wait for memory sendmsg, sendpage by Atul Gupta · 7 years ago
  48. 09e53d8 crypto: chtls - key len correction by Atul Gupta · 7 years ago
  49. 0b3a830 crypto: ccp - Add GET_ID SEV command by Janakarajan Natarajan · 7 years ago
  50. edd303f crypto: ccp - Add DOWNLOAD_FIRMWARE SEV command by Janakarajan Natarajan · 7 years ago
  51. 1ebe6da crypto: qat - Add MODULE_FIRMWARE for all qat drivers by Conor McLoughlin · 7 years ago
  52. 565018b crypto: ccree - silence debug prints by Gilad Ben-Yossef · 7 years ago
  53. 35f859f crypto: ccree - better clock handling by Gilad Ben-Yossef · 7 years ago
  54. 281a58c crypto: ccree - correct host regs offset by Gilad Ben-Yossef · 7 years ago
  55. 4262c98 crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM by Harsh Jain · 7 years ago
  56. 335bcc4 crypt: chelsio - Send IV as Immediate for cipher algo by Harsh Jain · 7 years ago
  57. 6faa0f5 crypto: chelsio - Return -ENOSPC for transient busy indication. by Harsh Jain · 7 years ago
  58. d9c3577 crypto: caam/qi - fix warning in init_cgr() by Horia Geantă · 7 years ago
  59. b210647 crypto: caam - fix rfc4543 descriptors by Horia Geantă · 7 years ago
  60. 06d44c9 crypto: caam - fix MC firmware detection by Horia Geantă · 7 years ago
  61. c2e415f crypto: clarify licensing of OpenSSL asm code by Adam Langley · 7 years ago
  62. f16b613 crypto: chtls - fix a missing-check bug by Wenwen Wang · 7 years ago
  63. 01ba061 crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) support by Antoine Tenart · 7 years ago
  64. 678b287 crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support by Antoine Tenart · 7 years ago
  65. f6beaea crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support by Antoine Tenart · 7 years ago
  66. bdfd190 crypto: inside-secure - improve error reporting by Antoine Tenart · 7 years ago
  67. 8a21f06 crypto: inside-secure - fix the hash then encrypt/decrypt types by Antoine Tenart · 7 years ago
  68. ce67955 crypto: inside-secure - make the key and context size computation dynamic by Antoine Tenart · 7 years ago
  69. fef0cfe crypto: inside-secure - make the context control size dynamic by Antoine Tenart · 7 years ago
  70. 3a5ca23 crypto: inside-secure - rework the alg type settings in the context by Antoine Tenart · 7 years ago
  71. 8ac1283 crypto: inside-secure - rework cipher functions for future AEAD support by Antoine Tenart · 7 years ago
  72. 6182480 crypto: inside-secure - remove VLAs by Antoine Tenart · 7 years ago
  73. 17a7d24 crypto: chtls - generic handling of data and hdr by Atul Gupta · 7 years ago
  74. bf4407f crypto: inside-secure - do not use memset on MMIO by Antoine Tenart · 7 years ago
  75. 4c826fe crypto: chelsio - request to HW should wrap by Atul Gupta · 7 years ago
  76. 7024e0d crypto: nx - fix spelling mistake: "seqeunce" -> "sequence" by Colin Ian King · 7 years ago
  77. 730f23b crypto: vmx - Remove overly verbose printk from AES XTS init by Michael Ellerman · 7 years ago
  78. 1411b52 crypto: vmx - Remove overly verbose printk from AES init routines by Michael Ellerman · 7 years ago
  79. 4bffaab crypto: caam - fix size of RSA prime factor q by Horia Geantă · 7 years ago
  80. 5e7b516 crypto: ccree - use proper printk format by Gilad Ben-Yossef · 7 years ago
  81. a794d8d crypto: ccree - enable support for hardware keys by Gilad Ben-Yossef · 7 years ago
  82. 658c9d2b9 crypto: crypto4xx - put temporary dst sg into request ctx by Christian Lamparter · 7 years ago
  83. 584201f crypto: crypto4xx - extend aead fallback checks by Christian Lamparter · 7 years ago
  84. fc34011 crypto: crypto4xx - properly set IV after de- and encrypt by Christian Lamparter · 7 years ago
  85. 98e87e3 crypto: crypto4xx - add aes-ctr support by Christian Lamparter · 7 years ago
  86. c4e9065 crypto: crypto4xx - avoid VLA use by Christian Lamparter · 7 years ago
  87. ce05ffe crypto: crypto4xx - convert to skcipher by Christian Lamparter · 7 years ago
  88. a8d79d7 crypto: crypto4xx - performance optimizations by Christian Lamparter · 7 years ago
  89. 5b0aa25 crypto: cavium - Remove unnecessary parentheses by Varsha Rao · 7 years ago
  90. 8ce31dc crypto: drivers - simplify getting .drvdata by Wolfram Sang · 7 years ago
  91. 9dbc8a0 crypto: omap-sham - fix memleak by Bin Liu · 7 years ago
  92. ee1b23d crypto: drivers - Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  93. b930f3a crypto: caam: - Use kmemdup() function by Fabio Estevam · 7 years ago
  94. 8a2a0dd crypto: caam - strip input zeros from RSA input buffer by Horia Geantă · 7 years ago
  95. 654f2b9 crypto: caam - allow retrieving 'era' from register by Fabio Estevam · 7 years ago
  96. b0039c00 crypto: caam - staticize caam_get_era() by Fabio Estevam · 7 years ago
  97. e7a9b05 crypto: cavium - Fix smp_processor_id() warnings by Jan Glauber · 7 years ago
  98. 1cc7e01 crypto: cavium - Fix statistics pending request value by Jan Glauber · 7 years ago
  99. a40c880 crypto: cavium - Prevent division by zero by Jan Glauber · 7 years ago
  100. c782a8c crypto: cavium - Limit result reading attempts by Jan Glauber · 7 years ago