1. 1fea023 skbuff: fix a data race in skb_queue_len() by Qian Cai · 4 years, 7 months ago
  2. 3ed0260 af_unix: add compat_ioctl support by Arnd Bergmann · 5 years ago
  3. 7ac4375 net: fix warning in af_unix by Kyeongdon Kim · 6 years ago
  4. eaf548f net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 4 years, 11 months ago
  5. 345af5a missing barriers in some of unix_sock ->addr and ->path accesses by Al Viro · 6 years ago
  6. fd54c18 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  7. 51f7e95 af_unix: ensure POLLOUT on remote close() for connected dgram socket by Jason Baron · 6 years ago
  8. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  9. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  10. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  11. e76cd24 net/unix: convert to ->poll_mask by Christoph Hellwig · 6 years ago
  12. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 6 years ago
  13. 3848ec5 af_unix: remove redundant lockdep class by Cong Wang · 6 years ago
  14. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 6 years ago
  15. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. d4e9a40 net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment by Tobias Klauser · 7 years ago
  17. 167f7ac net: Convert unix_net_ops by Kirill Tkhai · 7 years ago
  18. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  19. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  20. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  21. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  22. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  23. 3ad6f93 annotate poll-related wait keys by Al Viro · 7 years ago
  24. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  25. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  26. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  27. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  28. 0f5da65 net/unix: don't show information about sockets from other namespaces by Andrei Vagin · 7 years ago
  29. 110af3a net: af_unix: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  30. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. a0917e0 datagram: When peeking datagrams with offset < 0 don't skip empty skbs by Matthew Dawson · 7 years ago
  32. 27eac47 net/unix: drop obsolete fd-recursion limits by David Herrmann · 7 years ago
  33. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  34. 8c9814b net: convert unix_address.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  35. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  36. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  37. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  38. defbcf2 af_unix: Add sockaddr length checks before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 7 years ago
  39. 82fe0d2 af_unix: Use designated initializers by Kees Cook · 7 years ago
  40. 7df9c24 net: unix: properly re-increment inflight counter of GC discarded candidates by Andrey Ulanov · 7 years ago
  41. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  42. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  43. ba94f30 unix: add ioctl to open a unix socket file with O_PATH by Andrey Vagin · 8 years ago
  44. 0fb4455 af_unix: move unix_mknod() out of bindlock by WANG Cong · 8 years ago
  45. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  46. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  47. beef512 Revert "af_unix: fix hard linked sockets on overlay" by Miklos Szeredi · 8 years ago
  48. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. 06a77b0 af_unix: conditionally use freezable blocking calls in read by WANG Cong · 8 years ago
  50. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  52. e7947ea unix: escape all null bytes in abstract unix domain socket by Isaac Boukris · 8 years ago
  53. 2586926 skb_splice_bits(): get rid of callback by Al Viro · 8 years ago
  54. 6e1ce3c af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock' by Linus Torvalds · 8 years ago
  55. 38f7bd9 Revert "af_unix: Fix splice-bind deadlock" by Linus Torvalds · 8 years ago
  56. 3aa9799 af_unix: charge buffers to kmemcg by Vladimir Davydov · 8 years ago
  57. 30402c8 Merge branch 'overlayfs-af_unix-fix' into overlayfs-linus by Miklos Szeredi · 8 years ago
  58. eb0a4a4 af_unix: fix hard linked sockets on overlay by Miklos Szeredi · 8 years ago
  59. d360775 constify security_path_{mkdir,mknod,symlink} by Al Viro · 8 years ago
  60. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  61. 18eceb8 af_unix: Don't use continue to re-execute unix_stream_read_generic loop by Rainer Weikusat · 9 years ago
  62. b5f0549 unix_diag: fix incorrect sign extension in unix_lookup_by_ino by Dmitry V. Levin · 9 years ago
  63. a5527dd af_unix: Guard against other == sk in unix_dgram_sendmsg by Rainer Weikusat · 9 years ago
  64. 1b92ee3 af_unix: Don't set err in unix_stream_read_generic unless there was an error by Rainer Weikusat · 9 years ago
  65. 415e3d3 unix: correctly track in-flight fds in sending process user_struct by Hannes Frederic Sowa · 9 years ago
  66. 3575dbf net: drop write-only stack variable by David Herrmann · 9 years ago
  67. fa0dc04 af_unix: fix struct pid memory leak by Eric Dumazet · 9 years ago
  68. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  69. 712f4aa unix: properly account for FDs passed over unix sockets by willy tarreau · 9 years ago
  70. 9e0efaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  71. c845acb af_unix: Fix splice-bind deadlock by Rainer Weikusat · 9 years ago
  72. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  73. 3822b5c af_unix: Revert 'lock_interruptible' in stream receive code by Rainer Weikusat · 9 years ago
  74. 6487428 af_unix: fix unix_dgram_recvmsg entry locking by Rainer Weikusat · 9 years ago
  75. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  76. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  77. 77b75f4 unix: use wq_has_sleeper in unix_dgram_recvmsg by Rainer Weikusat · 9 years ago
  78. 9490f88 af-unix: passcred support for sendpage by Hannes Frederic Sowa · 9 years ago
  79. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  80. 7d26727 unix: avoid use-after-free in ep_remove_wait_queue by Rainer Weikusat · 9 years ago
  81. a3a116e af_unix: take receive queue lock while appending new skb by Hannes Frederic Sowa · 9 years ago
  82. 8844f97 af_unix: don't append consumed skbs to sk_receive_queue by Hannes Frederic Sowa · 9 years ago
  83. 73ed5d2 af-unix: fix use-after-free with concurrent readers while splicing by Hannes Frederic Sowa · 9 years ago
  84. 1586a58 af_unix: do not report POLLOUT on listeners by Eric Dumazet · 9 years ago
  85. e9193d6 net/unix: fix logic about sk_peek_offset by Andrey Vagin · 9 years ago
  86. 9f389e3 af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag by Aaron Conole · 9 years ago
  87. 37a9a8d net/unix: support SCM_SECURITY for stream sockets by Stephen Smalley · 9 years ago
  88. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  89. b48732e unix/caif: sk_socket can disappear when state is unlocked by Mark Salyzyn · 9 years ago
  90. 2b51457 net: af_unix: implement splice for stream af_unix sockets by Hannes Frederic Sowa · 9 years ago
  91. 869e7c6 net: af_unix: implement stream sendpage support by Hannes Frederic Sowa · 9 years ago
  92. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  93. 2decb26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  94. d1ab39f net: unix: garbage: fixed several comment and whitespace style issues by Jason Eastman · 9 years ago
  95. a25b376 VFS: net/unix: d_backing_inode() annotations by David Howells · 9 years ago
  96. ee8ac4d VFS: AF_UNIX sockets should call mknod on the top layer only by David Howells · 10 years ago
  97. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  98. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 10 years ago
  99. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  100. c0371da put iov_iter into msghdr by Al Viro · 10 years ago