1. d3054dc Merge android-4.9.204(72e8598) into msm-4.9 by jianzhou · 4 years, 4 months ago
  2. 03a94d7 net: fix warning in af_unix by Kyeongdon Kim · 6 years ago
  3. 50483ad Merge android-4.9.164 (26fad52) into msm-4.9 by jianzhou · 5 years ago
  4. 713b91c missing barriers in some of unix_sock ->addr and ->path accesses by Al Viro · 5 years ago
  5. 01bff91 Merge remote-tracking branch '4.9/tmp-8cca21f' into 4.9 by Kyle Yan · 6 years ago
  6. 62de3fe net/unix: don't show information about sockets from other namespaces by Andrei Vagin · 7 years ago
  7. 6c3873f Merge remote-tracking branch '4.9/tmp-184ce81' into msm-4.9 by Kyle Yan · 7 years ago
  8. bb84290 af_unix: Add sockaddr length checks before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 7 years ago
  9. 0078bd9 Merge remote-tracking branch '4.9/tmp-c96f651' into msm-4.9 by Kyle Yan · 7 years ago
  10. 91ad0c0 net: unix: properly re-increment inflight counter of GC discarded candidates by Andrey Ulanov · 7 years ago
  11. 74fdd73 drivers: Fix more compiler warnings by Kyle Yan · 7 years ago
  12. 93ff5e0 af_unix: move unix_mknod() out of bindlock by WANG Cong · 7 years ago
  13. 06a77b0 af_unix: conditionally use freezable blocking calls in read by WANG Cong · 7 years ago
  14. e7947ea unix: escape all null bytes in abstract unix domain socket by Isaac Boukris · 8 years ago
  15. 2586926 skb_splice_bits(): get rid of callback by Al Viro · 8 years ago
  16. 6e1ce3c af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock' by Linus Torvalds · 8 years ago
  17. 38f7bd9 Revert "af_unix: Fix splice-bind deadlock" by Linus Torvalds · 8 years ago
  18. 3aa9799 af_unix: charge buffers to kmemcg by Vladimir Davydov · 8 years ago
  19. 30402c8 Merge branch 'overlayfs-af_unix-fix' into overlayfs-linus by Miklos Szeredi · 8 years ago
  20. eb0a4a4 af_unix: fix hard linked sockets on overlay by Miklos Szeredi · 8 years ago
  21. d360775 constify security_path_{mkdir,mknod,symlink} by Al Viro · 8 years ago
  22. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  23. 18eceb8 af_unix: Don't use continue to re-execute unix_stream_read_generic loop by Rainer Weikusat · 8 years ago
  24. b5f0549 unix_diag: fix incorrect sign extension in unix_lookup_by_ino by Dmitry V. Levin · 8 years ago
  25. a5527dd af_unix: Guard against other == sk in unix_dgram_sendmsg by Rainer Weikusat · 8 years ago
  26. 1b92ee3 af_unix: Don't set err in unix_stream_read_generic unless there was an error by Rainer Weikusat · 8 years ago
  27. 415e3d3 unix: correctly track in-flight fds in sending process user_struct by Hannes Frederic Sowa · 8 years ago
  28. 3575dbf net: drop write-only stack variable by David Herrmann · 8 years ago
  29. fa0dc04 af_unix: fix struct pid memory leak by Eric Dumazet · 8 years ago
  30. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. 712f4aa unix: properly account for FDs passed over unix sockets by willy tarreau · 8 years ago
  32. 9e0efaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  33. c845acb af_unix: Fix splice-bind deadlock by Rainer Weikusat · 8 years ago
  34. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  35. 3822b5c af_unix: Revert 'lock_interruptible' in stream receive code by Rainer Weikusat · 8 years ago
  36. 6487428 af_unix: fix unix_dgram_recvmsg entry locking by Rainer Weikusat · 8 years ago
  37. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  38. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 8 years ago
  39. 77b75f4 unix: use wq_has_sleeper in unix_dgram_recvmsg by Rainer Weikusat · 8 years ago
  40. 9490f88 af-unix: passcred support for sendpage by Hannes Frederic Sowa · 8 years ago
  41. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 8 years ago
  42. 7d26727 unix: avoid use-after-free in ep_remove_wait_queue by Rainer Weikusat · 8 years ago
  43. a3a116e af_unix: take receive queue lock while appending new skb by Hannes Frederic Sowa · 8 years ago
  44. 8844f97 af_unix: don't append consumed skbs to sk_receive_queue by Hannes Frederic Sowa · 8 years ago
  45. 73ed5d2 af-unix: fix use-after-free with concurrent readers while splicing by Hannes Frederic Sowa · 8 years ago
  46. 1586a58 af_unix: do not report POLLOUT on listeners by Eric Dumazet · 9 years ago
  47. e9193d6 net/unix: fix logic about sk_peek_offset by Andrey Vagin · 9 years ago
  48. 9f389e3 af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag by Aaron Conole · 9 years ago
  49. 37a9a8d net/unix: support SCM_SECURITY for stream sockets by Stephen Smalley · 9 years ago
  50. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  51. b48732e unix/caif: sk_socket can disappear when state is unlocked by Mark Salyzyn · 9 years ago
  52. 2b51457 net: af_unix: implement splice for stream af_unix sockets by Hannes Frederic Sowa · 9 years ago
  53. 869e7c6 net: af_unix: implement stream sendpage support by Hannes Frederic Sowa · 9 years ago
  54. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  55. 2decb26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  56. d1ab39f net: unix: garbage: fixed several comment and whitespace style issues by Jason Eastman · 9 years ago
  57. a25b376 VFS: net/unix: d_backing_inode() annotations by David Howells · 9 years ago
  58. ee8ac4d VFS: AF_UNIX sockets should call mknod on the top layer only by David Howells · 9 years ago
  59. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  60. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 9 years ago
  61. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  62. c0371da put iov_iter into msghdr by Al Viro · 9 years ago
  63. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  64. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  65. 505e907 af_unix: remove 0 assignment on static by Fabian Frederick · 10 years ago
  66. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  67. 31ff6aa net: unix: Align send data_len up to PAGE_SIZE by Kirill Tkhai · 10 years ago
  68. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  69. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  70. de14439 net: unix: non blocking recvmsg() should not return -EINTR by Eric Dumazet · 10 years ago
  71. 0a13404 net: unix socket code abuses csum_partial by Anton Blanchard · 10 years ago
  72. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  73. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  74. 37ab4fa net: unix: allow bind to fail on mutex lock by Sasha Levin · 10 years ago
  75. 12663bf net: unix: allow set_peek_off to fail by Sasha Levin · 10 years ago
  76. 5cc208b unix: convert printks to pr_<level> by wangweidong · 10 years ago
  77. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 10 years ago
  78. 90c6bd3 net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race by Daniel Borkmann · 11 years ago
  79. 6865d1e unix_diag: fix info leak by Mathias Krause · 11 years ago
  80. f3dfd20 af_unix: fix bug on large send() by Eric Dumazet · 11 years ago
  81. 28d6427 net: attempt high order allocations in sock_alloc_send_pskb() by Eric Dumazet · 11 years ago
  82. e370a72 af_unix: improve STREAM behavior with fragmented memory by Eric Dumazet · 11 years ago
  83. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  84. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  85. 2b15af6 af_unix: use freezable blocking calls in read by Colin Cross · 11 years ago
  86. 60bc851 af_unix: fix a fatal race with bit fields by Eric Dumazet · 11 years ago
  87. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. 79f632c unix/stream: fix peeking with an offset larger than data in queue by Benjamin Poirier · 11 years ago
  89. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  90. 6b0ee8c0 scm: Stop passing struct cred by Eric W. Biederman · 11 years ago
  91. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  92. 0e82e7f6d af_unix: If we don't care about credentials coallesce all messages by Eric W. Biederman · 11 years ago
  93. 25da0e3 Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL" by Eric W. Biederman · 11 years ago
  94. 8facd5f net: fix smatch warnings inside datagram_poll by Jacob Keller · 11 years ago
  95. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  96. 14134f6 af_unix: dont send SCM_CREDENTIAL when dest socket is NULL by dingtianhong · 11 years ago
  97. ded34e0 unix: fix a race condition in unix_release() by Paul Moore · 11 years ago
  98. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  99. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  100. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago