1. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  2. d99927f net: Fix sock_wfree() race by Eric Dumazet · 15 years ago
  3. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  4. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  5. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  6. d66ee05 net: sk_free() should be allowed right after sk_alloc() by Jarek Poplawski · 15 years ago
  7. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  8. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  9. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  10. f249fb7 Fix error return for setsockopt(SO_TIMESTAMPING) by Rémi Denis-Courmont · 15 years ago
  11. 4dc6dc7 net: sock_copy() fixes by Eric Dumazet · 15 years ago
  12. e912b11 net: sk_prot_alloc() should not blindly overwrite memory by Eric Dumazet · 15 years ago
  13. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  14. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  15. a98b65a net: annotate struct sock bitfield by Vegard Nossum · 15 years ago
  16. 2b85a34 net: No more expensive sock_hold()/sock_put() on each tx by Eric Dumazet · 15 years ago
  17. fcb94e4 Add constants for the ieee 802.15.4 stack by Sergey Lapin · 15 years ago
  18. 2a91525 net: net/core/sock.c cleanup by Eric Dumazet · 15 years ago
  19. 37e5540 epoll keyed wakeups: make sockets use keyed wakeups by Davide Libenzi · 15 years ago
  20. cbd151b RDS: Add RDS to AF key strings by Andy Grover · 15 years ago
  21. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  22. 50fee1d net: amend the fix for SO_BSDCOMPAT gsopt infoleak by Eugene Teo · 15 years ago
  23. 92a0acc net: Kill skb_truesize_check(), it only catches false-positives. by David S. Miller · 16 years ago
  24. 20d4947 net: socket infrastructure for SO_TIMESTAMPING by Patrick Ohly · 16 years ago
  25. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  26. df0bca0 net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 by Clément Lecigne · 16 years ago
  27. 4cc7f68 net: Reexport sock_alloc_send_pskb by Herbert Xu · 16 years ago
  28. 49ad959 Revert "net: release skb->dst in sock_queue_rcv_skb()" by David S. Miller · 16 years ago
  29. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  30. 7035560 net: release skb->dst in sock_queue_rcv_skb() by Eric Dumazet · 16 years ago
  31. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 16 years ago
  32. 7e56b5d net: Fix memory leak in the proto_register function by Catalin Marinas · 16 years ago
  33. 14e943d net: make /proc/net/protocols namespace aware by Eric Dumazet · 16 years ago
  34. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  35. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  36. e8f6fbf lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c by Ingo Molnar · 16 years ago
  37. 271b72c udp: RCU handling for Unicast packets. by Eric Dumazet · 16 years ago
  38. c57943a net: wrap sk->sk_backlog_rcv() by Peter Zijlstra · 16 years ago
  39. bce7b15 Phonet: global definitions by Remi Denis-Courmont · 16 years ago
  40. 821c92f ISDN sockets: add missing lockdep strings by Rémi Denis-Courmont · 16 years ago
  41. b4942af net: Update entry in af_family_clock_key_strings by Oliver Hartkopp · 16 years ago
  42. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 16 years ago
  43. 972692e net: Add sk_set_socket() helper. by David S. Miller · 16 years ago
  44. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  45. 9ee6b7f net: Fix typo in net/core/sock.c. by Rami Rosen · 16 years ago
  46. 50aab54 net: Add missing braces to multi-statement if()s by Ilpo Järvinen · 16 years ago
  47. 8a32272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  48. 5309fbc Remove documentation of non-existent sk_alloc arg by Rusty Russell · 16 years ago
  49. ec98c6b [SPARC]: Remove SunOS and Solaris binary support. by David S. Miller · 16 years ago
  50. 65a18ec [NETNS]: Add netns refcnt debug for kernel sockets. by Denis V. Lunev · 16 years ago
  51. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  52. f37f0af [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0) by Eric Dumazet · 16 years ago
  53. 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
  54. 70ee115 [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net. by Pavel Emelyanov · 16 years ago
  55. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  56. 60e7663 [SOCK]: Drop per-proto inuse init and fre functions (v2). by Pavel Emelyanov · 16 years ago
  57. 1338d46 [SOCK]: Introduce a percpu inuse counters array (v2). by Pavel Emelyanov · 16 years ago
  58. 13ff3d6 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). by Pavel Emelyanov · 16 years ago
  59. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  60. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 16 years ago
  61. 6f3d092 sched, net: socket wakeups are sync by Ingo Molnar · 16 years ago
  62. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  63. 45af175 [NET]: sk_release_kernel needs to be exported to modules by David S. Miller · 16 years ago
  64. edf0208 [NET]: Make netlink_kernel_release publically available as sk_release_kernel. by Denis V. Lunev · 16 years ago
  65. b5606c2 remove final fastcall users by Harvey Harrison · 17 years ago
  66. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 17 years ago
  67. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago
  68. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  69. 680a5a5 [PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim() by Eric Dumazet · 17 years ago
  70. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  71. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  72. ebb53d7 [NET] proto: Use pcounters for the inuse field by Arnaldo Carvalho de Melo · 17 years ago
  73. cd05acf [CAN]: Allocate protocol numbers for PF_CAN by Oliver Hartkopp · 17 years ago
  74. c0ef877 [NET]: Move sock_valbool_flag to socket.c by Pavel Emelyanov · 17 years ago
  75. 33c732c [IPV4]: Add raw drops counter. by Wang Chen · 17 years ago
  76. 6aed421 [NET]: Unexport sysctl_{r,w}mem_max. by Adrian Bunk · 17 years ago
  77. b733c00 [NET]: Clean proto_(un)register from in-code ifdefs by Pavel Emelyanov · 17 years ago
  78. 286ab3d [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. by Eric Dumazet · 17 years ago
  79. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  80. 154adbc [NET]: Remove bogus zero_it argument from sk_alloc by Pavel Emelyanov · 17 years ago
  81. 8fd1d17 [NET]: Make the sk_clone() lighter by Pavel Emelyanov · 17 years ago
  82. 2e4afe7 [NET]: Move some core sock setup into sk_prot_alloc by Pavel Emelyanov · 17 years ago
  83. 3f0666e [NET]: Auto-zero the allocated sock object by Pavel Emelyanov · 17 years ago
  84. c308c1b [NET]: Cleanup the allocation/freeing of the sock object by Pavel Emelyanov · 17 years ago
  85. 1e2e6b8 [NET]: Move the get_net() from sock_copy() by Pavel Emelyanov · 17 years ago
  86. f1a6c4d [NET]: Move the sock_copy() from the header by Pavel Emelyanov · 17 years ago
  87. bbbb1a8 [NET]: Unexport sock_enable_timestamp(). by Adrian Bunk · 17 years ago
  88. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  89. 309dd5f [NET]: Move the filter releasing into a separate call by Pavel Emelyanov · 17 years ago
  90. 55b3332 [NET]: Introduce the sk_detach_filter() call by Pavel Emelyanov · 17 years ago
  91. c4ea43c net core: fix kernel-doc for new function parameters by Randy Dunlap · 17 years ago
  92. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  93. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  94. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  95. d2e9117 [NET]: Change type of owner in sock_lock_t to int, rename by John Heffner · 17 years ago
  96. 4878809 [NET]: Fix two issues wrt. SO_BINDTODEVICE. by David S. Miller · 17 years ago
  97. e51f802 [NET]: Add missing entries to family name tables by David Howells · 17 years ago
  98. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  99. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  100. 443aef0 lockdep: fixup sk_callback_lock annotation by Peter Zijlstra · 17 years ago