1. 14e943d net: make /proc/net/protocols namespace aware by Eric Dumazet · 16 years ago
  2. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  3. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  4. e8f6fbf lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c by Ingo Molnar · 16 years ago
  5. 271b72c udp: RCU handling for Unicast packets. by Eric Dumazet · 16 years ago
  6. c57943a net: wrap sk->sk_backlog_rcv() by Peter Zijlstra · 16 years ago
  7. bce7b15 Phonet: global definitions by Remi Denis-Courmont · 16 years ago
  8. 821c92f ISDN sockets: add missing lockdep strings by Rémi Denis-Courmont · 16 years ago
  9. b4942af net: Update entry in af_family_clock_key_strings by Oliver Hartkopp · 16 years ago
  10. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 16 years ago
  11. 972692e net: Add sk_set_socket() helper. by David S. Miller · 16 years ago
  12. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  13. 9ee6b7f net: Fix typo in net/core/sock.c. by Rami Rosen · 16 years ago
  14. 50aab54 net: Add missing braces to multi-statement if()s by Ilpo Järvinen · 16 years ago
  15. 8a32272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  16. 5309fbc Remove documentation of non-existent sk_alloc arg by Rusty Russell · 16 years ago
  17. ec98c6b [SPARC]: Remove SunOS and Solaris binary support. by David S. Miller · 16 years ago
  18. 65a18ec [NETNS]: Add netns refcnt debug for kernel sockets. by Denis V. Lunev · 16 years ago
  19. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  20. f37f0af [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0) by Eric Dumazet · 16 years ago
  21. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  22. 70ee115 [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net. by Pavel Emelyanov · 16 years ago
  23. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  24. 60e7663 [SOCK]: Drop per-proto inuse init and fre functions (v2). by Pavel Emelyanov · 16 years ago
  25. 1338d46 [SOCK]: Introduce a percpu inuse counters array (v2). by Pavel Emelyanov · 16 years ago
  26. 13ff3d6 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). by Pavel Emelyanov · 16 years ago
  27. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  28. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 16 years ago
  29. 6f3d092 sched, net: socket wakeups are sync by Ingo Molnar · 16 years ago
  30. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  31. 45af175 [NET]: sk_release_kernel needs to be exported to modules by David S. Miller · 16 years ago
  32. edf0208 [NET]: Make netlink_kernel_release publically available as sk_release_kernel. by Denis V. Lunev · 16 years ago
  33. b5606c2 remove final fastcall users by Harvey Harrison · 16 years ago
  34. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 16 years ago
  35. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago
  36. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  37. 680a5a5 [PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim() by Eric Dumazet · 17 years ago
  38. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  39. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  40. ebb53d7 [NET] proto: Use pcounters for the inuse field by Arnaldo Carvalho de Melo · 17 years ago
  41. cd05acf [CAN]: Allocate protocol numbers for PF_CAN by Oliver Hartkopp · 17 years ago
  42. c0ef877 [NET]: Move sock_valbool_flag to socket.c by Pavel Emelyanov · 17 years ago
  43. 33c732c [IPV4]: Add raw drops counter. by Wang Chen · 17 years ago
  44. 6aed421 [NET]: Unexport sysctl_{r,w}mem_max. by Adrian Bunk · 17 years ago
  45. b733c00 [NET]: Clean proto_(un)register from in-code ifdefs by Pavel Emelyanov · 17 years ago
  46. 286ab3d [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. by Eric Dumazet · 17 years ago
  47. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  48. 154adbc [NET]: Remove bogus zero_it argument from sk_alloc by Pavel Emelyanov · 17 years ago
  49. 8fd1d17 [NET]: Make the sk_clone() lighter by Pavel Emelyanov · 17 years ago
  50. 2e4afe7 [NET]: Move some core sock setup into sk_prot_alloc by Pavel Emelyanov · 17 years ago
  51. 3f0666e [NET]: Auto-zero the allocated sock object by Pavel Emelyanov · 17 years ago
  52. c308c1b2 [NET]: Cleanup the allocation/freeing of the sock object by Pavel Emelyanov · 17 years ago
  53. 1e2e6b8 [NET]: Move the get_net() from sock_copy() by Pavel Emelyanov · 17 years ago
  54. f1a6c4d [NET]: Move the sock_copy() from the header by Pavel Emelyanov · 17 years ago
  55. bbbb1a8 [NET]: Unexport sock_enable_timestamp(). by Adrian Bunk · 17 years ago
  56. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  57. 309dd5f [NET]: Move the filter releasing into a separate call by Pavel Emelyanov · 17 years ago
  58. 55b3332 [NET]: Introduce the sk_detach_filter() call by Pavel Emelyanov · 17 years ago
  59. c4ea43c net core: fix kernel-doc for new function parameters by Randy Dunlap · 17 years ago
  60. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  61. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  62. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  63. d2e9117 [NET]: Change type of owner in sock_lock_t to int, rename by John Heffner · 17 years ago
  64. 4878809 [NET]: Fix two issues wrt. SO_BINDTODEVICE. by David S. Miller · 17 years ago
  65. e51f802 [NET]: Add missing entries to family name tables by David Howells · 17 years ago
  66. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  67. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  68. 443aef0 lockdep: fixup sk_callback_lock annotation by Peter Zijlstra · 17 years ago
  69. 40b77c9 [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  70. 6f11df8 [NET]: "wrong timeout value in sk_wait_data()": cleanups by Andrew Morton · 17 years ago
  71. 60f0438 [NET]: Make some network-related proc files use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  72. 4fcd6b9 [NET] gso: Fix GSO feature mask in sk_setup_caps by Herbert Xu · 17 years ago
  73. ba78073 [NET]: "wrong timeout value" in sk_wait_data() v2 by Vasily Averin · 17 years ago
  74. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 17 years ago
  75. 9958089 [NET]: Move sk_setup_caps() out of line. by Andi Kleen · 17 years ago
  76. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  77. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 17 years ago
  78. e71a478 [NET] core: whitespace cleanup by Stephen Hemminger · 17 years ago
  79. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  80. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  81. fa438cc [NET]: Keep sk_backlog near sk_lock by Eric Dumazet · 17 years ago
  82. b6f99a2 [NET]: fix up misplaced inlines. by Dave Jones · 17 years ago
  83. 1e51f95 [NET]: Fix compat_sock_common_getsockopt typo. by Johannes Berg · 17 years ago
  84. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  85. 4ec93ed [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  86. ed07536 [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets by Peter Zijlstra · 18 years ago
  87. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  88. a1f8e7f7 [PATCH] severing skbuff.h -> highmem.h by Al Viro · 18 years ago
  89. 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
  90. fcc70d5 [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTH by Peter Zijlstra · 18 years ago
  91. db38c179 [NET]: __alloc_pages() failures reported due to fragmentation by Larry Woodman · 18 years ago
  92. 4dfbb9d Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() by Peter Zijlstra · 18 years ago
  93. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  94. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  95. 892c141 [MLSXFRM]: Add security sid to sock by Venkat Yekkirala · 18 years ago
  96. a5b5bb9 [PATCH] lockdep: annotate sk_locks by Ingo Molnar · 18 years ago
  97. da21f24 [PATCH] lockdep: annotate sock_lock_init() by Ingo Molnar · 18 years ago
  98. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  99. 877ce7c [AF_UNIX]: Datagram getpeersec by Catherine Zhang · 18 years ago
  100. 97fc2f0 [I/OAT]: Structure changes for TCP recv offload to I/OAT by Chris Leech · 18 years ago