1. 709b2d0 crypto: af_alg - avoid undefined behavior accessing salg_name by Eric Biggers · 4 years, 2 months ago
  2. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  3. 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 4 years, 3 months ago
  4. c195d66 crypto: af_alg - Work around empty control messages without MSG_MORE by Herbert Xu · 4 years, 4 months ago
  5. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  6. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  7. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 months ago
  8. 662bb52f crypto: af_alg - Fix regression on empty requests by Herbert Xu · 4 years, 6 months ago
  9. f3c802a crypto: algif_aead - Only wake up when ctx->more is zero by Herbert Xu · 4 years, 7 months ago
  10. 34c86f4 crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 7 months ago
  11. fcb90d5 crypto: af_alg - bool type cosmetics by Lothar Rubusch · 4 years, 9 months ago
  12. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  13. 37f9669 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 5 years ago
  14. 64e7f85 crypto: af_alg - cast ki_complete ternary op to int by Ayush Sawal · 5 years ago
  15. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  16. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  17. 91e1484 crypto: af_alg - use struct_size() in sock_kfree_s() by Gustavo A. R. Silva · 6 years ago
  18. 9060cb7 net: crypto set sk to NULL when af_alg_release. by Mao Wenan · 6 years ago
  19. 6d0d6cf crypto: af_alg - remove redundant initializations of sk_family by Eric Biggers · 6 years ago
  20. 7c39edf crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl() by Eric Biggers · 6 years ago
  21. 466e075 crypto: af_alg - make some functions static by Eric Biggers · 6 years ago
  22. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  23. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  24. b4394c3 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  25. 2546da9 crypto: af_alg - Initialize sg_num_bytes in error code path by Stephan Mueller · 6 years ago
  26. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  27. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  28. 0ed2dd0 treewide: Use struct_size() for devm_kmalloc() and friends by Kees Cook · 7 years ago
  29. b28fc82 crypto: af_alg: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  30. 984652d net: remove sock_no_poll by Christoph Hellwig · 7 years ago
  31. a466856 crypto: af_alg - fix possible uninit-value in alg_bind() by Eric Dumazet · 7 years ago
  32. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  33. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  34. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  35. bb30b88 crypto: af_alg - whitelist mask and type by Stephan Mueller · 7 years ago
  36. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  37. 0fc0f18 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  38. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  39. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  40. 916b20e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  41. 11edb55 crypto: af_alg - wait for data at beginning of recvmsg by Stephan Mueller · 7 years ago
  42. 887207e crypto: af_alg - fix NULL pointer dereference in by Eric Biggers · 7 years ago
  43. 38544bf crypto: annotate ->poll() instances by Al Viro · 7 years ago
  44. 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  45. 2c3f8b1 crypto: algif - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  46. e117765 crypto: af_alg - update correct dst SGL entry by Stephan Mueller · 7 years ago
  47. 2d45a7e crypto: af_alg - get_page upon reassignment to TX SGL by Stephan Mueller · 7 years ago
  48. 2d97591 crypto: af_alg - consolidation of duplicate code by Stephan Mueller · 7 years ago
  49. 2acce6a Networking by Herbert Xu · 7 years ago
  50. 3f69cc6 crypto: af_alg - Allow arbitrarily long algorithm names by Herbert Xu · 8 years ago
  51. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  52. a6a48c5 crypto: af_alg - Forbid bind(2) when nokey child sockets are present by Herbert Xu · 9 years ago
  53. 6a93517 crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path by Herbert Xu · 9 years ago
  54. 3776658 crypto: af_alg - Add nokey compatibility path by Herbert Xu · 9 years ago
  55. a383292 crypto: af_alg - Fix socket double-free when accept fails by Herbert Xu · 9 years ago
  56. c840ac6 crypto: af_alg - Disallow bind/setkey/... after accept(2) by Herbert Xu · 9 years ago
  57. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  58. 15539de crypto: af_alg - Forbid the use internal algorithms by Herbert Xu · 10 years ago
  59. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  60. bd50752 crypto: af_alg - make exports consistant by Tadeusz Struk · 10 years ago
  61. 66db373 crypto: af_alg - Allow to link sgl by Tadeusz Struk · 10 years ago
  62. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  63. 9399f0c crypto: fix af_alg_make_sg() conversion to iov_iter by Linus Torvalds · 10 years ago
  64. 1d10eb2 crypto: switch af_alg_make_sg() to iov_iter by Al Viro · 10 years ago
  65. ad202c8 crypto: af_alg - zeroize key data by Stephan Mueller · 10 years ago
  66. 25fb863 crypto: af_alg - add setsockopt for auth tag size by Stephan Mueller · 10 years ago
  67. 267c422 crypto: af_alg - fixed style error in af_alg.c by Joshua I. James · 10 years ago
  68. 7e77bde crypto: af_alg - fix backlog handling by Rabin Vincent · 10 years ago
  69. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  70. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  71. af8e807 crypto: af_alg - add user space interface for AEAD by Stephan Mueller · 10 years ago
  72. 4c63f83 crypto: af_alg - properly label AF_ALG socket by Milan Broz · 10 years ago
  73. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  74. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  75. 0686952 crypto: af_alg - fix af_alg memory_allocated data type by Randy Dunlap · 14 years ago
  76. 507cad3 crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets by Miloslav Trmač · 14 years ago
  77. 03c8efc crypto: af_alg - User-space interface for Crypto API by Herbert Xu · 14 years ago