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