1. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  2. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  3. b4394c3 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  4. 2546da9 crypto: af_alg - Initialize sg_num_bytes in error code path by Stephan Mueller · 6 years ago
  5. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  6. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  7. 0ed2dd0 treewide: Use struct_size() for devm_kmalloc() and friends by Kees Cook · 7 years ago
  8. b28fc82 crypto: af_alg: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  9. 984652d net: remove sock_no_poll by Christoph Hellwig · 7 years ago
  10. a466856 crypto: af_alg - fix possible uninit-value in alg_bind() by Eric Dumazet · 7 years ago
  11. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  12. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  13. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. bb30b88 crypto: af_alg - whitelist mask and type by Stephan Mueller · 7 years ago
  15. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  16. 0fc0f18 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  17. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  18. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  19. 916b20e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  20. 11edb55 crypto: af_alg - wait for data at beginning of recvmsg by Stephan Mueller · 7 years ago
  21. 887207e crypto: af_alg - fix NULL pointer dereference in by Eric Biggers · 7 years ago
  22. 38544bf crypto: annotate ->poll() instances by Al Viro · 7 years ago
  23. 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  24. 2c3f8b1 crypto: algif - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  25. e117765 crypto: af_alg - update correct dst SGL entry by Stephan Mueller · 7 years ago
  26. 2d45a7e crypto: af_alg - get_page upon reassignment to TX SGL by Stephan Mueller · 7 years ago
  27. 2d97591 crypto: af_alg - consolidation of duplicate code by Stephan Mueller · 7 years ago
  28. 2acce6a Networking by Herbert Xu · 7 years ago
  29. 3f69cc6 crypto: af_alg - Allow arbitrarily long algorithm names by Herbert Xu · 8 years ago
  30. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  31. a6a48c5 crypto: af_alg - Forbid bind(2) when nokey child sockets are present by Herbert Xu · 9 years ago
  32. 6a93517 crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path by Herbert Xu · 9 years ago
  33. 3776658 crypto: af_alg - Add nokey compatibility path by Herbert Xu · 9 years ago
  34. a383292 crypto: af_alg - Fix socket double-free when accept fails by Herbert Xu · 9 years ago
  35. c840ac6 crypto: af_alg - Disallow bind/setkey/... after accept(2) by Herbert Xu · 9 years ago
  36. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  37. 15539de crypto: af_alg - Forbid the use internal algorithms by Herbert Xu · 9 years ago
  38. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  39. bd50752 crypto: af_alg - make exports consistant by Tadeusz Struk · 10 years ago
  40. 66db373 crypto: af_alg - Allow to link sgl by Tadeusz Struk · 10 years ago
  41. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  42. 9399f0c crypto: fix af_alg_make_sg() conversion to iov_iter by Linus Torvalds · 10 years ago
  43. 1d10eb2 crypto: switch af_alg_make_sg() to iov_iter by Al Viro · 10 years ago
  44. ad202c8 crypto: af_alg - zeroize key data by Stephan Mueller · 10 years ago
  45. 25fb863 crypto: af_alg - add setsockopt for auth tag size by Stephan Mueller · 10 years ago
  46. 267c422 crypto: af_alg - fixed style error in af_alg.c by Joshua I. James · 10 years ago
  47. 7e77bde crypto: af_alg - fix backlog handling by Rabin Vincent · 10 years ago
  48. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  49. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  50. af8e807 crypto: af_alg - add user space interface for AEAD by Stephan Mueller · 10 years ago
  51. 4c63f83 crypto: af_alg - properly label AF_ALG socket by Milan Broz · 10 years ago
  52. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  53. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  54. 0686952 crypto: af_alg - fix af_alg memory_allocated data type by Randy Dunlap · 14 years ago
  55. 507cad3 crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets by Miloslav Trmač · 14 years ago
  56. 03c8efc crypto: af_alg - User-space interface for Crypto API by Herbert Xu · 14 years ago