1. 097e66c [NET]: Make AF_UNIX per network namespace safe [v2] by Denis V. Lunev · 17 years ago
  2. 0a11225 [UNIX]: EOF on non-blocking SOCK_SEQPACKET by Florian Zumbiehl · 17 years ago
  3. 284b327 [UNIX]: The unix_nr_socks limit can be exceeded by Pavel Emelyanov · 17 years ago
  4. 5c80f1a [AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacks by Pavel Emelyanov · 17 years ago
  5. 9305cfa [AF_UNIX]: Make unix_tot_inflight counter non-atomic by Pavel Emelyanov · 17 years ago
  6. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  7. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  8. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
  9. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  10. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  11. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  12. 1311169 [AF_UNIX]: Make code static. by Adrian Bunk · 17 years ago
  13. 1fd05ba [AF_UNIX]: Rewrite garbage collector, fixes race. by Miklos Szeredi · 17 years ago
  14. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  15. 3c0d2f3 [AF_UNIX]: Fix stream recvmsg() race. by Miklos Szeredi · 17 years ago
  16. 278a3de [AF_UNIX]: Fix datagram connect race causing an OOPS. by David S. Miller · 17 years ago
  17. 1c92b4e [AF_UNIX]: Make socket locking much less confusing. by David S. Miller · 17 years ago
  18. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  19. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  20. 64a1465 [NET]: Revert incorrect accept queue backlog changes. by David S. Miller · 17 years ago
  21. 248f067 [AF_UNIX]: Test against sk_max_ack_backlog properly. by David S. Miller · 17 years ago
  22. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  23. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  24. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  25. ac7bfa6 [NET] UNIX: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  26. 592ccbf [PATCH] struct path: convert unix by Josef Sipek · 18 years ago
  27. 44bb936 [NET]: Annotate csum_partial() callers in net/* by Al Viro · 18 years ago
  28. 18adaf0 [AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostly by Brian Haley · 18 years ago
  29. ef047f5 [NET]: Use BUILD_BUG_ON() for checking size of skb->cb. by YOSHIFUJI Hideaki · 18 years ago
  30. dc49c1f [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch by Catherine Zhang · 18 years ago
  31. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  32. 882d02d [AF_UNIX]: datagram getpeersec fix by Andrew Morton · 18 years ago
  33. a09785a [PATCH] lockdep: annotate af_unix locking by Ingo Molnar · 18 years ago
  34. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  35. 877ce7c [AF_UNIX]: Datagram getpeersec by Catherine Zhang · 18 years ago
  36. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  37. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 18 years ago
  38. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  39. e9df7d7f [AF_UNIX]: use shift instead of integer division by Benjamin LaHaise · 18 years ago
  40. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 18 years ago
  41. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  42. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 19 years ago
  43. fd19f32 [AF_UNIX]: Convert to use a spinlock instead of rwlock by Benjamin LaHaise · 19 years ago
  44. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  45. fbe9cc4 [AF_UNIX]: Use spinlock for unix_table_lock by David S. Miller · 19 years ago
  46. 830a1e5 [AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsg by Benjamin LaHaise · 19 years ago
  47. e4543ed [PATCH] add a vfs_permission helper by Christoph Hellwig · 19 years ago
  48. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  49. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  50. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  51. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  52. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  53. f81a0bf [AF_UNIX]: Use lookup_create(). by Christoph Hellwig · 19 years ago
  54. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago