Message ID | 20250301201424.2046477-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: misc changes | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sat, 1 Mar 2025 20:14:18 +0000 you wrote: > Minor changes, following recent changes in TCP stack. > > v2: typo for SKB_DROP_REASON_TCP_LISTEN_OVERFLOW kdoc (Jakub) > > Eric Dumazet (6): > tcp: add a drop_reason pointer to tcp_check_req() > tcp: add four drop reasons to tcp_check_req() > tcp: convert to dev_net_rcu() > net: gro: convert four dev_net() calls > tcp: remove READ_ONCE(req->ts_recent) > tcp: tcp_set_window_clamp() cleanup > > [...] Here is the summary with links: - [v2,net-next,1/6] tcp: add a drop_reason pointer to tcp_check_req() https://git.kernel.org/netdev/net-next/c/e34100c2ecbb - [v2,net-next,2/6] tcp: add four drop reasons to tcp_check_req() https://git.kernel.org/netdev/net-next/c/a11a791ca81e - [v2,net-next,3/6] tcp: convert to dev_net_rcu() https://git.kernel.org/netdev/net-next/c/e7b9ecce562c - [v2,net-next,4/6] net: gro: convert four dev_net() calls https://git.kernel.org/netdev/net-next/c/9b49f57ccd3a - [v2,net-next,5/6] tcp: remove READ_ONCE(req->ts_recent) https://git.kernel.org/netdev/net-next/c/5282de17621f - [v2,net-next,6/6] tcp: tcp_set_window_clamp() cleanup https://git.kernel.org/netdev/net-next/c/863a952eb79a You are awesome, thank you!