1. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  2. 2c6607c net: add POLLPRI to sock_def_readable() by Eric Dumazet · 14 years ago
  3. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. fcbdf09 net: fix nulls list corruptions in sk_prot_alloc by Octavian Purdila · 14 years ago
  5. 68835ab net: optimize INET input path further by Eric Dumazet · 14 years ago
  6. 6f107b5 net: Add missing lockdep class names for af_alg by Miloslav Trmač · 14 years ago
  7. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  8. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago
  9. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  10. 1144182 net: suppress RCU lockdep false positive in sock_update_classid by Paul E. McKenney · 14 years ago
  11. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  12. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago
  13. f39234d net/core: add lock context change annotations in net/core/sock.c by Namhyung Kim · 14 years ago
  14. d6d9ca0 net: this_cpu_xxx conversions by Eric Dumazet · 14 years ago
  15. d361fd5 net: sock_free() optimizations by Eric Dumazet · 14 years ago
  16. 3924773 net: Export cred_to_ucred to modules. by David S. Miller · 14 years ago
  17. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 14 years ago
  18. 3f551f9 sock: Introduce cred_to_ucred by Eric W. Biederman · 14 years ago
  19. fe33147 net-caif: Added missing lock validator constants by Alex Lorca · 14 years ago
  20. 8a74ad6 net: fix lock_sock_bh/unlock_sock_bh by Eric Dumazet · 14 years ago
  21. 8286274 tun: Update classid on packet injection by Herbert Xu · 14 years ago
  22. f845172 cls_cgroup: Store classid in struct sock by Herbert Xu · 14 years ago
  23. 7fee226 net: add a noref bit on skb dst by Eric Dumazet · 14 years ago
  24. a465419 net: Introduce sk_route_nocaps by Eric Dumazet · 14 years ago
  25. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  26. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 14 years ago
  27. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  28. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  29. 72150e9 sock.c: potential null dereference by Dan Carpenter · 14 years ago
  30. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  31. 8eae939 net: add limit for socket backlog by Zhu Yi · 14 years ago
  32. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  33. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  34. faf2342 net: use kasprintf() for socket cache names by Alexey Dobriyan · 14 years ago
  35. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  36. 4d0392b net/core/sock.c: quiet sparse noise by H Hartley Sweeten · 15 years ago
  37. 704da560 tcp: update the netstamp_needed counter when cloning sockets by Octavian Purdila · 15 years ago
  38. 000ba2e net: Fix build warning in sock_bindtodevice(). by David S. Miller · 15 years ago
  39. bf8e56b net: sock_bindtodevice() RCU-ification by Eric Dumazet · 15 years ago
  40. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 15 years ago
  41. e022f0b net: Introduce sk_tx_queue_mapping by Krishna Kumar · 15 years ago
  42. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  43. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  44. d99927f net: Fix sock_wfree() race by Eric Dumazet · 15 years ago
  45. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  46. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  47. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  48. d66ee05 net: sk_free() should be allowed right after sk_alloc() by Jarek Poplawski · 15 years ago
  49. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  50. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  51. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  52. f249fb7 Fix error return for setsockopt(SO_TIMESTAMPING) by Rémi Denis-Courmont · 15 years ago
  53. 4dc6dc7 net: sock_copy() fixes by Eric Dumazet · 15 years ago
  54. e912b11 net: sk_prot_alloc() should not blindly overwrite memory by Eric Dumazet · 15 years ago
  55. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  56. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  57. a98b65a net: annotate struct sock bitfield by Vegard Nossum · 15 years ago
  58. 2b85a34 net: No more expensive sock_hold()/sock_put() on each tx by Eric Dumazet · 15 years ago
  59. fcb94e4 Add constants for the ieee 802.15.4 stack by Sergey Lapin · 15 years ago
  60. 2a91525 net: net/core/sock.c cleanup by Eric Dumazet · 15 years ago
  61. 37e5540 epoll keyed wakeups: make sockets use keyed wakeups by Davide Libenzi · 15 years ago
  62. cbd151b RDS: Add RDS to AF key strings by Andy Grover · 15 years ago
  63. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  64. 50fee1d net: amend the fix for SO_BSDCOMPAT gsopt infoleak by Eugene Teo · 15 years ago
  65. 92a0acc net: Kill skb_truesize_check(), it only catches false-positives. by David S. Miller · 15 years ago
  66. 20d4947 net: socket infrastructure for SO_TIMESTAMPING by Patrick Ohly · 15 years ago
  67. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  68. df0bca0 net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 by Clément Lecigne · 15 years ago
  69. 4cc7f68 net: Reexport sock_alloc_send_pskb by Herbert Xu · 15 years ago
  70. 49ad959 Revert "net: release skb->dst in sock_queue_rcv_skb()" by David S. Miller · 16 years ago
  71. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  72. 7035560 net: release skb->dst in sock_queue_rcv_skb() by Eric Dumazet · 16 years ago
  73. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 16 years ago
  74. 7e56b5d net: Fix memory leak in the proto_register function by Catalin Marinas · 16 years ago
  75. 14e943d net: make /proc/net/protocols namespace aware by Eric Dumazet · 16 years ago
  76. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  78. e8f6fbf lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c by Ingo Molnar · 16 years ago
  79. 271b72c udp: RCU handling for Unicast packets. by Eric Dumazet · 16 years ago
  80. c57943a net: wrap sk->sk_backlog_rcv() by Peter Zijlstra · 16 years ago
  81. bce7b15 Phonet: global definitions by Remi Denis-Courmont · 16 years ago
  82. 821c92f ISDN sockets: add missing lockdep strings by Rémi Denis-Courmont · 16 years ago
  83. b4942af net: Update entry in af_family_clock_key_strings by Oliver Hartkopp · 16 years ago
  84. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 16 years ago
  85. 972692e net: Add sk_set_socket() helper. by David S. Miller · 16 years ago
  86. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  87. 9ee6b7f net: Fix typo in net/core/sock.c. by Rami Rosen · 16 years ago
  88. 50aab54 net: Add missing braces to multi-statement if()s by Ilpo Järvinen · 16 years ago
  89. 8a32272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  90. 5309fbc Remove documentation of non-existent sk_alloc arg by Rusty Russell · 16 years ago
  91. ec98c6b [SPARC]: Remove SunOS and Solaris binary support. by David S. Miller · 16 years ago
  92. 65a18ec [NETNS]: Add netns refcnt debug for kernel sockets. by Denis V. Lunev · 16 years ago
  93. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  94. f37f0af [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0) by Eric Dumazet · 16 years ago
  95. 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
  96. 70ee115 [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net. by Pavel Emelyanov · 16 years ago
  97. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  98. 60e7663 [SOCK]: Drop per-proto inuse init and fre functions (v2). by Pavel Emelyanov · 16 years ago
  99. 1338d46 [SOCK]: Introduce a percpu inuse counters array (v2). by Pavel Emelyanov · 16 years ago
  100. 13ff3d6 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). by Pavel Emelyanov · 16 years ago