1. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  2. 9490f88 af-unix: passcred support for sendpage by Hannes Frederic Sowa · 9 years ago
  3. 7d26727 unix: avoid use-after-free in ep_remove_wait_queue by Rainer Weikusat · 9 years ago
  4. a3a116e af_unix: take receive queue lock while appending new skb by Hannes Frederic Sowa · 9 years ago
  5. 8844f97 af_unix: don't append consumed skbs to sk_receive_queue by Hannes Frederic Sowa · 9 years ago
  6. 73ed5d2 af-unix: fix use-after-free with concurrent readers while splicing by Hannes Frederic Sowa · 9 years ago
  7. 1586a58 af_unix: do not report POLLOUT on listeners by Eric Dumazet · 9 years ago
  8. e9193d6 net/unix: fix logic about sk_peek_offset by Andrey Vagin · 9 years ago
  9. 9f389e3 af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag by Aaron Conole · 9 years ago
  10. 37a9a8d net/unix: support SCM_SECURITY for stream sockets by Stephen Smalley · 9 years ago
  11. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  12. b48732e unix/caif: sk_socket can disappear when state is unlocked by Mark Salyzyn · 9 years ago
  13. 2b51457 net: af_unix: implement splice for stream af_unix sockets by Hannes Frederic Sowa · 9 years ago
  14. 869e7c6 net: af_unix: implement stream sendpage support by Hannes Frederic Sowa · 9 years ago
  15. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  16. a25b376 VFS: net/unix: d_backing_inode() annotations by David Howells · 9 years ago
  17. ee8ac4d VFS: AF_UNIX sockets should call mknod on the top layer only by David Howells · 9 years ago
  18. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  19. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 9 years ago
  20. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  21. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  22. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  23. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  24. 31ff6aa net: unix: Align send data_len up to PAGE_SIZE by Kirill Tkhai · 10 years ago
  25. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  26. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  27. de14439 net: unix: non blocking recvmsg() should not return -EINTR by Eric Dumazet · 10 years ago
  28. 0a13404 net: unix socket code abuses csum_partial by Anton Blanchard · 10 years ago
  29. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  30. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  31. 37ab4fa net: unix: allow bind to fail on mutex lock by Sasha Levin · 11 years ago
  32. 12663bf net: unix: allow set_peek_off to fail by Sasha Levin · 11 years ago
  33. 5cc208b unix: convert printks to pr_<level> by wangweidong · 11 years ago
  34. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  35. 90c6bd3 net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race by Daniel Borkmann · 11 years ago
  36. f3dfd20 af_unix: fix bug on large send() by Eric Dumazet · 11 years ago
  37. 28d6427 net: attempt high order allocations in sock_alloc_send_pskb() by Eric Dumazet · 11 years ago
  38. e370a72 af_unix: improve STREAM behavior with fragmented memory by Eric Dumazet · 11 years ago
  39. 2b15af6 af_unix: use freezable blocking calls in read by Colin Cross · 11 years ago
  40. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  41. 79f632c unix/stream: fix peeking with an offset larger than data in queue by Benjamin Poirier · 11 years ago
  42. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  43. 6b0ee8c0 scm: Stop passing struct cred by Eric W. Biederman · 11 years ago
  44. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  45. 0e82e7f6d af_unix: If we don't care about credentials coallesce all messages by Eric W. Biederman · 11 years ago
  46. 25da0e3 Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL" by Eric W. Biederman · 11 years ago
  47. 8facd5f net: fix smatch warnings inside datagram_poll by Jacob Keller · 11 years ago
  48. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  49. 14134f6 af_unix: dont send SCM_CREDENTIAL when dest socket is NULL by dingtianhong · 11 years ago
  50. ded34e0 unix: fix a race condition in unix_release() by Paul Moore · 11 years ago
  51. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  52. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  53. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  54. b4fff5f unix: Use FIELD_SIZEOF() in af_unix_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  55. e04dae8 af_unix: old_cred is surplus by Alan Cox · 12 years ago
  56. fc61b92 af_unix: fix shutdown parameter checking by Xi Wang · 12 years ago
  57. e0e3cea af_netlink: force credentials passing [CVE-2012-3520] by Eric Dumazet · 12 years ago
  58. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  59. faf0201 clean unix_bind() up a bit by Al Viro · 12 years ago
  60. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  61. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  62. 8b51b06 af_unix: remove unix_iter_state by Eric Dumazet · 12 years ago
  63. 7123aaa af_unix: speedup /proc/net/unix by Eric Dumazet · 12 years ago
  64. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  65. eb6a248 af_unix: reduce high order page allocations by Eric Dumazet · 12 years ago
  66. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 12 years ago
  67. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  68. 68ac123 switch touch_atime to struct path by Al Viro · 12 years ago
  69. 40ffe67 switch unix_sock to struct path by Al Viro · 12 years ago
  70. 9f6f9af af_unix: MSG_TRUNC support for dgram sockets by Eric Dumazet · 12 years ago
  71. fc0d753 unix: Support peeking offset for stream sockets by Pavel Emelyanov · 12 years ago
  72. f55bb7f unix: Support peeking offset for datagram and seqpacket sockets by Pavel Emelyanov · 12 years ago
  73. 6f01fd6 af_unix: fix EPOLLET regression for stream sockets by Eric Dumazet · 12 years ago
  74. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  75. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  76. 885ee74 af_unix: Move CINQ/COUTQ code to helpers by Pavel Emelyanov · 12 years ago
  77. fa7ff56 af_unix: Export stuff required for diag module by Pavel Emelyanov · 13 years ago
  78. 0884d7a AF_UNIX: Fix poll blocking problem when reading from a stream socket by Alexey Moiseytsev · 13 years ago
  79. 16e5726 af_unix: dont send SCM_CREDENTIALS by default by Eric Dumazet · 13 years ago
  80. f78a5fd Revert "Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path" by David S. Miller · 13 years ago
  81. 0856a30 Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path by Tim Chen · 13 years ago
  82. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  83. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  84. a05d2ad af_unix: Only allow recv on connected seqpacket sockets. by Eric W. Biederman · 13 years ago
  85. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  86. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  87. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  88. c337ffb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  89. e5537bf af_unix: update locking comment by Daniel Baluta · 13 years ago
  90. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  91. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  92. 6118e35 af_unix: remove unused struct sockaddr_un cruft by Hagen Paul Pfeifer · 13 years ago
  93. b3ca9b0 net: fix multithreaded signal handling in unix recv routines by Rainer Weikusat · 13 years ago
  94. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  95. 7180a03 af_unix: coding style: remove one level of indentation in unix_shutdown() by Alban Crequy · 13 years ago
  96. d6ae3ba af_unix: implement socket filter by Alban Crequy · 13 years ago
  97. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 13 years ago
  98. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  99. 25888e3 af_unix: limit recursion level by Eric Dumazet · 14 years ago
  100. 973a34a af_unix: optimize unix_dgram_poll() by Eric Dumazet · 14 years ago