1. 44a3afc Merge 4.9.63 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. 2af59c6 tcp/dccp: fix other lockdep splats accessing ireq_opt by Eric Dumazet · 7 years ago
  3. 3107d4d tcp/dccp: fix lockdep splat in inet_csk_route_req() by Eric Dumazet · 7 years ago
  4. 2ffd261 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  5. 77d3588 Merge 4.9.31 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. 4eed440 dccp/tcp: do not inherit mc_list from parent by Eric Dumazet · 7 years ago
  7. 5044292 UPSTREAM: net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  8. f3438bc timers, net/ipv4/inet: Initialize connection request timers as pinned by Thomas Gleixner · 8 years ago
  9. 777c6ae tcp: two more missing bh disable by Eric Dumazet · 8 years ago
  10. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  11. 8501786 tcp/dccp: fix inet_reuseport_add_sock() by Eric Dumazet · 8 years ago
  12. e5fbfc1 soreuseport: fix merge conflict in tcp bind by Craig Gallek · 8 years ago
  13. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. 7716682 tcp/dccp: fix another race at listener dismantle by Eric Dumazet · 8 years ago
  15. ea8add2 tcp/dccp: better use of ephemeral ports in bind() by Eric Dumazet · 8 years ago
  16. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 8 years ago
  17. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  18. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 8 years ago
  19. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  20. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  21. ebb516a tcp/dccp: fix race at listener dismantle phase by Eric Dumazet · 9 years ago
  22. f03f2e1 tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper by Eric Dumazet · 9 years ago
  23. f985c65 tcp: avoid spurious SYN flood detection at listen() time by Eric Dumazet · 9 years ago
  24. acb4a6b tcp: ensure prior synack rtx behavior with small backlogs by Eric Dumazet · 9 years ago
  25. 92d6f17 tcp/dccp: add a reschedule point in inet_csk_listen_stop() by Eric Dumazet · 9 years ago
  26. ef547f2 tcp: remove max_qlen_log by Eric Dumazet · 9 years ago
  27. 10cbc8f tcp/dccp: remove struct listen_sock by Eric Dumazet · 9 years ago
  28. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  29. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  30. 2feda34 tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument by Eric Dumazet · 9 years ago
  31. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 9 years ago
  32. fff1f30 tcp: add a spinlock to protect struct request_sock_queue by Eric Dumazet · 9 years ago
  33. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  34. a2432c4 inet: constify inet_csk_route_child_sock() socket argument by Eric Dumazet · 9 years ago
  35. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  36. 1b70e97 inet: constify inet_rtx_syn_ack() sock argument by Eric Dumazet · 9 years ago
  37. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  38. 29c6852 inet: fix races in reqsk_queue_hash_req() by Eric Dumazet · 9 years ago
  39. 83fccfc inet: fix potential deadlock in reqsk_queue_unlink() by Eric Dumazet · 9 years ago
  40. 2235f2a inet: fix races with reqsk timers by Eric Dumazet · 9 years ago
  41. 946f9eb tcp: improve REUSEADDR/NOREUSEADDR cohabitation by Eric Dumazet · 9 years ago
  42. f5af1f5 inet_hashinfo: remove bsocket counter by Eric Dumazet · 9 years ago
  43. b357a36 inet: fix possible panic in reqsk_queue_unlink() by Eric Dumazet · 9 years ago
  44. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  45. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 9 years ago
  46. 8b929ab inet: remove some sk_listener dependencies by Eric Dumazet · 9 years ago
  47. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 9 years ago
  48. 2b41fab inet: cache listen_sock_qlen() and read rskq_defer_accept once by Eric Dumazet · 9 years ago
  49. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 9 years ago
  51. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  52. e3d95ad inet: avoid fastopen lock for regular accept() by Eric Dumazet · 9 years ago
  53. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 9 years ago
  54. cb7cf8a inet: Clean up inet_csk_wait_for_connect() vs. might_sleep() by Eric Dumazet · 9 years ago
  55. 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 9 years ago
  56. 33cf7c9 net: add real socket cookies by Eric Dumazet · 9 years ago
  57. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 10 years ago
  58. 84f39b0 net: support marking accepting TCP sockets by Lorenzo Colitti · 10 years ago
  59. c9d8f1a ipv4: move local_port_range out of CONFIG_SYSCTL by Cong Wang · 10 years ago
  60. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  61. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  62. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  63. 5080546 inet: consolidate INET_TW_MATCH by Eric Dumazet · 11 years ago
  64. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  65. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  66. c10cb5f Fix: sparse warning in inet_csk_prepare_forced_close by Christoph Paasch · 11 years ago
  67. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  68. 9c5e0c0 soreuseport: fix use of uid in tb->fastuid by Tom Herbert · 11 years ago
  69. da5e363 soreuseport: TCP/IPv4 implementation by Tom Herbert · 11 years ago
  70. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago
  71. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 12 years ago
  72. 155e833 ipv4: introduce rt_uses_gateway by Julian Anastasov · 12 years ago
  73. 7ab4551 tcp: fix TFO regression by Eric Dumazet · 12 years ago
  74. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  75. 1a7b27c ipv4: Use newinet->inet_opt in inet_csk_route_child_sock() by Christoph Paasch · 12 years ago
  76. ba3f7f0 ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. by David S. Miller · 12 years ago
  77. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  78. 5abf7f7 ipv4: fix rcu splat by Eric Dumazet · 12 years ago
  79. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  80. 80d0a69 ipv4: Add helper inet_csk_update_pmtu(). by David S. Miller · 12 years ago
  81. 3e12939 inet: Kill FLOWI_FLAG_PRECOW_METRICS. by David S. Miller · 12 years ago
  82. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 12 years ago
  83. 7433819 tcp: do not create inetpeer on SYNACK message by Eric Dumazet · 12 years ago
  84. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  85. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  86. aacd928 tcp: bind() use stronger condition for bind_conflict by Alex Copot · 12 years ago
  87. c72e118 inet: makes syn_ack_timeout mandatory by Eric Dumazet · 12 years ago
  88. fd4f2ce tcp: RFC6298 supersedes RFC2988bis by Eric Dumazet · 12 years ago
  89. fddb7b5 tcp: bind() optimize port allocation by Flavio Leitner · 12 years ago
  90. 2b05ad3 tcp: bind() fix autoselection to share ports by Flavio Leitner · 12 years ago
  91. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  92. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  93. c4dbe54 seqlock: Get rid of SEQLOCK_UNLOCKED by Eric Dumazet · 13 years ago
  94. 6bd023f ipv4: Make caller provide flowi4 key to inet_csk_route_req(). by David S. Miller · 13 years ago
  95. 77357a9 ipv4: Create inet_csk_route_child_sock(). by David S. Miller · 13 years ago
  96. 072d8c9 ipv4: Get route daddr from flow key in inet_csk_route_req(). by David S. Miller · 13 years ago
  97. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  98. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  99. 3e8c806 Revert "tcp: disallow bind() to reuse addr/port" by David S. Miller · 13 years ago
  100. e79d9bc ipv4: Use flowi4_init_output() in inet_connection_sock.c by David S. Miller · 13 years ago