1. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  2. 4768fbc [NET]: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  3. 4387ff7 [NET]: Fix net/socket.c warnings. by David S. Miller · 17 years ago
  4. 23bb80d [NET]: cleanup sock_from_file() by Eric Dumazet · 17 years ago
  5. 3126a42 [PATCH] struct path: convert net by Josef Sipek · 17 years ago
  6. 304e61e [PATCH] net: don't insert socket dentries into dentry_hashtable by Eric Dumazet · 17 years ago
  7. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  8. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 17 years ago
  9. 90833aa [NET]: The scheduled removal of the frame diverter. by Adrian Bunk · 18 years ago
  10. 609d7fa [PATCH] file: modify struct fown_struct to use a struct pid by Eric W. Biederman · 18 years ago
  11. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  12. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  13. 7a42c21 [NET]: Change somaxconn sysctl to __read_mostly by Brian Haley · 18 years ago
  14. 1e38bb3 [NET]: Kill double initialization in sock_alloc_inode. by David S. Miller · 18 years ago
  15. f0fd27d [NET]: sock_register interface changes by Stephen Hemminger · 18 years ago
  16. 55737fd [NET]: socket family using RCU by Stephen Hemminger · 18 years ago
  17. 89bddce [NET] socket: code style cleanup by Stephen Hemminger · 18 years ago
  18. ac5a488 [NET]: Round out in-kernel sockets API by Sridhar Samudrala · 18 years ago
  19. 7420ed2 [NetLabel]: SELinux support by Venkat Yekkirala · 18 years ago
  20. 5991c84 [NET]: Rate limiting for socket allocation failure messages. by Akinobu Mita · 18 years ago
  21. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  22. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  23. d6fe394 [PATCH] sockaddr patch by Steve Grubb · 18 years ago
  24. 3672558 [NET]: sockfd_lookup_light() returns random error for -EBADFD by Hua Zhong · 18 years ago
  25. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  26. 6f91204 [PATCH] for_each_possible_cpu: network codes by KAMEZAWA Hiroyuki · 18 years ago
  27. 88e6fae [PATCH] splice: warning fix by Andrew Morton · 18 years ago
  28. 9a1875e [NET]: Fully fix the memory leaks in sys_accept(). by David S. Miller · 18 years ago
  29. 9606a21 [NET]: Fix dentry leak in sys_accept(). by David S. Miller · 18 years ago
  30. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 18 years ago
  31. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  32. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  33. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  34. 89bbfc9 [NET]: allow 32 bit socket ioctl in 64 bit kernel by Shaun Pereira · 18 years ago
  35. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  36. 6cb153c [NET]: use fget_light() in net/socket.c by Benjamin LaHaise · 18 years ago
  37. 39d8c1b [NET]: Do not lose accepted socket when -ENFILE/-EMFILE. by David S. Miller · 18 years ago
  38. 3c9b3a8 Merge branch 'master' by Jeff Garzik · 18 years ago
  39. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 18 years ago
  40. d86b5e0 [PATCH] net/: fix the WIRELESS_EXT abuse by Adrian Bunk · 18 years ago
  41. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 18 years ago
  42. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 18 years ago
  43. ce1d4d3 [NET]: restructure sock_aio_{read,write} / sock_{readv,writev} by Christoph Hellwig · 18 years ago
  44. cbeb321 [NET]: Fix sock_init() return value. by David S. Miller · 18 years ago
  45. 77d76ea [NET]: Small cleanup to socket initialization by Andi Kleen · 18 years ago
  46. a79af59 [NET]: Fix module reference counts for loadable protocol modules by Frank Filz · 19 years ago
  47. b9d717a [NET]: Make sure ctl buffer is aligned properly in sys_sendmsg(). by Alex Williamson · 19 years ago
  48. 37f7f42 [NET]: Do not leak MSG_CMSG_COMPAT into userspace. by David S. Miller · 19 years ago
  49. 8920e8f [PATCH] Fix 32bit sendmsg() flaw by Al Viro · 19 years ago
  50. b69aee0 [NET]: Use file->private_data to get socket pointer. by Eric Dumazet · 19 years ago
  51. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  52. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  53. 07dc3f0 [NET]: Make use of ->private_data in sockfd_lookup by Benjamin LaHaise · 19 years ago
  54. f31f5f0 [NET]: dont use strlen() but the result from a prior sprintf() by Eric Dumazet · 19 years ago
  55. 4bcff1b AUDIT: Fix user pointer deref thinko in sys_socketcall(). by David Woodhouse · 19 years ago
  56. 3ec3b2f AUDIT: Capture sys_socketcall arguments and sockaddrs by David Woodhouse · 19 years ago
  57. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago