1. 3de4f5e crypto: scomp - allow registration of multiple scomps by Giovanni Cabiddu · 8 years ago
  2. 6263b51 crypto: ccp - Change ISR handler method for a v5 CCP by Gary R Hook · 8 years ago
  3. 7b537b2 crypto: ccp - Change ISR handler method for a v3 CCP by Gary R Hook · 8 years ago
  4. 7c6c0dc crypto: crypto4xx - rename ce_ring_contol to ce_ring_control by Colin Ian King · 8 years ago
  5. 6175ca2 crypto: testmgr - Allow ecb(cipher_null) in FIPS mode by Milan Broz · 8 years ago
  6. 899f35f Revert "crypto: arm64/sha - Add constant operand modifier to ASM_EXPORT" by Herbert Xu · 8 years ago
  7. 116591f crypto: ccp - Disable interrupts early on unload by Gary R Hook · 8 years ago
  8. 56467cb crypto: ccp - Use only the relevant interrupt bits by Gary R Hook · 8 years ago
  9. 7701d1f hwrng: mtk - Add driver for hardware random generator on MT7623 SoC by Sean Wang · 8 years ago
  10. c2b06bc dt-bindings: hwrng: Add Mediatek hardware random generator bindings by Sean Wang · 8 years ago
  11. 0f89f6e crypto: crct10dif-vpmsum - Fix missing preempt_disable() by Michael Ellerman · 8 years ago
  12. a9943a0 crypto: testmgr - replace compression known answer test by Giovanni Cabiddu · 8 years ago
  13. 3ce5bc7 crypto: acomp - allow registration of multiple acomps by Giovanni Cabiddu · 8 years ago
  14. b2a1d27 hwrng: n2 - Use devm_kcalloc() in n2rng_probe() by Markus Elfring · 8 years ago
  15. ec1bca9 crypto: chcr - Fix error handling related to 'chcr_alloc_shash' by Christophe Jaillet · 8 years ago
  16. 69b3484 padata: get_next is never NULL by Jason A. Donenfeld · 8 years ago
  17. c46ea13 crypto: exynos - Add new Exynos RNG driver by Krzysztof Kozlowski · 8 years ago
  18. ed067d4 linux/kernel.h: Add ALIGN_DOWN macro by Krzysztof Kozlowski · 8 years ago
  19. 7e207d8 crypto: caam - fix error return code in caam_qi_init() by Wei Yongjun · 8 years ago
  20. 0e93708 crypto: chcr - Add fallback for AEAD algos by Harsh Jain · 8 years ago
  21. 72a56ca crypto: chcr - Fix txq ids. by Harsh Jain · 8 years ago
  22. 0a7bd30 crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456] by Harsh Jain · 8 years ago
  23. e29abda crypto: chcr - Increase priority of AEAD algos. by Harsh Jain · 8 years ago
  24. cd15f10 crypto: lz4 - fixed decompress function to return error code by Myungho Jung · 8 years ago
  25. 07a7792 padata: free correct variable by Jason A. Donenfeld · 8 years ago
  26. f437a3f crypto: api - Extend algorithm name limit to 128 bytes by Herbert Xu · 8 years ago
  27. 633439f xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansion by Herbert Xu · 8 years ago
  28. 3f69cc6 crypto: af_alg - Allow arbitrarily long algorithm names by Herbert Xu · 8 years ago
  29. 4473710 crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansion by Herbert Xu · 8 years ago
  30. ca3bff7 hwrng: timeriomem - Improve performance for sub-jiffie update periods by Rick Altherr · 8 years ago
  31. 5ab693e hwrng: timeriomem - Shorten verbose type and variable names by Rick Altherr · 8 years ago
  32. 7acd4de hwrng: timeriomem - Migrate to new API by Rick Altherr · 8 years ago
  33. 42ae292 crypto: arm64/sha - Add constant operand modifier to ASM_EXPORT by Matthias Kaehlcke · 8 years ago
  34. ad1064c crypto: xts - drop gf128mul dependency by Ondrej Mosnáček · 8 years ago
  35. 692016b crypto: glue_helper - remove the le128_gf128mul_x_ble function by Ondrej Mosnáček · 8 years ago
  36. e55318c crypto: gf128mul - switch gf128mul_x_ble to le128 by Ondrej Mosnáček · 8 years ago
  37. acb9b15 crypto: gf128mul - define gf128mul_x_* in gf128mul.h by Ondrej Mosnáček · 8 years ago
  38. f275d38 crypto: nx - Update MAINTAINERS entry for 842 compression by Haren Myneni · 8 years ago
  39. 2d15839 crypto: ccp - Rearrange structure members to minimize size by Gary R Hook · 8 years ago
  40. 51de7dd crypto: ccp - Remove redundant cpu-to-le32 macros by Gary R Hook · 8 years ago
  41. 8fbbcbd ARM: configs: stm32: Add crypto support by Fabien DESSENNE · 8 years ago
  42. 2e3db29 ARM: dts: stm32: enable CRC on stm32746g-eval board by Fabien DESSENNE · 8 years ago
  43. 115d691 ARM: dts: stm32: Add CRC support to stm32f746 by Fabien DESSENNE · 8 years ago
  44. b51dbe9 crypto: stm32 - Support for STM32 CRC32 crypto module by Fabien DESSENNE · 8 years ago
  45. c0a680c dt-bindings: Document STM32 CRC bindings by Fabien DESSENNE · 8 years ago
  46. c6dc060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  47. 40c98cb crypto: caam - fix RNG deinstantiation error checking by Horia Geantă · 8 years ago
  48. 33fa46d crypto: caam - fix invalid dereference in caam_rsa_init_tfm() by Horia Geantă · 8 years ago
  49. ec36060 crypto: caam - fix JR platform device subsequent (re)creations by Horia Geantă · 8 years ago
  50. 796b40c crypto: ixp4xx - Use sg_virt() by Geliang Tang · 8 years ago
  51. 44068d5 crypto: DRBG - initialize SGL only once by Stephan Mueller · 8 years ago
  52. 0d8da10 crypto: testmgr - mark ctr(des3_ede) as fips_allowed by Marcelo Cerri · 8 years ago
  53. d64069e crypto: zip - add a cast for printing atomic64_t values by Arnd Bergmann · 8 years ago
  54. 0d13d8f crypto: zip - Memory corruption in zip_clear_stats() by Dan Carpenter · 8 years ago
  55. 106d733 crypto: s5p-sss - Document the struct s5p_aes_dev by Krzysztof Kozlowski · 8 years ago
  56. fb514b2 crypto: s5p-sss - Remove unused variant field from state container by Krzysztof Kozlowski · 8 years ago
  57. 42d5c17 crypto: s5p-sss - Close possible race for completed requests by Krzysztof Kozlowski · 8 years ago
  58. b189817 crypto: caam/qi - add ablkcipher and authenc algorithms by Horia Geantă · 8 years ago
  59. 67c2315d crypto: caam - add Queue Interface (QI) backend support by Horia Geantă · 8 years ago
  60. cd37369 crypto: caam - avoid double inclusion in desc_constr.h by Horia Geantă · 8 years ago
  61. e5c748a soc/qman: add macros needed by caam/qi driver by Horia Geantă · 8 years ago
  62. 8496272 soc/qman: export non-programmable FQD fields query by Horia Geantă · 8 years ago
  63. 329d090 soc/qman: add dedicated channel ID for CAAM by Horia Geantă · 8 years ago
  64. 1662e93 soc/qman: export volatile dequeue related structs by Horia Geantă · 8 years ago
  65. 3c7eb3c md5: remove from lib and only live in crypto by Jason A. Donenfeld · 8 years ago
  66. fdb2726 crypto, x86: aesni - fix token pasting for clang by Michael Davidson · 8 years ago
  67. 36cf515 crypto: ccp - Enable support for AES GCM on v5 CCPs by Gary R Hook · 8 years ago
  68. 990672d crypto: ccp - Enable 3DES function on v5 CCPs by Gary R Hook · 8 years ago
  69. ccebcf3 crypto: ccp - Add SHA-2 384- and 512-bit support by Gary R Hook · 8 years ago
  70. 146c868 crypto: powerpc - Stress test for vpmsum implementations by Daniel Axtens · 8 years ago
  71. b01df1c crypto: powerpc - Add CRC-T10DIF acceleration by Daniel Axtens · 8 years ago
  72. 08c7dd1 crypto: powerpc - Re-enable non-REFLECTed CRCs by Daniel Axtens · 8 years ago
  73. de696a2 crypto: powerpc - Factor out the core CRC vpmsum algorithm by Daniel Axtens · 8 years ago
  74. 2e6d603 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 8 years ago
  75. 9df0eb1 crypto: xts,lrw - fix out-of-bounds write after kmalloc failure by Eric Biggers · 8 years ago
  76. efc989f crypto: ccp - Make some CCP DMA channels private by Gary R Hook · 8 years ago
  77. de5540d padata: avoid race in reordering by Jason A. Donenfeld · 8 years ago
  78. 74d1cf4 dt-bindings: rng: clocks property on omap_rng not always mandatory by Thomas Petazzoni · 8 years ago
  79. 97da385 Linux 4.11-rc3 by Linus Torvalds · 8 years ago
  80. 452b94b mm/swap: don't BUG_ON() due to uninitialized swap slot cache by Linus Torvalds · 8 years ago
  81. a07a6e4 Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  82. 4571bc5 Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  83. 8aa3417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  84. 1b8df61 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  85. 6c611d1 qla2xxx: Update driver version to 9.00.00.00-k by Himanshu Madhani · 8 years ago
  86. ec7193e qla2xxx: Fix delayed response to command for loop mode/direct connect. by Quinn Tran · 8 years ago
  87. 482c9dc qla2xxx: Change scsi host lookup method. by Quinn Tran · 8 years ago
  88. c423437 qla2xxx: Add DebugFS node to display Port Database by Himanshu Madhani · 8 years ago
  89. 15f30a5 qla2xxx: Use IOCB interface to submit non-critical MBX. by Quinn Tran · 8 years ago
  90. f1443ee qla2xxx: Add async new target notification by Quinn Tran · 8 years ago
  91. 54b9993 qla2xxx: Export DIF stats via debugfs by Anil Gurumurthy · 8 years ago
  92. be25152 qla2xxx: Improve T10-DIF/PI handling in driver. by Quinn Tran · 8 years ago
  93. 5b33469 qla2xxx: Allow relogin to proceed if remote login did not finish by Quinn Tran · 8 years ago
  94. f159b3c qla2xxx: Fix sess_lock & hardware_lock lock order problem. by Quinn Tran · 8 years ago
  95. 8f6fc8d qla2xxx: Fix inadequate lock protection for ABTS. by Quinn Tran · 8 years ago
  96. 8b66680 qla2xxx: Fix request queue corruption. by Quinn Tran · 8 years ago
  97. ae940f2 qla2xxx: Fix memory leak for abts processing by Quinn Tran · 8 years ago
  98. c4a9b53 qla2xxx: Allow vref count to timeout on vport delete. by Joe Carnuccio · 8 years ago
  99. 7d7a743 tcmu: Convert cmd_time_out into backend device attribute by Nicholas Bellinger · 8 years ago
  100. af980e4 tcmu: make cmd timeout configurable by Mike Christie · 8 years ago