1. f893156 bpf: Add ingress_ifindex to bpf_sk_lookup by Mark Pashmfouroush · 3 years, 2 months ago
  2. 19757ce tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 2 months ago
  3. 8d6c414 net: prefer socket bound to interface when not in VRF by Mike Manning · 3 years, 3 months ago
  4. 333bb73 tcp: Keep TCP_CLOSE sockets in the reuseport group. by Kuniyuki Iwashima · 3 years, 7 months ago
  5. c579bd1 tcp: add some entropy in __inet_hash_connect() by Eric Dumazet · 3 years, 11 months ago
  6. 190cc82 tcp: change source port randomizarion at connect() time by Eric Dumazet · 3 years, 11 months ago
  7. 01770a1 tcp: fix race condition when creating child sockets from syncookies by Ricardo Dias · 4 years, 1 month ago
  8. 34e1ec3 net: ipv4: remove unused arg exact_dif in compute_score by Miaohe Lin · 4 years, 4 months ago
  9. d76f335 net: initialize fastreuse on inet_inherit_port by Tim Froidcoeur · 4 years, 5 months ago
  10. 1559b4a inet: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 5 months ago
  11. 80b373f inet: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 5 months ago
  12. 8dbd76e tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
  13. 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
  14. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  15. 88e235b net: ipv4: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  16. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  17. c92c81d net: dccp: fix kernel crash on module load by Peter Oskolkov · 6 years ago
  18. eedbbb0 net: dccp: initialize (addr,port) listening hashtable by Peter Oskolkov · 6 years ago
  19. d9fbc7f net: tcp: prefer listeners bound to an address by Peter Oskolkov · 6 years ago
  20. e781905 net: ensure unbound stream socket to be chosen when not in a VRF by Mike Manning · 6 years ago
  21. 3c82a21 net: allow binding socket in a VRF when there's an unbound socket by Robert Shearman · 6 years ago
  22. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  23. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
  24. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  25. 8c43bd1 net/tcp: Fix socket lookups with SO_BINDTODEVICE by David Ahern · 7 years ago
  26. 0ba9871 inet: Avoid unitialized variable warning in inet_unhash() by Geert Uytterhoeven · 7 years ago
  27. 563e0bb net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepoint by Yafang Shao · 7 years ago
  28. 61b7c69 inet: Add a 2nd listener hashtable (port+addr) by Martin KaFai Lau · 7 years ago
  29. 76d013b inet: Add a count to struct inet_listen_hashbucket by Martin KaFai Lau · 7 years ago
  30. e94a62f net/reuseport: drop legacy code by Paolo Abeni · 7 years ago
  31. 1b5f962 soreuseport: fix initialization race by Craig Gallek · 7 years ago
  32. 3fa6f61 net: ipv4: add second dif to inet socket lookups by David Ahern · 7 years ago
  33. 784c372 net: make sk_ehashfn() static by Eric Dumazet · 7 years ago
  34. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  35. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  36. b9470c2 inet: kill smallest_size and smallest_port by Josef Bacik · 8 years ago
  37. fe38d2a inet: collapse ipv4/v6 rcv_saddr_equal functions into one by Josef Bacik · 8 years ago
  38. a04a480 net: Require exact match for TCP socket lookups if dif is l3mdev by David Ahern · 8 years ago
  39. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  40. 90e5d0d soreuseport: Fix TCP listener hash collision by Craig Gallek · 9 years ago
  41. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  42. d296ba6 soreuseport: Resolve merge conflict for v4/v6 ordering fix by Craig Gallek · 9 years ago
  43. 8501786 tcp/dccp: fix inet_reuseport_add_sock() by Eric Dumazet · 9 years ago
  44. 3b24d85 tcp/dccp: do not touch listener sk_refcnt under synflood by Eric Dumazet · 9 years ago
  45. 2d33191 tcp/dccp: use rcu locking in inet_diag_find_one_icsk() by Eric Dumazet · 9 years ago
  46. 1580ab6 tcp/dccp: better use of ephemeral ports in connect() by Eric Dumazet · 9 years ago
  47. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 9 years ago
  48. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 9 years ago
  49. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  50. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  51. c2f34a6 tcp/dccp: fix potential NULL deref in __inet_inherit_port() by Eric Dumazet · 9 years ago
  52. 70da268 net: SO_INCOMING_CPU setsockopt() support by Eric Dumazet · 9 years ago
  53. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  54. 1ce31c9 inet: constify __inet_inherit_port() sock argument by Eric Dumazet · 9 years ago
  55. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. 89e478a tcp: suppress a division by zero warning by Eric Dumazet · 9 years ago
  57. dbe7faa inet: inet_twsk_deschedule factorization by Eric Dumazet · 9 years ago
  58. fc01538f inet: simplify timewait refcounting by Eric Dumazet · 9 years ago
  59. e2baad9 tcp: connect() from bound sockets can be faster by Eric Dumazet · 10 years ago
  60. 07f4c90 tcp/dccp: try to not exhaust ip_local_port_range in connect() by Eric Dumazet · 10 years ago
  61. 095dc8e tcp: fix/cleanup inet_ehash_locks_alloc() by Eric Dumazet · 10 years ago
  62. f5af1f5 inet_hashinfo: remove bsocket counter by Eric Dumazet · 10 years ago
  63. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 10 years ago
  64. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  65. b4d6444 inet: get rid of last __inet_hash_connect() argument by Eric Dumazet · 10 years ago
  66. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 10 years ago
  67. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 10 years ago
  68. 5b441f7 net: introduce sk_ehashfn() helper by Eric Dumazet · 10 years ago
  69. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 10 years ago
  70. 2c13270 inet: factorize sock_edemux()/sock_gen_put() code by Eric Dumazet · 10 years ago
  71. 41b822c inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state by Eric Dumazet · 10 years ago
  72. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  73. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  74. c722831 net: Use a more standard macro for INET_ADDR_COOKIE by Joe Perches · 11 years ago
  75. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 11 years ago
  76. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  77. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  78. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  79. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. 80ad1d6 net: do not call sock_put() on TIMEWAIT sockets by Eric Dumazet · 11 years ago
  81. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  82. 3b8ccd4 inet: fix spacing in assignment by Camelia Groza · 11 years ago
  83. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  84. da5e363 soreuseport: TCP/IPv4 implementation by Tom Herbert · 12 years ago
  85. ce43b03 net: move inet_dport/inet_num in sock_common by Eric Dumazet · 12 years ago
  86. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
  87. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  88. b4ff3c9 inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners by Nagendra Tomar · 14 years ago
  89. 093d282 tproxy: fix hash locking issue when using port redirection in __inet_inherit_port() by Balazs Scheidler · 14 years ago
  90. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  91. e3826f1 net: reserve ports for applications using fixed port numbers by Amerigo Wang · 15 years ago
  92. 3cdaeda tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  93. 9327f70 tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  94. 13475a3 tcp: connect() race with timewait reuse by Eric Dumazet · 15 years ago
  95. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  96. c720c7e8 inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  97. f373b53 tcp: replace ehash_size by ehash_mask by Eric Dumazet · 15 years ago
  98. 24dd1fa net: move bsockets outside of read only beginning of struct inet_hashinfo by Eric Dumazet · 16 years ago
  99. a9d8f91 inet: Allowing more than 64k connections and heavily optimize bind(0) time. by Evgeniy Polyakov · 16 years ago
  100. 920de80 net: Make sure BHs are disabled in sock_prot_inuse_add() by Eric Dumazet · 16 years ago