1. 2ec7b49 crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pd by Nathan Chancellor · 4 years, 2 months ago
  2. 77450fd crypto: drivers - use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
  3. 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 4 years, 5 months ago
  4. 30a50e4 crypto: crypto4xx - use GFP_KERNEL for big allocations by Christian Lamparter · 5 years ago
  5. b87b2c4 crypto: crypto4xx - reduce memory fragmentation by Christian Lamparter · 5 years ago
  6. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  7. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  8. 746c908c crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr by Christian Lamparter · 5 years ago
  9. da3e7a9 crypto: amcc - switch to AES library for GCM key derivation by Ard Biesheuvel · 6 years ago
  10. dd4542d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  11. 95566aa crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe by Wen Yang · 5 years ago
  12. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  13. 66d9c1c crypto: amcc - remove memset after dma_alloc_coherent by Fuqian Huang · 6 years ago
  14. b886d83 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  15. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  16. 0f7a813 crypto: crypto4xx - block ciphers should only accept complete blocks by Christian Lamparter · 6 years ago
  17. 70c4997 crypto: crypto4xx - fix blocksize for cfb and ofb by Christian Lamparter · 6 years ago
  18. bfa2ba7 crypto: crypto4xx - fix AES CTR blocksize value by Christian Lamparter · 6 years ago
  19. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  20. 38cf553 crypto: crypto4xx - get rid of redundant using_sd variable by Christian Lamparter · 6 years ago
  21. 9848e4c crypto: crypto4xx - use sync skcipher for fallback by Christian Lamparter · 6 years ago
  22. 7e92e17 crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issues by Christian Lamparter · 6 years ago
  23. 25baaf8 crypto: crypto4xx - fix ctr-aes missing output IV by Christian Lamparter · 6 years ago
  24. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  25. 8c2b43d crypto: crypto4xx - add missing of_node_put after of_device_is_available by Julia Lawall · 6 years ago
  26. 6e88098 crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments by Corentin Labbe · 6 years ago
  27. d072bfa crypto: crypto4xx - add prng crypto support by Christian Lamparter · 6 years ago
  28. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  29. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  30. 67d8208 crypto4xx_core: don't abuse __dma_sync_page by Christoph Hellwig · 6 years ago
  31. 1ad0f16 crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations by Eric Biggers · 6 years ago
  32. 2c95e6d crypto: skcipher - remove useless setting of type flags by Eric Biggers · 7 years ago
  33. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  34. 658c9d2b9 crypto: crypto4xx - put temporary dst sg into request ctx by Christian Lamparter · 7 years ago
  35. 584201f crypto: crypto4xx - extend aead fallback checks by Christian Lamparter · 7 years ago
  36. fc34011 crypto: crypto4xx - properly set IV after de- and encrypt by Christian Lamparter · 7 years ago
  37. 98e87e3 crypto: crypto4xx - add aes-ctr support by Christian Lamparter · 7 years ago
  38. c4e9065 crypto: crypto4xx - avoid VLA use by Christian Lamparter · 7 years ago
  39. ce05ffe crypto: crypto4xx - convert to skcipher by Christian Lamparter · 7 years ago
  40. a8d79d7 crypto: crypto4xx - performance optimizations by Christian Lamparter · 7 years ago
  41. 75d6836 crypto: Use zeroing memory allocator instead of allocator/memset by Himanshu Jha · 7 years ago
  42. 0b5a7f7 crypto: crypto4xx - perform aead icv check in the driver by Christian Lamparter · 7 years ago
  43. 333b192 crypto: crypto4xx - kill MODULE_NAME by Christian Lamparter · 7 years ago
  44. 57268ab crypto: crypto4xx - fix missing irq devname by Christian Lamparter · 7 years ago
  45. b66c685 crypto: crypto4xx - support Revision B parts by Christian Lamparter · 7 years ago
  46. b0a191c crypto: crypto4xx - shuffle iomap in front of request_irq by Christian Lamparter · 7 years ago
  47. 5923136 crypto: crypto4xx - add aes-gcm support by Christian Lamparter · 7 years ago
  48. 65ea8b6 crypto: crypto4xx - add aes-ccm support by Christian Lamparter · 7 years ago
  49. a0aae82 crypto: crypto4xx - prepare for AEAD support by Christian Lamparter · 7 years ago
  50. 2f77690 crypto: crypto4xx - simplify sa and state context acquisition by Christian Lamparter · 7 years ago
  51. 4b5b799 crypto: crypto4xx - fix stalls under heavy load by Christian Lamparter · 7 years ago
  52. 64e1062 crypto: crypto4xx - fix various warnings by Christian Lamparter · 7 years ago
  53. cd4dcd6 crypto: crypto4xx - overhaul crypto4xx_build_pd() by Christian Lamparter · 7 years ago
  54. 4865b12 crypto: crypto4xx - use the correct LE32 format for IV and key defs by Christian Lamparter · 7 years ago
  55. 8ef8d19 crypto: crypto4xx - add backlog queue support by Christian Lamparter · 7 years ago
  56. 778f81d crypto: crypto4xx - increase context and scatter ring buffer elements by Christian Lamparter · 7 years ago
  57. 333eb3e crypto: crypto4xx - fix type mismatch compiler error by Christian Lamparter · 7 years ago
  58. e9b8e4e crypto: crypto4xx - fix off-by-one AES-OFB by Christian Lamparter · 7 years ago
  59. 5a4326d3 crypto: crypto4xx - wire up hmac_mc to hmac_muting by Christian Lamparter · 7 years ago
  60. 9e0a0b3 crypto: crypto4xx - pointer arithmetic overhaul by Christian Lamparter · 7 years ago
  61. 5d59ad6 crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak by Christian Lamparter · 7 years ago
  62. 40e3b84 crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constant by Christian Lamparter · 7 years ago
  63. 5c727f9 crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst() by Christian Lamparter · 7 years ago
  64. f2a13e7 crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloads by Christian Lamparter · 7 years ago
  65. 249c8d9 crypto: crypto4xx - move and refactor dynamic_contents helpers by Christian Lamparter · 7 years ago
  66. 453e309 crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declaration by Christian Lamparter · 7 years ago
  67. c587e65 crypto: crypto4xx - remove double assignment of pd_uinfo->state by Christian Lamparter · 7 years ago
  68. 886c251 crypto: crypto4xx - remove extern statement before function declaration by Christian Lamparter · 7 years ago
  69. 1ef52a9 crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flag by Christian Lamparter · 7 years ago
  70. 81065f6 crypto: crypto4xx - remove unused definitions and write-only variables by Christian Lamparter · 7 years ago
  71. a728a19 crypto: crypto4xx - remove bad list_del by Christian Lamparter · 7 years ago
  72. ffe5526 crypto: crypto4xx - fix an error code by Christophe Jaillet · 8 years ago
  73. 7c6c0dc crypto: crypto4xx - rename ce_ring_contol to ce_ring_control by Colin Ian King · 8 years ago
  74. 4c36941 crypto: crypto4xx - Fix size used in dma_free_coherent() by Christophe Jaillet · 8 years ago
  75. 5343e67 crypto4xx: integrate ppc4xx-rng into crypto4xx by Christian Lamparter · 9 years ago
  76. 7aff7d0 crypto: amcc - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  77. 76804eb crypto: amcc - replace get_sg_count by sg_nents_for_len by LABBE Corentin · 9 years ago
  78. 3dc1597 crypto: amcc - Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  79. 58268e5 crypto: amcc - Do a NULL check for pointer by Fabio Estevam · 9 years ago
  80. 1eb8a1b crypto: amcc - remove incorrect __init/__exit markups by Dmitry Torokhov · 10 years ago
  81. 4c1ada8 crypto: amcc - Remove unused function by Rickard Strandqvist · 10 years ago
  82. 1a8cdf6 crypto: amcc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  83. 13269ec crypto: drivers - Add 2 missing __exit_p by Jean Delvare · 11 years ago
  84. 2be9d96 crypto: crypto4xx - Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  85. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  86. 3a4eac7 crypto: crypto4xx - Staticize local symbols by Jingoo Han · 11 years ago
  87. b48ae1d crypto: crypto4xx - fix error return code by Peter Senna Tschudin · 12 years ago
  88. bdd3f7f crypto: crypto4xx - move up err_request_irq label by Julia Lawall · 13 years ago
  89. 741e8c2 crypto: convert drivers/crypto/* to use module_platform_driver() by Axel Lin · 13 years ago
  90. c569746 crypto: crypto4xx - Perform read/modify/write on device control register by Josh Boyer · 14 years ago
  91. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  92. 0000612 dt/powerpc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  93. 188e213 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  94. 6d388b4 crypto: Makefile - replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  95. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  96. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  97. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
  98. 7cea8cc of/crypto: crypto4xx_core.c: fix build breakage by Anatolij Gustschin · 15 years ago
  99. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  100. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago