1. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  2. de0fa95 [NET]: Use sockfd_lookup_light in the rest of the net/socket.c by Pavel Emelyanov · 17 years ago
  3. 9c55e01 [TCP]: Splice receive support. by Jens Axboe · 17 years ago
  4. 91cf45f [NET]: Add the helper kernel_sock_shutdown() by Trond Myklebust · 17 years ago
  5. bf3c23d [NET]: Fix error reporting in sys_socketpair(). by David S. Miller · 17 years ago
  6. ce8d2cd r/o bind mounts: filesystem helpers for custom 'struct file's by Dave Hansen · 17 years ago
  7. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  8. fa8705b [NET]: sanitize kernel_accept() error path by Tony Battersby · 17 years ago
  9. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  10. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  11. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  12. e79ad71 [NET]: Zero length write() on socket should not simply return 0. by David S. Miller · 17 years ago
  13. 3b18552 [NET]: Fix unbalanced rcu_read_unlock in __sock_create by Herbert Xu · 17 years ago
  14. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  15. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 17 years ago
  16. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  17. c23fbb6 VFS: delay the dentry name generation on sockets and pipes by Eric Dumazet · 17 years ago
  18. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  19. 7c81fd8 [SOCKET]: Export __sock_recv_timestamp by Arnaldo Carvalho de Melo · 17 years ago
  20. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 17 years ago
  21. e71a478 [NET] core: whitespace cleanup by Stephen Hemminger · 17 years ago
  22. 79f4f64 [NET]: Correct accept(2) recovery after sock_attach_fd() by Alexey Dobriyan · 17 years ago
  23. db34950 [PATCH] AUDIT_FD_PAIR by Al Viro · 17 years ago
  24. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  25. 4768fbc [NET]: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  26. 4387ff7 [NET]: Fix net/socket.c warnings. by David S. Miller · 17 years ago
  27. 23bb80d [NET]: cleanup sock_from_file() by Eric Dumazet · 17 years ago
  28. 3126a42 [PATCH] struct path: convert net by Josef Sipek · 17 years ago
  29. 304e61e [PATCH] net: don't insert socket dentries into dentry_hashtable by Eric Dumazet · 17 years ago
  30. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  31. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 17 years ago
  32. 90833aa [NET]: The scheduled removal of the frame diverter. by Adrian Bunk · 18 years ago
  33. 609d7fa [PATCH] file: modify struct fown_struct to use a struct pid by Eric W. Biederman · 18 years ago
  34. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  35. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  36. 7a42c21 [NET]: Change somaxconn sysctl to __read_mostly by Brian Haley · 18 years ago
  37. 1e38bb3 [NET]: Kill double initialization in sock_alloc_inode. by David S. Miller · 18 years ago
  38. f0fd27d [NET]: sock_register interface changes by Stephen Hemminger · 18 years ago
  39. 55737fd [NET]: socket family using RCU by Stephen Hemminger · 18 years ago
  40. 89bddce [NET] socket: code style cleanup by Stephen Hemminger · 18 years ago
  41. ac5a488 [NET]: Round out in-kernel sockets API by Sridhar Samudrala · 18 years ago
  42. 7420ed2 [NetLabel]: SELinux support by Venkat Yekkirala · 18 years ago
  43. 5991c84 [NET]: Rate limiting for socket allocation failure messages. by Akinobu Mita · 18 years ago
  44. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  45. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  46. d6fe394 [PATCH] sockaddr patch by Steve Grubb · 18 years ago
  47. 3672558 [NET]: sockfd_lookup_light() returns random error for -EBADFD by Hua Zhong · 18 years ago
  48. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  49. 6f91204 [PATCH] for_each_possible_cpu: network codes by KAMEZAWA Hiroyuki · 18 years ago
  50. 88e6fae [PATCH] splice: warning fix by Andrew Morton · 18 years ago
  51. 9a1875e [NET]: Fully fix the memory leaks in sys_accept(). by David S. Miller · 18 years ago
  52. 9606a21 [NET]: Fix dentry leak in sys_accept(). by David S. Miller · 18 years ago
  53. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 18 years ago
  54. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  55. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  56. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  57. 89bbfc9 [NET]: allow 32 bit socket ioctl in 64 bit kernel by Shaun Pereira · 18 years ago
  58. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  59. 6cb153c [NET]: use fget_light() in net/socket.c by Benjamin LaHaise · 18 years ago
  60. 39d8c1b [NET]: Do not lose accepted socket when -ENFILE/-EMFILE. by David S. Miller · 18 years ago
  61. 3c9b3a8 Merge branch 'master' by Jeff Garzik · 18 years ago
  62. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 18 years ago
  63. d86b5e0 [PATCH] net/: fix the WIRELESS_EXT abuse by Adrian Bunk · 18 years ago
  64. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 18 years ago
  65. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 18 years ago
  66. ce1d4d3 [NET]: restructure sock_aio_{read,write} / sock_{readv,writev} by Christoph Hellwig · 18 years ago
  67. cbeb321 [NET]: Fix sock_init() return value. by David S. Miller · 18 years ago
  68. 77d76ea [NET]: Small cleanup to socket initialization by Andi Kleen · 18 years ago
  69. a79af59 [NET]: Fix module reference counts for loadable protocol modules by Frank Filz · 19 years ago
  70. b9d717a [NET]: Make sure ctl buffer is aligned properly in sys_sendmsg(). by Alex Williamson · 19 years ago
  71. 37f7f42 [NET]: Do not leak MSG_CMSG_COMPAT into userspace. by David S. Miller · 19 years ago
  72. 8920e8f [PATCH] Fix 32bit sendmsg() flaw by Al Viro · 19 years ago
  73. b69aee0 [NET]: Use file->private_data to get socket pointer. by Eric Dumazet · 19 years ago
  74. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  75. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  76. 07dc3f0 [NET]: Make use of ->private_data in sockfd_lookup by Benjamin LaHaise · 19 years ago
  77. f31f5f0 [NET]: dont use strlen() but the result from a prior sprintf() by Eric Dumazet · 19 years ago
  78. 4bcff1b AUDIT: Fix user pointer deref thinko in sys_socketcall(). by David Woodhouse · 19 years ago
  79. 3ec3b2f AUDIT: Capture sys_socketcall arguments and sockaddrs by David Woodhouse · 19 years ago
  80. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  81. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago