1. c9d8f1a ipv4: move local_port_range out of CONFIG_SYSCTL by Cong Wang · 10 years ago
  2. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  3. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  4. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  5. 5080546 inet: consolidate INET_TW_MATCH by Eric Dumazet · 11 years ago
  6. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  7. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  8. c10cb5f Fix: sparse warning in inet_csk_prepare_forced_close by Christoph Paasch · 11 years ago
  9. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  10. 9c5e0c0 soreuseport: fix use of uid in tb->fastuid by Tom Herbert · 11 years ago
  11. da5e363 soreuseport: TCP/IPv4 implementation by Tom Herbert · 11 years ago
  12. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago
  13. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 12 years ago
  14. 155e833 ipv4: introduce rt_uses_gateway by Julian Anastasov · 12 years ago
  15. 7ab4551 tcp: fix TFO regression by Eric Dumazet · 12 years ago
  16. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  17. 1a7b27c ipv4: Use newinet->inet_opt in inet_csk_route_child_sock() by Christoph Paasch · 12 years ago
  18. ba3f7f0 ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. by David S. Miller · 12 years ago
  19. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  20. 5abf7f7 ipv4: fix rcu splat by Eric Dumazet · 12 years ago
  21. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  22. 80d0a69 ipv4: Add helper inet_csk_update_pmtu(). by David S. Miller · 12 years ago
  23. 3e12939 inet: Kill FLOWI_FLAG_PRECOW_METRICS. by David S. Miller · 12 years ago
  24. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 12 years ago
  25. 7433819 tcp: do not create inetpeer on SYNACK message by Eric Dumazet · 12 years ago
  26. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  27. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  28. aacd928 tcp: bind() use stronger condition for bind_conflict by Alex Copot · 12 years ago
  29. c72e118 inet: makes syn_ack_timeout mandatory by Eric Dumazet · 12 years ago
  30. fd4f2ce tcp: RFC6298 supersedes RFC2988bis by Eric Dumazet · 12 years ago
  31. fddb7b5 tcp: bind() optimize port allocation by Flavio Leitner · 12 years ago
  32. 2b05ad3 tcp: bind() fix autoselection to share ports by Flavio Leitner · 12 years ago
  33. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  34. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  35. c4dbe54 seqlock: Get rid of SEQLOCK_UNLOCKED by Eric Dumazet · 13 years ago
  36. 6bd023f ipv4: Make caller provide flowi4 key to inet_csk_route_req(). by David S. Miller · 13 years ago
  37. 77357a9 ipv4: Create inet_csk_route_child_sock(). by David S. Miller · 13 years ago
  38. 072d8c9 ipv4: Get route daddr from flow key in inet_csk_route_req(). by David S. Miller · 13 years ago
  39. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  40. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  41. 3e8c806 Revert "tcp: disallow bind() to reuse addr/port" by David S. Miller · 13 years ago
  42. e79d9bc ipv4: Use flowi4_init_output() in inet_connection_sock.c by David S. Miller · 13 years ago
  43. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  44. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  45. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  46. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  47. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  48. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  49. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  50. c191a83 tcp: disallow bind() to reuse addr/port by Eric Dumazet · 13 years ago
  51. 68835ab net: optimize INET input path further by Eric Dumazet · 14 years ago
  52. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  53. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  54. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  55. e3826f1 net: reserve ports for applications using fixed port numbers by Amerigo Wang · 14 years ago
  56. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  57. 8d238b2 Revert "tcp: bind() fix when many ports are bound" by David S. Miller · 14 years ago
  58. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. fda48a0 tcp: bind() fix when many ports are bound by Eric Dumazet · 14 years ago
  60. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  61. 72659ec tcp: account SYN-ACK timeouts & retransmissions by Octavian Purdila · 14 years ago
  62. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  63. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  64. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 0c3d79b tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPT by Julian Anastasov · 15 years ago
  66. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  67. ffce908 net: Add sk_mark route lookup support for IPv4 listening sockets by Atis Elsts · 15 years ago
  68. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  69. 24dd1fa net: move bsockets outside of read only beginning of struct inet_hashinfo by Eric Dumazet · 15 years ago
  70. 5add300 inet: Fix virt-manager regression due to bind(0) changes. by Stephen Hemminger · 15 years ago
  71. a9d8f91 inet: Allowing more than 64k connections and heavily optimize bind(0) time. by Evgeniy Polyakov · 15 years ago
  72. eb4dea5 net: Fix percpu counters deadlock by Herbert Xu · 16 years ago
  73. 857a6e0 icsk: join error paths using goto by Ilpo Järvinen · 16 years ago
  74. 6976a1d net: percpu_counter_inc() should not be called in BH-disabled section by Eric Dumazet · 16 years ago
  75. dd24c00 net: Use a percpu_counter for orphan_count by Eric Dumazet · 16 years ago
  76. 7a9546e net: ib_net pointer should depends on CONFIG_NET_NS by Eric Dumazet · 16 years ago
  77. d9319100 net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c by Jianjun Kong · 16 years ago
  78. 3c689b7 inet: cleanup of local_port_range by Eric Dumazet · 16 years ago
  79. a3116ac5 tcp: Port redirection support for TCP by KOVACS Krisztian · 16 years ago
  80. 86b08d8 ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible by KOVACS Krisztian · 16 years ago
  81. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  82. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  83. 84a3aa0 ipv4: prepare net initialization for IP accounting by Pavel Emelyanov · 16 years ago
  84. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  85. 7f635ab inet: add struct net argument to inet_bhashfn by Pavel Emelyanov · 16 years ago
  86. 93653e0 tcp: Revert reset of deferred accept changes in 2.6.26 by David S. Miller · 16 years ago
  87. ec0a196 tcp: Revert 'process defer accept as established' changes. by David S. Miller · 16 years ago
  88. 7477fd2e [SOCK]: Add some notes about per-bind-bucket sock lookup. by Pavel Emelyanov · 16 years ago
  89. ac6f781 [INET]: sk_reuse is valbool by Gerrit Renker · 16 years ago
  90. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 16 years ago
  91. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  92. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 16 years ago
  93. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 16 years ago
  94. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 16 years ago
  95. e4c7884 [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synack by Patrick McManus · 16 years ago
  96. 539fae8 [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh by Patrick McManus · 16 years ago
  97. fd80eb9 [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. by Denis V. Lunev · 16 years ago
  98. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 16 years ago
  99. 941b1d2 [NETNS]: Make bind buckets live in net namespaces. by Pavel Emelyanov · 16 years ago
  100. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 16 years ago