1. 6c28ac6 net: unix: non blocking recvmsg() should not return -EINTR by Eric Dumazet · 11 years ago
  2. 6c14018 net: unix: allow bind to fail on mutex lock by Sasha Levin · 11 years ago
  3. f1da434 net: unix: allow set_peek_off to fail by Sasha Levin · 11 years ago
  4. a7ef386 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  5. b728192 net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race by Daniel Borkmann · 11 years ago
  6. 1f19a0c unix_diag: fix info leak by Mathias Krause · 11 years ago
  7. abea8db af_unix: If we don't care about credentials coallesce all messages by Eric W. Biederman · 12 years ago
  8. eb8b9ae pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  9. 58cc338 new helper: done_path_create() by Al Viro · 12 years ago
  10. 0a29d95 af_unix: use freezable blocking calls in read by Colin Cross · 11 years ago
  11. 6c097cb unix: correctly track in-flight fds in sending process user_struct by Hannes Frederic Sowa · 9 years ago
  12. 15bcdf4 unix: properly account for FDs passed over unix sockets by willy tarreau · 9 years ago
  13. 5770514 Revert "FPII-2318: Elevation of privilege vulnerability in kernel networking subsystem CVE-2013-7446 A-29119002" by Teow Wan Yee · 8 years ago
  14. d616bdf FPII-2318: Elevation of privilege vulnerability in kernel networking subsystem CVE-2013-7446 A-29119002 by Teow Wan Yee · 8 years ago
  15. 3a0ebbb unix: fix a race condition in unix_release() by Paul Moore · 12 years ago
  16. 98e6bea net: change error print messages to generate warnings by Syed Rameez Mustafa · 11 years ago
  17. c47ea31 af_netlink: force credentials passing [CVE-2012-3520] by Eric Dumazet · 12 years ago
  18. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 13 years ago
  19. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  20. 68ac123 switch touch_atime to struct path by Al Viro · 13 years ago
  21. 40ffe67 switch unix_sock to struct path by Al Viro · 13 years ago
  22. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 13 years ago
  23. 9f6f9af af_unix: MSG_TRUNC support for dgram sockets by Eric Dumazet · 13 years ago
  24. fc0d753 unix: Support peeking offset for stream sockets by Pavel Emelyanov · 13 years ago
  25. f55bb7f unix: Support peeking offset for datagram and seqpacket sockets by Pavel Emelyanov · 13 years ago
  26. 6f01fd6 af_unix: fix EPOLLET regression for stream sockets by Eric Dumazet · 13 years ago
  27. 38e5781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  28. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  29. 6d62a66 net: Default UDP and UNIX diag to 'n'. by David S. Miller · 13 years ago
  30. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  31. c9da99e unix_diag: Fixup RQLEN extension report by Pavel Emelyanov · 13 years ago
  32. 885ee74 af_unix: Move CINQ/COUTQ code to helpers by Pavel Emelyanov · 13 years ago
  33. 257b529 unix_diag: Add the MEMINFO extension by Pavel Emelyanov · 13 years ago
  34. e09e9d1 unix: If we happen to find peer NULL when diag dumping, write zero. by David S. Miller · 13 years ago
  35. 3b0723c unix_diag: Fix incoming connections nla length by Pavel Emelyanov · 13 years ago
  36. 2ea744a net: unix -- Add missing module.h inclusion by Cyrill Gorcunov · 13 years ago
  37. 5d531aa unix_diag: Write it into kbuild by Pavel Emelyanov · 13 years ago
  38. cbf3919 unix_diag: Receive queue lenght NLA by Pavel Emelyanov · 13 years ago
  39. 2aac7a2 unix_diag: Pending connections IDs NLA by Pavel Emelyanov · 13 years ago
  40. ac02be8 unix_diag: Unix peer inode NLA by Pavel Emelyanov · 13 years ago
  41. 5f7b056 unix_diag: Unix inode info NLA by Pavel Emelyanov · 13 years ago
  42. f5248b4 unix_diag: Unix socket name NLA by Pavel Emelyanov · 13 years ago
  43. 5d3cae8 unix_diag: Dumping exact socket core by Pavel Emelyanov · 13 years ago
  44. 45a96b9 unix_diag: Dumping all sockets core by Pavel Emelyanov · 13 years ago
  45. 22931d3 unix_diag: Basic module skeleton by Pavel Emelyanov · 13 years ago
  46. fa7ff56 af_unix: Export stuff required for diag module by Pavel Emelyanov · 13 years ago
  47. 0884d7a AF_UNIX: Fix poll blocking problem when reading from a stream socket by Alexey Moiseytsev · 13 years ago
  48. 16e5726 af_unix: dont send SCM_CREDENTIALS by default by Eric Dumazet · 13 years ago
  49. f78a5fd Revert "Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path" by David S. Miller · 13 years ago
  50. 0856a30 Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path by Tim Chen · 13 years ago
  51. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  52. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  53. a05d2ad af_unix: Only allow recv on connected seqpacket sockets. by Eric W. Biederman · 14 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  55. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  56. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  57. c337ffb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  58. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 14 years ago
  59. e5537bf af_unix: update locking comment by Daniel Baluta · 14 years ago
  60. c9c6cac kill path_lookup() by Al Viro · 14 years ago
  61. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. 6118e35 af_unix: remove unused struct sockaddr_un cruft by Hagen Paul Pfeifer · 14 years ago
  63. b3ca9b0 net: fix multithreaded signal handling in unix recv routines by Rainer Weikusat · 14 years ago
  64. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 14 years ago
  65. 7180a03 af_unix: coding style: remove one level of indentation in unix_shutdown() by Alban Crequy · 14 years ago
  66. d6ae3ba af_unix: implement socket filter by Alban Crequy · 14 years ago
  67. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 14 years ago
  68. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. 25888e3 af_unix: limit recursion level by Eric Dumazet · 14 years ago
  70. 9915672 af_unix: limit unix_tot_inflight by Eric Dumazet · 14 years ago
  71. 973a34a af_unix: optimize unix_dgram_poll() by Eric Dumazet · 14 years ago
  72. 5456f09 af_unix: fix unix_dgram_poll() behavior for EPOLLOUT event by Eric Dumazet · 14 years ago
  73. 67426b7 af_unix: use keyed wakeups by Eric Dumazet · 14 years ago
  74. 518de9b fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  75. 3f66116 AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets by Alban Crequy · 14 years ago
  76. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  77. 8df73ff UNIX: Do not loop forever at unix_autobind(). by Tetsuo Handa · 14 years ago
  78. db40980 net: poll() optimizations by Eric Dumazet · 14 years ago
  79. 70d4bf6 drop_monitor: convert some kfree_skb call sites to consume_skb by Neil Horman · 14 years ago
  80. 6616f78 af_unix: Allow connecting to sockets in other network namespaces. by Eric W. Biederman · 14 years ago
  81. 7361c36 af_unix: Allow credentials to work across user and pid namespaces. by Eric W. Biederman · 14 years ago
  82. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 14 years ago
  83. a2f3be1 unix/garbage: kill copy of the skb queue walker by Ilpo Järvinen · 14 years ago
  84. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 15 years ago
  85. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  86. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  87. 663717f AF_UNIX: update locking comment by Stephen Hemminger · 15 years ago
  88. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  89. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  90. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  91. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  92. 13cfa97 net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard by Cyrill Gorcunov · 15 years ago
  93. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  94. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. 77238f2 AF_UNIX: Fix deadlock on connecting to shutdown socket by Tomoki Sekiyama · 15 years ago
  96. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  97. 8ba69ba net: unix: fix sending fds in multiple buffers by Miklos Szeredi · 15 years ago
  98. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  99. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  100. ce3b0f8 New helper - current_umask() by Al Viro · 16 years ago