1. cbda4ea sock: only define socket limit if mem cgroup configured by stephen hemminger · 11 years ago
  2. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  3. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  4. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  5. 055dc21 soreuseport: infrastructure by Tom Herbert · 11 years ago
  6. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 11 years ago
  7. 30e6c9f net: devnet_rename_seq should be a seqcount by Eric Dumazet · 12 years ago
  8. c91f6df sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name by Brian Haley · 12 years ago
  9. 5e1fccc net: Allow userns root control of the core of the network stack. by Eric W. Biederman · 12 years ago
  10. a8fc927 sk-filter: Add ability to get socket filter program (v2) by Pavel Emelyanov · 12 years ago
  11. fd9a08a cgroup: net_cls: Pass in task to sock_update_classid() by Daniel Wagner · 12 years ago
  12. 3ace03c cgroup: net_cls: Remove rcu_read_lock/unlock by Daniel Wagner · 12 years ago
  13. f7b86bf sockopt: Make SO_BINDTODEVICE readable by Pavel Emelyanov · 12 years ago
  14. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  15. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  16. c0e8a13 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  17. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  18. e2bcabe net: remove sk_init() helper by Eric Dumazet · 12 years ago
  19. 3e10986 net: guard tcp_set_keepalive() to tcp sockets by Eric Dumazet · 12 years ago
  20. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  21. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  22. 8a8e04d cgroup: Assign subsystem IDs during compile time by Daniel Wagner · 12 years ago
  23. 51e4e7f cgroup: net_prio: Do not define task_netpioidx() when not selected by Daniel Wagner · 12 years ago
  24. 8fb974c cgroup: net_cls: Do not define task_cls_classid() when not selected by Daniel Wagner · 12 years ago
  25. 1c463e5 net: fix net/core/sock.c build error by Randy Dunlap · 12 years ago
  26. e812347 net: sock_edemux() should take care of timewait sockets by Eric Dumazet · 12 years ago
  27. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  28. 3afa6d0 cls_cgroup: Allow classifier cgroups to have their classid reset to 0 by Neil Horman · 12 years ago
  29. 976d0201 userns: Convert sock_i_uid to return a kuid_t by Eric W. Biederman · 12 years ago
  30. b2e4f54 userns: Convert net/core/scm.c to use kuids and kgids by Eric W. Biederman · 12 years ago
  31. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  32. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  33. b4b9e35 netvm: set PF_MEMALLOC as appropriate during SKB processing by Mel Gorman · 12 years ago
  34. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  35. 7cb0240 netvm: allow the use of __GFP_MEMALLOC by specific sockets by Mel Gorman · 12 years ago
  36. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  37. 406a3c6 net: netprio_cgroup: rework update socket logic by John Fastabend · 12 years ago
  38. 46d3cea tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  39. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 12 years ago
  40. cc9b17a net: sock: validate data_len before allocating skb in sock_alloc_send_pskb() by Jason Wang · 12 years ago
  41. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  42. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  43. e005d19 net: core: Use pr_<level> by Joe Perches · 12 years ago
  44. 1b23a5d net: sock_flag() cleanup by Eric Dumazet · 12 years ago
  45. 6d8ebc8 net: export sysctl_[r|w]mem_max symbols needed by ip_vs_sync by Hans Schillstrom · 12 years ago
  46. 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
  47. 8c1ae10 net: Add missing linux/prefetch.h include to net/core/sock.c by David S. Miller · 12 years ago
  48. e4cbb02 net: add a prefetch in socket backlog processing by Eric Dumazet · 12 years ago
  49. cb75a36 net: Fixed a coding style issue related to spaces. by Jeffrin Jose · 12 years ago
  50. 8298193 net: cleanups in sock_setsockopt() by Eric Dumazet · 12 years ago
  51. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 12 years ago
  52. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  53. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  54. 1d62e43 cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg by Glauber Costa · 12 years ago
  55. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  56. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  57. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  58. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  59. bc2f799 net: Add missing getsockopt for SO_NOFCS. by David S. Miller · 12 years ago
  60. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  61. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  62. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  63. 2b73bc6 netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=m by Neil Horman · 12 years ago
  64. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  65. 0e90b31 net: introduce res_counter_charge_nofail() for socket allocations by Glauber Costa · 12 years ago
  66. 3969eb3 net: Fix build with INET disabled. by David S. Miller · 12 years ago
  67. 475f1b5 net: sk_update_clone is only used in net/core/sock.c by Stephen Rothwell · 12 years ago
  68. f3f511e net: fix sock_clone reference mismatch with tcp memcontrol by Glauber Costa · 12 years ago
  69. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  70. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  71. 36b77a5 net: fix sleeping while atomic problem in sock mem_cgroup. by Glauber Costa · 13 years ago
  72. d1a4c0b tcp memory pressure controls by Glauber Costa · 13 years ago
  73. e1aab16 socket: initial cgroup code. by Glauber Costa · 13 years ago
  74. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  75. 08e29af net: optimize socket timestamping by Eric Dumazet · 13 years ago
  76. 5bc1421 net: add network priority cgroup infrastructure (v4) by Neil Horman · 13 years ago
  77. 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
  78. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  79. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  80. b0691c8 net: Unlock sock before calling sk_free() by Thomas Gleixner · 13 years ago
  81. 87fb4b7 net: more accurate skb truesize by Eric Dumazet · 13 years ago
  82. 8083f0f net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFL by Johannes Berg · 13 years ago
  83. ea2ab69 net: convert core to skb paged frag APIs by Ian Campbell · 13 years ago
  84. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  85. 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
  86. c7fe3b5 NFC: add NFC socket family by Aloisio Almeida Jr · 13 years ago
  87. 3847ce3 core: add tracepoints for queueing skb to rcvbuf by Satoru Moriya · 13 years ago
  88. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  89. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  90. 2c6607c net: add POLLPRI to sock_def_readable() by Eric Dumazet · 13 years ago
  91. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  92. fcbdf09 net: fix nulls list corruptions in sk_prot_alloc by Octavian Purdila · 14 years ago
  93. 68835ab net: optimize INET input path further by Eric Dumazet · 14 years ago
  94. 6f107b5 net: Add missing lockdep class names for af_alg by Miloslav Trmač · 14 years ago
  95. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  96. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago
  97. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  98. 1144182 net: suppress RCU lockdep false positive in sock_update_classid by Paul E. McKenney · 14 years ago
  99. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  100. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago