1. 16e5726 af_unix: dont send SCM_CREDENTIALS by default by Eric Dumazet · 13 years ago
  2. f78a5fd Revert "Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path" by David S. Miller · 13 years ago
  3. 0856a30 Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path by Tim Chen · 13 years ago
  4. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  5. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  6. a05d2ad af_unix: Only allow recv on connected seqpacket sockets. by Eric W. Biederman · 13 years ago
  7. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  8. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  9. 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
  10. c337ffb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  11. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 13 years ago
  12. e5537bf af_unix: update locking comment by Daniel Baluta · 13 years ago
  13. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  14. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  15. 6118e35 af_unix: remove unused struct sockaddr_un cruft by Hagen Paul Pfeifer · 13 years ago
  16. b3ca9b0 net: fix multithreaded signal handling in unix recv routines by Rainer Weikusat · 13 years ago
  17. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  18. 7180a03 af_unix: coding style: remove one level of indentation in unix_shutdown() by Alban Crequy · 14 years ago
  19. d6ae3ba af_unix: implement socket filter by Alban Crequy · 14 years ago
  20. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 14 years ago
  21. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  22. 25888e3 af_unix: limit recursion level by Eric Dumazet · 14 years ago
  23. 9915672 af_unix: limit unix_tot_inflight by Eric Dumazet · 14 years ago
  24. 973a34a af_unix: optimize unix_dgram_poll() by Eric Dumazet · 14 years ago
  25. 5456f09 af_unix: fix unix_dgram_poll() behavior for EPOLLOUT event by Eric Dumazet · 14 years ago
  26. 67426b7 af_unix: use keyed wakeups by Eric Dumazet · 14 years ago
  27. 518de9b fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  28. 3f66116 AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets by Alban Crequy · 14 years ago
  29. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  30. 8df73ff UNIX: Do not loop forever at unix_autobind(). by Tetsuo Handa · 14 years ago
  31. db40980 net: poll() optimizations by Eric Dumazet · 14 years ago
  32. 70d4bf6 drop_monitor: convert some kfree_skb call sites to consume_skb by Neil Horman · 14 years ago
  33. 6616f78 af_unix: Allow connecting to sockets in other network namespaces. by Eric W. Biederman · 14 years ago
  34. 7361c36 af_unix: Allow credentials to work across user and pid namespaces. by Eric W. Biederman · 14 years ago
  35. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 14 years ago
  36. a2f3be1 unix/garbage: kill copy of the skb queue walker by Ilpo Järvinen · 14 years ago
  37. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  38. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  39. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  40. 663717f AF_UNIX: update locking comment by Stephen Hemminger · 14 years ago
  41. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  42. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  43. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  44. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  45. 13cfa97 net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard by Cyrill Gorcunov · 15 years ago
  46. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  47. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  48. 77238f2 AF_UNIX: Fix deadlock on connecting to shutdown socket by Tomoki Sekiyama · 15 years ago
  49. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  50. 8ba69ba net: unix: fix sending fds in multiple buffers by Miklos Szeredi · 15 years ago
  51. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  52. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  53. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  54. 40d4444 unix: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  55. be6d3e5 introduce new LSM hooks where vfsmount is available. by Kentaro Takeda · 16 years ago
  56. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  57. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  58. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  59. 5f23b73 net: Fix soft lockups/OOM issues w/ unix garbage collector by dann frazier · 16 years ago
  60. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 16 years ago
  61. 920de80 net: Make sure BHs are disabled in sock_prot_inuse_add() by Eric Dumazet · 16 years ago
  62. 6f756a8 net: Make sure BHs are disabled in sock_prot_inuse_add() by David S. Miller · 16 years ago
  63. 6b41e7d net: af_unix should use KERN_INFO instead of KERN_DEBUG by Eric Dumazet · 16 years ago
  64. 07f0757 include/net net/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  65. a8076d8 net: af_unix should update its inuse counter by Eric Dumazet · 16 years ago
  66. 248969a net: af_unix can make unix_nr_socks visbile in /proc by Eric Dumazet · 16 years ago
  67. 6eba6a3 net: Cleanup of af_unix by Eric Dumazet · 16 years ago
  68. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  69. 19d6562 CRED: Wrap task credential accesses in the UNIX socket protocol by David Howells · 16 years ago
  70. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  71. 6209344 net: unix: fix inflight counting bug in garbage collector by Miklos Szeredi · 16 years ago
  72. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  73. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  74. e27dfce af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.c by Jianjun Kong · 16 years ago
  75. 48dcc33 af_unix: netns: fix problem of return value by Jianjun Kong · 16 years ago
  76. 421748e [PATCH] assorted path_lookup() -> kern_path() conversions by Al Viro · 16 years ago
  77. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  78. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  79. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  80. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  81. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  82. ec0d215 af_unix: fix 'poll for write'/connected DGRAM sockets by Rainer Weikusat · 16 years ago
  83. 0344f1c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 3c73419 af_unix: fix 'poll for write'/ connected DGRAM sockets by Rainer Weikusat · 16 years ago
  85. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  86. d02aacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  87. 3d36696 [AF_UNIX] Initialise UNIX sockets before general device initcalls by David Woodhouse · 16 years ago
  88. 463c319 [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir() by Dave Hansen · 16 years ago
  89. b9f3124 [AF_UNIX]: Use SEQ_START_TOKEN by Joe Perches · 16 years ago
  90. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  91. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  92. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  93. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  94. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  95. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  96. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  97. a0a53c8 [NETNS]: struct net content re-work (v3) by Denis V. Lunev · 17 years ago
  98. 1597fbc [UNIX]: Make the unix sysctl tables per-namespace by Pavel Emelyanov · 17 years ago
  99. 1d430b9 [UNIX]: Use ctl paths to register unix ctl tables by Pavel Emelyanov · 17 years ago
  100. d392e49 [UNIX]: Move the sysctl_unix_max_dgram_qlen by Pavel Emelyanov · 17 years ago