1. 2d706e7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  2. 8759fec crypto: marvell - Copy IVDIG before launching partial DMA ahash requests by Romain Perier · 8 years ago
  3. dbaf062 crypto: add virtio-crypto driver by Gonglei · 8 years ago
  4. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  5. 518bacf Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  6. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  7. 9a97ffd crypto: chcr - checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  8. b80609a crypto: caam - check caam_emi_slow instead of re-lookup platform by Marcus Folkesson · 8 years ago
  9. 39eaf75 crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel by Horia Geantă · 8 years ago
  10. 9e5f7a1 crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash by Romain Perier · 8 years ago
  11. 68c7f8c crypto: marvell - Don't copy hash operation twice into the SRAM by Romain Perier · 8 years ago
  12. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. 37d8468 crypto: caam - make aamalg_desc a proper module by Arnd Bergmann · 8 years ago
  14. 9c0bc511 crypto: caam - pass key buffers with typesafe pointers by Arnd Bergmann · 8 years ago
  15. 2debd33 crypto: chcr - Add AEAD algos. by Harsh Jain · 8 years ago
  16. 5c86a8f crypto: chcr - Move tfm ctx variable to request context by Harsh Jain · 8 years ago
  17. e792272 crypto: chcr - Use SHASH_DESC_ON_STACK by Harsh Jain · 8 years ago
  18. adf1ca6 crypto: chcr - Adjust Dest. buffer size by Harsh Jain · 8 years ago
  19. cc1b156 crypto: chcr - Calculate Reverse round key in setkey callback. by Harsh Jain · 8 years ago
  20. 44fce12 crypto: chcr - Remove dynamic allocation by Harsh Jain · 8 years ago
  21. 18f0aa0 crypto: chcr - Fixes Unchecked dereference inside function by Harsh Jain · 8 years ago
  22. 358961d crypto: chcr - Added new structure chcr_wr by Harsh Jain · 8 years ago
  23. 39f91a3 crypto: chcr - Cosmetic change by Harsh Jain · 8 years ago
  24. 479d014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  25. 66bf093 crypto: chcr - Fix memory corruption by Harsh Jain · 8 years ago
  26. 1a0166f crypto: caam - refactor ahash shared descriptor generation by Horia Geantă · 8 years ago
  27. 6655cb8 crypto: caam - consolidate split key length computation by Horia Geantă · 8 years ago
  28. 8cea7b6 crypto: caam - refactor encryption descriptors generation by Horia Geantă · 8 years ago
  29. 746f069 crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAM by Horia Geantă · 8 years ago
  30. 281669d crypto: caam - rewrite some generic inline append cmds by Horia Geantă · 8 years ago
  31. 4cbe79c crypto: caam - improve key inlining by Horia Geantă · 8 years ago
  32. 488ebc3 crypto: caam - remove superfluous alg_op algorithm param by Horia Geantă · 8 years ago
  33. db57656 crypto: caam - group algorithm related params by Horia Geantă · 8 years ago
  34. 64c9295 crypto: caam - move append_key_aead() into init_sh_desc_key_aead() by Horia Geantă · 8 years ago
  35. 064e6a8 Merge branch 'linus' into x86/fpu, to resolve conflicts by Ingo Molnar · 8 years ago
  36. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  37. ab677ff cxgb4: Allocate Tx queues dynamically by Hariprasad Shenai · 8 years ago
  38. 18f47f5 crypto: vmx - various build fixes by Naveen N. Rao · 8 years ago
  39. 9b50184 crypto: nx - drop duplicate header types.h by Geliang Tang · 8 years ago
  40. a5a40d4 crypto: caam - fix type mismatch warning by Arnd Bergmann · 8 years ago
  41. 9a1a1c0 crypto: caam - merge identical ahash_final/finup shared desc by Horia Geantă · 8 years ago
  42. 24a4f14 crypto: caam - constify pointer to descriptor buffer by Horia Geantă · 8 years ago
  43. e25ff92 crypto: caam - move sec4_sg_entry to sg_sw_sec4.h by Horia Geantă · 8 years ago
  44. 2b163b5 Revert "crypto: caam - get rid of tasklet" by Horia Geantă · 8 years ago
  45. c73e36e crypto: caam - fix DMA API mapping leak in ablkcipher code by Horia Geantă · 8 years ago
  46. 9305dff crypto: caam - remove unreachable code in report_ccb_status() by Horia Geantă · 8 years ago
  47. 4ca7c7d crypto: caam - trivial code clean-up by Horia Geantă · 8 years ago
  48. 1b008ee crypto: caam - remove unused command from aead givencrypt by Horia Geantă · 8 years ago
  49. 00fef2b crypto: caam - remove unused may_sleep in dbg_dump_sg() by Horia Geantă · 8 years ago
  50. c530e34 crypto: caam - fix smatch warnings by Horia Geantă · 8 years ago
  51. 8439e94 crypto: caam - fix sparse warnings by Horia Geantă · 8 years ago
  52. 2090456 crypto: caam - desc.h fixes by Horia Geantă · 8 years ago
  53. 39957c8 crypto: caam - completely remove error propagation handling by Horia Geantă · 8 years ago
  54. d128af1 crypto: caam - fix AEAD givenc descriptors by Alex Porosanu · 8 years ago
  55. 650d4a9 Crypto: mv_cesa - Switch to using managed resources by Nadim almas · 8 years ago
  56. 4d9b3a5 crypto: talitos - fix spelling mistake by Colin Ian King · 8 years ago
  57. e6414b1 crypto: ccp - Fix handling of RSA exponent on a v5 device by Gary R Hook · 8 years ago
  58. 83d2c9a crypto: caam - do not register AES-XTS mode on LP units by Sven Ebenfeld · 8 years ago
  59. 5a83d60 x86/fpu: Remove irq_ts_save() and irq_ts_restore() by Andy Lutomirski · 8 years ago
  60. d69985a crypto: caam - fix type mismatch warning by Arnd Bergmann · 8 years ago
  61. 9ae811f crypto: sahara - fix typo "Decidated" -> "Dedicated" by Colin Ian King · 8 years ago
  62. fc78334 crypto: atmel - drop pointless static qualifier in atmel_aes_probe() by Wei Yongjun · 8 years ago
  63. 103600a crypto: ccp - Clean up the LSB slot allocation code by Gary R Hook · 8 years ago
  64. ec9b70d crypto: ccp - remove unneeded code by Gary R Hook · 8 years ago
  65. fdd2cf9 crypto: ccp - change bitfield type to unsigned ints by Gary R Hook · 8 years ago
  66. ff4f44d crypto: ccp - Fix non static symbol warning by Wei Yongjun · 8 years ago
  67. 4e51881 crypto: caam - add support for iMX6UL by Marcus Folkesson · 8 years ago
  68. 3cf7996 crypto: ccp - change type of struct member lsb to signed by Gary R Hook · 8 years ago
  69. 4c36941 crypto: crypto4xx - Fix size used in dma_free_coherent() by Christophe Jaillet · 8 years ago
  70. f34dad1 crypto: marvell - Don't break chain for computable last ahash requests by Romain Perier · 8 years ago
  71. 0c99620 crypto: marvell - Use an unique pool to copy results of requests by Romain Perier · 8 years ago
  72. d52db51 crypto: atmel-aes - add support to the XTS mode by Cyrille Pitchen · 8 years ago
  73. f709dc8 crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is defined by Cyrille Pitchen · 8 years ago
  74. 30066ce Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  75. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  76. f97581c crypto: caam - treat SGT address pointer as u64 by Tudor Ambarus · 8 years ago
  77. 81422ba crypto: ccp - Make syslog errors human-readable by Gary R Hook · 8 years ago
  78. 9ddb9dc crypto: ccp - clean up data structure by Gary R Hook · 8 years ago
  79. 8df4f27 crypto: vmx - Ensure ghash-generic is enabled by Marcelo Cerri · 8 years ago
  80. 3387879 crypto: caam - Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  81. 80da44c crypto: vmx - Fix memory corruption caused by p8_ghash by Marcelo Cerri · 8 years ago
  82. 5ecf8ef crypto: caam - fix sg dump by Catalin Vasile · 8 years ago
  83. 182e283 crypto: omap-sham - shrink the internal buffer size by Tero Kristo · 8 years ago
  84. a84d351 crypto: omap-sham - add support for export/import by Tero Kristo · 8 years ago
  85. 8043bb1 crypto: omap-sham - convert driver logic to use sgs for data xmit by Tero Kristo · 8 years ago
  86. 2c5bd1e crypto: omap-sham - change the DMA threshold value to a define by Tero Kristo · 8 years ago
  87. f19de1b crypto: omap-sham - add support functions for sg based data handling by Tero Kristo · 8 years ago
  88. 8addf57 crypto: omap-sham - rename sgl to sgl_tmp for deprecation by Tero Kristo · 8 years ago
  89. 744e686 crypto: omap-sham - align algorithms on word offset by Tero Kristo · 8 years ago
  90. 99a7fff crypto: omap-sham - add context export/import stubs by Tero Kristo · 8 years ago
  91. 8d46a5c crypto: sun4i-ss - mark sun4i_hash() static by Baoyou Xie · 8 years ago
  92. 7514e36 crypto: ccp - Fix return value check in ccp_dmaengine_register() by Wei Yongjun · 8 years ago
  93. 06435f34 crypto: caam - Move common error handling code in two functions by Markus Elfring · 8 years ago
  94. 9e6df0f crypto: caam - Delete an unnecessary initialisation in seven functions by Markus Elfring · 8 years ago
  95. e6cc5b8 crypto: caam - Return a value directly in caam_hash_cra_init() by Markus Elfring · 8 years ago
  96. 58b0e5d crypto: caam - Rename a jump label in five functions by Markus Elfring · 8 years ago
  97. d6e7a7d crypto: caam - Rename jump labels in ahash_setkey() by Markus Elfring · 8 years ago
  98. e7a33c4 crypto: caam - Use kmalloc_array() in ahash_setkey() by Markus Elfring · 8 years ago
  99. 664f570 crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 8 years ago
  100. c98ef8d crypto: omap-aes - fix error return code in omap_aes_probe() by Wei Yongjun · 8 years ago