1. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  2. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  3. 60b173c net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head by Eric Dumazet · 5 years ago
  4. 77d5bc7 ipv4: Revert removal of rt_uses_gateway by David Ahern · 5 years ago
  5. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. 85f9aa7 inet: clear num_timeout reqsk_alloc() by Eric Dumazet · 6 years ago
  7. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  8. 8b5e07d inet_connection_sock: remove unused parameter of reqsk_queue_unlink func by Zhiqiang Liu · 6 years ago
  9. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  10. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  11. 1295e2c inet: minor optimization for backlog setting in listen(2) by Yafang Shao · 6 years ago
  12. 3c82a21 net: allow binding socket in a VRF when there's an unbound socket by Robert Shearman · 6 years ago
  13. 2ab2ddd inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  14. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  15. 03bdfc0 net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOL by Joe Perches · 7 years ago
  16. edbe69e Revert "defer call to mem_cgroup_sk_alloc()" by Roman Gushchin · 7 years ago
  17. 986ffdf net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store by Yafang Shao · 7 years ago
  18. 563e0bb net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepoint by Yafang Shao · 7 years ago
  19. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  20. 06f877d tcp/dccp: fix other lockdep splats accessing ireq_opt by Eric Dumazet · 7 years ago
  21. a6ca7ab tcp/dccp: fix lockdep splat in inet_csk_route_req() by Eric Dumazet · 7 years ago
  22. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  23. c92e8c0 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  24. 59f379f inet/connection_sock: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  25. 75cb070 Revert "net: defer call to cgroup_sk_alloc()" by Eric Dumazet · 7 years ago
  26. fbb1fb4 net: defer call to cgroup_sk_alloc() by Eric Dumazet · 7 years ago
  27. 9f1c267 net: memcontrol: defer call to mem_cgroup_sk_alloc() by Eric Dumazet · 7 years ago
  28. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. fbed24bc inet: fix improper empty comparison by Josef Bacik · 7 years ago
  30. 7a56673 net: use inet6_rcv_saddr to compare sockets by Josef Bacik · 7 years ago
  31. cbb2fb5 net: set tb->fast_sk_family by Josef Bacik · 7 years ago
  32. 7016e06 net: Convert int functions to bool by Joe Perches · 7 years ago
  33. da8ab57 tcp/dccp: remove reqsk_put() from inet_child_forget() by Eric Dumazet · 7 years ago
  34. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  35. 8e2f6dd dccp: consistently use dccp_write_space() by Eric Dumazet · 8 years ago
  36. 9691724 inet: fix warning about missing prototype by stephen hemminger · 8 years ago
  37. 657831f dccp/tcp: do not inherit mc_list from parent by Eric Dumazet · 8 years ago
  38. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  39. 319554f inet: don't use sk_v6_rcv_saddr directly by Josef Bacik · 8 years ago
  40. c2a2efb net: remove bh disabling around percpu_counter accesses by Eric Dumazet · 8 years ago
  41. 637bc8b inet: reset tb->fastreuseport when adding a reuseport sk by Josef Bacik · 8 years ago
  42. 289141b inet: split inet_csk_get_port into two functions by Josef Bacik · 8 years ago
  43. 6cd6661 inet: don't check for bind conflicts twice when searching for a port by Josef Bacik · 8 years ago
  44. b9470c2 inet: kill smallest_size and smallest_port by Josef Bacik · 8 years ago
  45. aa07884 inet: drop ->bind_conflict by Josef Bacik · 8 years ago
  46. fe38d2a inet: collapse ipv4/v6 rcv_saddr_equal functions into one by Josef Bacik · 8 years ago
  47. 0643ee4 inet: Fix get port to handle zero port number with soreuseport set by Tom Herbert · 8 years ago
  48. 9af7e92 inet: Don't go into port scan when looking for specific bind port by Tom Herbert · 8 years ago
  49. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  50. f3438bc timers, net/ipv4/inet: Initialize connection request timers as pinned by Thomas Gleixner · 9 years ago
  51. 777c6ae tcp: two more missing bh disable by Eric Dumazet · 9 years ago
  52. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  53. 8501786 tcp/dccp: fix inet_reuseport_add_sock() by Eric Dumazet · 9 years ago
  54. e5fbfc1 soreuseport: fix merge conflict in tcp bind by Craig Gallek · 9 years ago
  55. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. 7716682 tcp/dccp: fix another race at listener dismantle by Eric Dumazet · 9 years ago
  57. ea8add2 tcp/dccp: better use of ephemeral ports in bind() by Eric Dumazet · 9 years ago
  58. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 9 years ago
  59. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  60. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 9 years ago
  61. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  62. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  63. ebb516a tcp/dccp: fix race at listener dismantle phase by Eric Dumazet · 9 years ago
  64. f03f2e1 tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper by Eric Dumazet · 9 years ago
  65. f985c65 tcp: avoid spurious SYN flood detection at listen() time by Eric Dumazet · 9 years ago
  66. acb4a6b tcp: ensure prior synack rtx behavior with small backlogs by Eric Dumazet · 9 years ago
  67. 92d6f17 tcp/dccp: add a reschedule point in inet_csk_listen_stop() by Eric Dumazet · 9 years ago
  68. ef547f2 tcp: remove max_qlen_log by Eric Dumazet · 9 years ago
  69. 10cbc8f tcp/dccp: remove struct listen_sock by Eric Dumazet · 9 years ago
  70. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  71. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  72. 2feda34 tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument by Eric Dumazet · 9 years ago
  73. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 9 years ago
  74. fff1f30 tcp: add a spinlock to protect struct request_sock_queue by Eric Dumazet · 9 years ago
  75. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  76. a2432c4 inet: constify inet_csk_route_child_sock() socket argument by Eric Dumazet · 9 years ago
  77. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  78. 1b70e97 inet: constify inet_rtx_syn_ack() sock argument by Eric Dumazet · 9 years ago
  79. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  80. 29c6852 inet: fix races in reqsk_queue_hash_req() by Eric Dumazet · 9 years ago
  81. 83fccfc inet: fix potential deadlock in reqsk_queue_unlink() by Eric Dumazet · 9 years ago
  82. 2235f2a inet: fix races with reqsk timers by Eric Dumazet · 9 years ago
  83. 946f9eb tcp: improve REUSEADDR/NOREUSEADDR cohabitation by Eric Dumazet · 10 years ago
  84. f5af1f5 inet_hashinfo: remove bsocket counter by Eric Dumazet · 10 years ago
  85. b357a36 inet: fix possible panic in reqsk_queue_unlink() by Eric Dumazet · 10 years ago
  86. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  87. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 10 years ago
  88. 8b929ab inet: remove some sk_listener dependencies by Eric Dumazet · 10 years ago
  89. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 10 years ago
  90. 2b41fab inet: cache listen_sock_qlen() and read rskq_defer_accept once by Eric Dumazet · 10 years ago
  91. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  92. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  93. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  94. e3d95ad inet: avoid fastopen lock for regular accept() by Eric Dumazet · 10 years ago
  95. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 10 years ago
  96. cb7cf8a inet: Clean up inet_csk_wait_for_connect() vs. might_sleep() by Eric Dumazet · 10 years ago
  97. 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 10 years ago
  98. 33cf7c9 net: add real socket cookies by Eric Dumazet · 10 years ago
  99. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 11 years ago
  100. 84f39b0 net: support marking accepting TCP sockets by Lorenzo Colitti · 11 years ago