1. cc9b17a net: sock: validate data_len before allocating skb in sock_alloc_send_pskb() by Jason Wang · 12 years ago
  2. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  3. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  4. e005d19 net: core: Use pr_<level> by Joe Perches · 12 years ago
  5. 1b23a5d net: sock_flag() cleanup by Eric Dumazet · 12 years ago
  6. 6d8ebc8 net: export sysctl_[r|w]mem_max symbols needed by ip_vs_sync by Hans Schillstrom · 12 years ago
  7. 76b6db0 userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid by Eric W. Biederman · 12 years ago
  8. 8c1ae10 net: Add missing linux/prefetch.h include to net/core/sock.c by David S. Miller · 12 years ago
  9. e4cbb02 net: add a prefetch in socket backlog processing by Eric Dumazet · 12 years ago
  10. cb75a36 net: Fixed a coding style issue related to spaces. by Jeffrin Jose · 12 years ago
  11. 8298193 net: cleanups in sock_setsockopt() by Eric Dumazet · 12 years ago
  12. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 12 years ago
  13. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  14. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  15. 1d62e43 cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg by Glauber Costa · 12 years ago
  16. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  17. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  18. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  19. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  20. bc2f799 net: Add missing getsockopt for SO_NOFCS. by David S. Miller · 13 years ago
  21. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 13 years ago
  22. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
  23. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 13 years ago
  24. 2b73bc6 netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=m by Neil Horman · 13 years ago
  25. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 13 years ago
  26. 0e90b31 net: introduce res_counter_charge_nofail() for socket allocations by Glauber Costa · 13 years ago
  27. 3969eb3 net: Fix build with INET disabled. by David S. Miller · 13 years ago
  28. 475f1b5 net: sk_update_clone is only used in net/core/sock.c by Stephen Rothwell · 13 years ago
  29. f3f511e net: fix sock_clone reference mismatch with tcp memcontrol by Glauber Costa · 13 years ago
  30. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  31. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  32. 36b77a5 net: fix sleeping while atomic problem in sock mem_cgroup. by Glauber Costa · 13 years ago
  33. d1a4c0b tcp memory pressure controls by Glauber Costa · 13 years ago
  34. e1aab16 socket: initial cgroup code. by Glauber Costa · 13 years ago
  35. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  36. 08e29af net: optimize socket timestamping by Eric Dumazet · 13 years ago
  37. 5bc1421 net: add network priority cgroup infrastructure (v4) by Neil Horman · 13 years ago
  38. e11c259 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  39. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  40. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  41. b0691c8 net: Unlock sock before calling sk_free() by Thomas Gleixner · 13 years ago
  42. 87fb4b7 net: more accurate skb truesize by Eric Dumazet · 13 years ago
  43. 8083f0f net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFL by Johannes Berg · 13 years ago
  44. ea2ab69 net: convert core to skb paged frag APIs by Ian Campbell · 13 years ago
  45. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  46. 204d164 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  47. c7fe3b5 NFC: add NFC socket family by Aloisio Almeida Jr · 13 years ago
  48. 3847ce3 core: add tracepoints for queueing skb to rcvbuf by Satoru Moriya · 13 years ago
  49. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  50. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  51. 2c6607c net: add POLLPRI to sock_def_readable() by Eric Dumazet · 14 years ago
  52. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  53. fcbdf09 net: fix nulls list corruptions in sk_prot_alloc by Octavian Purdila · 14 years ago
  54. 68835ab net: optimize INET input path further by Eric Dumazet · 14 years ago
  55. 6f107b5 net: Add missing lockdep class names for af_alg by Miloslav Trmač · 14 years ago
  56. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  57. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago
  58. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  59. 1144182 net: suppress RCU lockdep false positive in sock_update_classid by Paul E. McKenney · 14 years ago
  60. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago
  62. f39234d net/core: add lock context change annotations in net/core/sock.c by Namhyung Kim · 14 years ago
  63. d6d9ca0 net: this_cpu_xxx conversions by Eric Dumazet · 14 years ago
  64. d361fd5 net: sock_free() optimizations by Eric Dumazet · 14 years ago
  65. 3924773 net: Export cred_to_ucred to modules. by David S. Miller · 14 years ago
  66. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 14 years ago
  67. 3f551f9 sock: Introduce cred_to_ucred by Eric W. Biederman · 14 years ago
  68. fe33147 net-caif: Added missing lock validator constants by Alex Lorca · 14 years ago
  69. 8a74ad6 net: fix lock_sock_bh/unlock_sock_bh by Eric Dumazet · 14 years ago
  70. 8286274 tun: Update classid on packet injection by Herbert Xu · 14 years ago
  71. f845172 cls_cgroup: Store classid in struct sock by Herbert Xu · 14 years ago
  72. 7fee226 net: add a noref bit on skb dst by Eric Dumazet · 14 years ago
  73. a465419 net: Introduce sk_route_nocaps by Eric Dumazet · 14 years ago
  74. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  75. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 14 years ago
  76. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  77. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  78. 72150e9 sock.c: potential null dereference by Dan Carpenter · 14 years ago
  79. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  80. 8eae939 net: add limit for socket backlog by Zhu Yi · 14 years ago
  81. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  82. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 15 years ago
  83. faf2342 net: use kasprintf() for socket cache names by Alexey Dobriyan · 15 years ago
  84. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  85. 4d0392b net/core/sock.c: quiet sparse noise by H Hartley Sweeten · 15 years ago
  86. 704da560 tcp: update the netstamp_needed counter when cloning sockets by Octavian Purdila · 15 years ago
  87. 000ba2e net: Fix build warning in sock_bindtodevice(). by David S. Miller · 15 years ago
  88. bf8e56b net: sock_bindtodevice() RCU-ification by Eric Dumazet · 15 years ago
  89. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 15 years ago
  90. e022f0b net: Introduce sk_tx_queue_mapping by Krishna Kumar · 15 years ago
  91. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  92. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  93. d99927f net: Fix sock_wfree() race by Eric Dumazet · 15 years ago
  94. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  95. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  96. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  97. d66ee05 net: sk_free() should be allowed right after sk_alloc() by Jarek Poplawski · 15 years ago
  98. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  99. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  100. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago