1. b40fa82 crypto: doc - clear htmldocs build warnings for crypto/hash by tcharding · 7 years ago
  2. c9a3ff8 crypto: x86/salsa20 - cleanup and convert to skcipher API by Eric Biggers · 7 years ago
  3. eb772f3 crypto: salsa20 - export generic helpers by Eric Biggers · 7 years ago
  4. b62b3db crypto: salsa20-generic - cleanup and convert to skcipher API by Eric Biggers · 7 years ago
  5. 148b974 crypto: aes-generic - build with -Os on gcc-7+ by Arnd Bergmann · 7 years ago
  6. dc26c17 crypto: aead - prevent using AEADs without setting key by Eric Biggers · 7 years ago
  7. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  8. 4e1d14b crypto: ghash - remove checks for key being set by Eric Biggers · 7 years ago
  9. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  10. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  11. a16e772e crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  12. fa59b92 crypto: mcryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  13. 841a3ff crypto: cryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  14. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  15. c6ba4f3 crypto: tcrypt - free xoutbuf instead of axbuf by Colin Ian King · 7 years ago
  16. 38dbe2d crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer" by Colin Ian King · 7 years ago
  17. bb30b88 crypto: af_alg - whitelist mask and type by Stephan Mueller · 7 years ago
  18. da1729c crypto: testmgr - change `guard` to unsigned char by Joey Pabalinas · 7 years ago
  19. 7660b1f crypto: chacha20 - use rol32() macro from bitops.h by Eric Biggers · 7 years ago
  20. 75d6836 crypto: Use zeroing memory allocator instead of allocator/memset by Himanshu Jha · 7 years ago
  21. b7dac37 crypto: x86/poly1305 - remove cra_alignmask by Eric Biggers · 7 years ago
  22. 4c7dfbd crypto: poly1305 - remove cra_alignmask by Eric Biggers · 7 years ago
  23. fcfbeed crypto: poly1305 - use unaligned access macros to output digest by Eric Biggers · 7 years ago
  24. 8b55107c crypto: algapi - remove unused notifications by Eric Biggers · 7 years ago
  25. ce8614a crypto: algapi - convert cra_refcnt to refcount_t by Eric Biggers · 7 years ago
  26. 809778e crypto: inside-secure - fix hash when length is a multiple of a block by Antoine Ténart · 7 years ago
  27. c957f8b crypto: inside-secure - avoid unmapping DMA memory that was not mapped by Antoine Ténart · 7 years ago
  28. 0b5a7f7 crypto: crypto4xx - perform aead icv check in the driver by Christian Lamparter · 7 years ago
  29. 333b192 crypto: crypto4xx - kill MODULE_NAME by Christian Lamparter · 7 years ago
  30. 57268ab crypto: crypto4xx - fix missing irq devname by Christian Lamparter · 7 years ago
  31. b66c685 crypto: crypto4xx - support Revision B parts by Christian Lamparter · 7 years ago
  32. b0a191c crypto: crypto4xx - shuffle iomap in front of request_irq by Christian Lamparter · 7 years ago
  33. 6cd225cc hwrng: exynos - add Samsung Exynos True RNG driver by Łukasz Stelmach · 7 years ago
  34. 08b21fb padata: add SPDX identifier by Cheah Kok Cheong · 7 years ago
  35. 1ecdd37 crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni by Junaid Shahid · 7 years ago
  36. b20209c crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni by Junaid Shahid · 7 years ago
  37. 02d9e32 crypto: stm32 - Use standard CONFIG name by Corentin Labbe · 7 years ago
  38. 14359bd crypto: scomp - delete unused comments by Zhou Wang · 7 years ago
  39. 7e0880b crypto: caam - add Derived Key Protocol (DKP) support by Horia Geantă · 7 years ago
  40. 9fe712d crypto: caam - save Era in driver's private data by Horia Geantă · 7 years ago
  41. 662f70e crypto: caam - remove needless ablkcipher key copy by Horia Geantă · 7 years ago
  42. 6674a4f crypto: caam - constify key data by Horia Geantă · 7 years ago
  43. d8c7fe9 crypto: x86/twofish-3way - Fix %rbp usage by Eric Biggers · 7 years ago
  44. 427988d crypto: tcrypt - add multibuf aead speed test by Gilad Ben-Yossef · 7 years ago
  45. e161c59 crypto: tcrypt - add multibuf skcipher speed test by Gilad Ben-Yossef · 7 years ago
  46. b34a0f67 crypto: tcrypt - add multi buf ahash jiffies test by Gilad Ben-Yossef · 7 years ago
  47. 8fcdc86 crypto: tcrypt - allow setting num of bufs by Gilad Ben-Yossef · 7 years ago
  48. 4431bd4 crypto: tcrypt - fix AEAD decryption speed test by Gilad Ben-Yossef · 7 years ago
  49. 7c3f132 crypto: tcrypt - use multi buf for ahash mb test by Gilad Ben-Yossef · 7 years ago
  50. 0e4b529 hwrng: core - Clean up RNG list when last hwrng is unregistered by Gary R Hook · 7 years ago
  51. 871df31 crypto: inside-secure - EIP97 support by Antoine Ténart · 7 years ago
  52. 8732b29 crypto: inside-secure - retry to proceed the request later on fail by Antoine Ténart · 7 years ago
  53. 7f77f5a crypto: inside-secure - handle more result requests when counter is full by Antoine Ténart · 7 years ago
  54. 2313e9f crypto: inside-secure - acknowledge the result requests all at once by Antoine Ténart · 7 years ago
  55. fc8c72b crypto: inside-secure - increase the ring size by Antoine Ténart · 7 years ago
  56. dc7e28a crypto: inside-secure - dequeue all requests at once by Antoine Ténart · 7 years ago
  57. 69ee4dd crypto: inside-secure - use threaded IRQs for result handling by Antoine Ténart · 7 years ago
  58. 8472e77 crypto: inside-secure - move request dequeueing into a workqueue by Antoine Ténart · 7 years ago
  59. 5290ad6 crypto: inside-secure - remove unused parameter in invalidate_cache by Ofer Heifetz · 7 years ago
  60. 847ccfc crypto: inside-secure - move cipher crypto mode to request context by Ofer Heifetz · 7 years ago
  61. 12bf414 crypto: inside-secure - EBUSY is not an error on async request by Ofer Heifetz · 7 years ago
  62. c4daf4c crypto: inside-secure - refrain from unneeded invalidations by Ofer Heifetz · 7 years ago
  63. cc75f5c crypto: inside-secure - comment the caching function by Antoine Ténart · 7 years ago
  64. 60310ea crypto: inside-secure - remove useless memset by Antoine Ténart · 7 years ago
  65. dfbcc08 crypto: inside-secure - fix typo in a comment by Antoine Ténart · 7 years ago
  66. 62c2edd crypto: inside-secure - remove extra empty line by Antoine Ténart · 7 years ago
  67. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  68. fc8517b crypto: aesni - add wrapper for generic gcm(aes) by Sabrina Dubroca · 7 years ago
  69. 106840c crypto: aesni - fix typo in generic_gcmaes_decrypt by Sabrina Dubroca · 7 years ago
  70. d94c3d6 crypto: seqiv - Remove unused alg/spawn variable by Corentin Labbe · 7 years ago
  71. 1f83f4d crypto: echainiv - Remove unused alg/spawn variable by Corentin Labbe · 7 years ago
  72. 25cf7f0 crypto: exynos - Introduce mutex to prevent concurrent access to hardware by Łukasz Stelmach · 7 years ago
  73. 99c9acf crypto: exynos - Reseed PRNG after generating 2^16 random bytes by Łukasz Stelmach · 7 years ago
  74. 3a5a5e5 crypto: exynos - Improve performance of PRNG by Łukasz Stelmach · 7 years ago
  75. f76d38b crypto: exynos - Support Exynos5250+ SoCs by Łukasz Stelmach · 7 years ago
  76. 6d6e71f crypto: artpec6 - set correct iv size for gcm(aes) by Lars Persson · 7 years ago
  77. f5c421d crypto: gf128mul - remove incorrect comment by Eric Biggers · 7 years ago
  78. 8c9478a crypto: qat - reduce stack size with KASAN by Arnd Bergmann · 7 years ago
  79. 2973633 crypto: inside-secure - do not use areq->result for partial results by Antoine Ténart · 7 years ago
  80. 7cad2fa crypto: inside-secure - fix request allocations in invalidation path by Antoine Ténart · 7 years ago
  81. 0a02dcc crypto: inside-secure - free requests even if their handling failed by Antoine Ténart · 7 years ago
  82. 1eb7b40 crypto: inside-secure - per request invalidation by Ofer Heifetz · 7 years ago
  83. bbc25be lib/mpi: Fix umul_ppmm() for MIPS64r6 by James Hogan · 7 years ago
  84. 3a2d4fb crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() by Eric Biggers · 7 years ago
  85. cadc9ab crypto: api - Unexport crypto_larval_lookup() by Eric Biggers · 7 years ago
  86. 3fc1264 crypto: exynos - Icrease the priority of the driver by Łukasz Stelmach · 7 years ago
  87. 209c14b crypto: chelsio - fix a type cast error by Atul Gupta · 7 years ago
  88. 144f3d1 crypto: drivers - remove duplicate includes by Pravin Shedge · 7 years ago
  89. d76c681 crypto: pcrypt - fix freeing pcrypt instances by Eric Biggers · 7 years ago
  90. 203f450 crypto: n2 - cure use after free by Jan Engelhardt · 7 years ago
  91. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  92. e57121d crypto: chacha20poly1305 - validate the digest size by Eric Biggers · 7 years ago
  93. d042566 crypto: chelsio - select CRYPTO_GF128MUL by Arnd Bergmann · 7 years ago
  94. 65cd958 MAINTAINERS: Add myself as co-maintainer for s5p-sss.c by Kamil Konieczny · 7 years ago
  95. df807a1 chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage data by Colin Ian King · 7 years ago
  96. 267469e chcr: remove unused variables net_device, pi, adap and cntrl by Colin Ian King · 7 years ago
  97. 8579e07 crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len static by Colin Ian King · 7 years ago
  98. eaf356e crypto: cryptd - make cryptd_max_cpu_qlen module parameter static by Colin Ian King · 7 years ago
  99. 761a698 crypto: stm32 - fix module device table name by Corentin LABBE · 7 years ago
  100. 9db09e3 crypto: caam/qi - use correct print specifier for size_t by Horia Geantă · 7 years ago