1. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago
  2. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  3. 680a5a5 [PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim() by Eric Dumazet · 17 years ago
  4. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  5. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  6. ebb53d7 [NET] proto: Use pcounters for the inuse field by Arnaldo Carvalho de Melo · 17 years ago
  7. cd05acf [CAN]: Allocate protocol numbers for PF_CAN by Oliver Hartkopp · 17 years ago
  8. c0ef877 [NET]: Move sock_valbool_flag to socket.c by Pavel Emelyanov · 17 years ago
  9. 33c732c [IPV4]: Add raw drops counter. by Wang Chen · 17 years ago
  10. 6aed421 [NET]: Unexport sysctl_{r,w}mem_max. by Adrian Bunk · 17 years ago
  11. b733c00 [NET]: Clean proto_(un)register from in-code ifdefs by Pavel Emelyanov · 17 years ago
  12. 286ab3d [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. by Eric Dumazet · 17 years ago
  13. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  14. 154adbc [NET]: Remove bogus zero_it argument from sk_alloc by Pavel Emelyanov · 17 years ago
  15. 8fd1d17 [NET]: Make the sk_clone() lighter by Pavel Emelyanov · 17 years ago
  16. 2e4afe7 [NET]: Move some core sock setup into sk_prot_alloc by Pavel Emelyanov · 17 years ago
  17. 3f0666e [NET]: Auto-zero the allocated sock object by Pavel Emelyanov · 17 years ago
  18. c308c1b2 [NET]: Cleanup the allocation/freeing of the sock object by Pavel Emelyanov · 17 years ago
  19. 1e2e6b8 [NET]: Move the get_net() from sock_copy() by Pavel Emelyanov · 17 years ago
  20. f1a6c4d [NET]: Move the sock_copy() from the header by Pavel Emelyanov · 17 years ago
  21. bbbb1a8 [NET]: Unexport sock_enable_timestamp(). by Adrian Bunk · 17 years ago
  22. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  23. 309dd5f [NET]: Move the filter releasing into a separate call by Pavel Emelyanov · 17 years ago
  24. 55b3332 [NET]: Introduce the sk_detach_filter() call by Pavel Emelyanov · 17 years ago
  25. c4ea43c net core: fix kernel-doc for new function parameters by Randy Dunlap · 17 years ago
  26. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  27. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  28. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  29. d2e9117 [NET]: Change type of owner in sock_lock_t to int, rename by John Heffner · 17 years ago
  30. 4878809 [NET]: Fix two issues wrt. SO_BINDTODEVICE. by David S. Miller · 17 years ago
  31. e51f802 [NET]: Add missing entries to family name tables by David Howells · 17 years ago
  32. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  33. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  34. 443aef0 lockdep: fixup sk_callback_lock annotation by Peter Zijlstra · 17 years ago
  35. 40b77c9 [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  36. 6f11df8 [NET]: "wrong timeout value in sk_wait_data()": cleanups by Andrew Morton · 17 years ago
  37. 60f0438 [NET]: Make some network-related proc files use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  38. 4fcd6b9 [NET] gso: Fix GSO feature mask in sk_setup_caps by Herbert Xu · 17 years ago
  39. ba78073 [NET]: "wrong timeout value" in sk_wait_data() v2 by Vasily Averin · 17 years ago
  40. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 17 years ago
  41. 9958089 [NET]: Move sk_setup_caps() out of line. by Andi Kleen · 17 years ago
  42. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  43. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 17 years ago
  44. e71a478 [NET] core: whitespace cleanup by Stephen Hemminger · 17 years ago
  45. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  46. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  47. fa438cc [NET]: Keep sk_backlog near sk_lock by Eric Dumazet · 17 years ago
  48. b6f99a2 [NET]: fix up misplaced inlines. by Dave Jones · 17 years ago
  49. 1e51f95 [NET]: Fix compat_sock_common_getsockopt typo. by Johannes Berg · 17 years ago
  50. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
  51. 4ec93ed [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  52. ed07536 [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets by Peter Zijlstra · 18 years ago
  53. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  54. a1f8e7f7 [PATCH] severing skbuff.h -> highmem.h by Al Viro · 18 years ago
  55. 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
  56. fcc70d5 [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTH by Peter Zijlstra · 18 years ago
  57. db38c179 [NET]: __alloc_pages() failures reported due to fragmentation by Larry Woodman · 18 years ago
  58. 4dfbb9d Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() by Peter Zijlstra · 18 years ago
  59. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  60. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  61. 892c141 [MLSXFRM]: Add security sid to sock by Venkat Yekkirala · 18 years ago
  62. a5b5bb9 [PATCH] lockdep: annotate sk_locks by Ingo Molnar · 18 years ago
  63. da21f24 [PATCH] lockdep: annotate sock_lock_init() by Ingo Molnar · 18 years ago
  64. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  65. 877ce7c [AF_UNIX]: Datagram getpeersec by Catherine Zhang · 18 years ago
  66. 97fc2f0 [I/OAT]: Structure changes for TCP recv offload to I/OAT by Chris Leech · 18 years ago
  67. c08e496 [NET]: add SO_RCVBUF comment by Andrew Morton · 18 years ago
  68. f0088a5 [NET]: deinline 200+ byte inlines in sock.h by Denis Vlasenko · 18 years ago
  69. f67ed26 [NET]: Ensure device name passed to SO_BINDTODEVICE is NULL terminated. by David S. Miller · 18 years ago
  70. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  71. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  72. 2c7946a [SECURITY]: TCP/UDP getpeersec by Catherine Zhang · 18 years ago
  73. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  74. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  75. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  76. 7d877f3 [PATCH] gfp_t: net/* by Al Viro · 19 years ago
  77. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  78. a79af59 [NET]: Fix module reference counts for loadable protocol modules by Frank Filz · 19 years ago
  79. 0a3f435 [NET]: proto_unregister: fix sleeping while atomic by Patrick McHardy · 19 years ago
  80. 9261c9b [NET]: Make sure l_linger is unsigned to avoid negative timeouts by Eric Dumazet · 19 years ago
  81. 6baf1f4 [NET]: Do not protect sysctl_optmem_max with CONFIG_SYSCTL by David S. Miller · 19 years ago
  82. 87d11ce [SOCK]: Introduce sk_clone by Arnaldo Carvalho de Melo · 19 years ago
  83. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  84. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  85. b0573de [NET]: Introduce SO_{SND,RCV}BUFFORCE socket options by Patrick McHardy · 19 years ago
  86. a77be81 [NET]: Fix setsockopt locking bug by Kyle Moffett · 19 years ago
  87. 86a76ca [NET]: Fix sparse warnings by Victor Fusco · 19 years ago
  88. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  89. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  90. 476e19c [IPV6]: Fix OOPS when using IPV6_ADDRFORM by Arnaldo Carvalho de Melo · 19 years ago
  91. 4dc3b16 [PATCH] DocBook: changes and extensions to the kernel documentation by Pavel Pisa · 19 years ago
  92. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  93. 88a6685 [SOCK]: on failure free the sock from the right place by Arnaldo Carvalho de Melo · 19 years ago
  94. 2a27805 [PATCH] net: don't call kmem_cache_create with a spinlock held by Arnaldo Carvalho de Melo · 19 years ago
  95. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago