1. 3c73419 af_unix: fix 'poll for write'/ connected DGRAM sockets by Rainer Weikusat · 16 years ago
  2. d02aacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  3. 3d36696 [AF_UNIX] Initialise UNIX sockets before general device initcalls by David Woodhouse · 16 years ago
  4. 463c319 [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir() by Dave Hansen · 16 years ago
  5. b9f3124 [AF_UNIX]: Use SEQ_START_TOKEN by Joe Perches · 16 years ago
  6. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  7. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  8. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  9. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  10. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  11. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  12. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  13. a0a53c8 [NETNS]: struct net content re-work (v3) by Denis V. Lunev · 17 years ago
  14. 1597fbc [UNIX]: Make the unix sysctl tables per-namespace by Pavel Emelyanov · 17 years ago
  15. 1d430b9 [UNIX]: Use ctl paths to register unix ctl tables by Pavel Emelyanov · 17 years ago
  16. d392e49 [UNIX]: Move the sysctl_unix_max_dgram_qlen by Pavel Emelyanov · 17 years ago
  17. 97577e3 [UNIX]: Extend unix_sysctl_(un)register prototypes by Pavel Emelyanov · 17 years ago
  18. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  19. a53eb3f [UNIX] Move the unix sock iterators in to proper place by Pavel Emelyanov · 17 years ago
  20. e372c41 [NET]: Consolidate net namespace related proc files creation. by Denis V. Lunev · 17 years ago
  21. 097e66c [NET]: Make AF_UNIX per network namespace safe [v2] by Denis V. Lunev · 17 years ago
  22. 0a11225 [UNIX]: EOF on non-blocking SOCK_SEQPACKET by Florian Zumbiehl · 17 years ago
  23. 284b327 [UNIX]: The unix_nr_socks limit can be exceeded by Pavel Emelyanov · 17 years ago
  24. 5c80f1a [AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacks by Pavel Emelyanov · 17 years ago
  25. 9305cfa [AF_UNIX]: Make unix_tot_inflight counter non-atomic by Pavel Emelyanov · 17 years ago
  26. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  27. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  28. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
  29. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  30. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  31. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  32. 1311169 [AF_UNIX]: Make code static. by Adrian Bunk · 17 years ago
  33. 1fd05ba [AF_UNIX]: Rewrite garbage collector, fixes race. by Miklos Szeredi · 17 years ago
  34. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  35. 3c0d2f3 [AF_UNIX]: Fix stream recvmsg() race. by Miklos Szeredi · 17 years ago
  36. 278a3de [AF_UNIX]: Fix datagram connect race causing an OOPS. by David S. Miller · 17 years ago
  37. 1c92b4e [AF_UNIX]: Make socket locking much less confusing. by David S. Miller · 17 years ago
  38. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  39. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  40. 64a1465 [NET]: Revert incorrect accept queue backlog changes. by David S. Miller · 17 years ago
  41. 248f067 [AF_UNIX]: Test against sk_max_ack_backlog properly. by David S. Miller · 17 years ago
  42. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  43. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  44. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  45. ac7bfa6 [NET] UNIX: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  46. 592ccbf [PATCH] struct path: convert unix by Josef Sipek · 18 years ago
  47. 44bb936 [NET]: Annotate csum_partial() callers in net/* by Al Viro · 18 years ago
  48. 18adaf0 [AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostly by Brian Haley · 18 years ago
  49. ef047f5 [NET]: Use BUILD_BUG_ON() for checking size of skb->cb. by YOSHIFUJI Hideaki · 18 years ago
  50. dc49c1f [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch by Catherine Zhang · 18 years ago
  51. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  52. 882d02d [AF_UNIX]: datagram getpeersec fix by Andrew Morton · 18 years ago
  53. a09785a [PATCH] lockdep: annotate af_unix locking by Ingo Molnar · 18 years ago
  54. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  55. 877ce7c [AF_UNIX]: Datagram getpeersec by Catherine Zhang · 18 years ago
  56. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  57. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 18 years ago
  58. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  59. e9df7d7f [AF_UNIX]: use shift instead of integer division by Benjamin LaHaise · 18 years ago
  60. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 18 years ago
  61. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  62. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 19 years ago
  63. fd19f32 [AF_UNIX]: Convert to use a spinlock instead of rwlock by Benjamin LaHaise · 19 years ago
  64. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  65. fbe9cc4 [AF_UNIX]: Use spinlock for unix_table_lock by David S. Miller · 19 years ago
  66. 830a1e5 [AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsg by Benjamin LaHaise · 19 years ago
  67. e4543ed [PATCH] add a vfs_permission helper by Christoph Hellwig · 19 years ago
  68. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  69. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  70. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  71. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  72. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  73. f81a0bf [AF_UNIX]: Use lookup_create(). by Christoph Hellwig · 19 years ago
  74. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago