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