Message ID | 20230920172943.4135513-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: add tcp_delack_max() | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 20 Sep 2023 17:29:40 +0000 you wrote: > First patches are adding const qualifiers to four existing helpers. > > Third patch adds a much needed companion feature to RTAX_RTO_MIN. > > Eric Dumazet (3): > net: constify sk_dst_get() and __sk_dst_get() argument > tcp: constify tcp_rto_min() and tcp_rto_min_us() argument > tcp: derive delack_max from rto_min > > [...] Here is the summary with links: - [net-next,1/3] net: constify sk_dst_get() and __sk_dst_get() argument https://git.kernel.org/netdev/net-next/c/5033f58d5fee - [net-next,2/3] tcp: constify tcp_rto_min() and tcp_rto_min_us() argument https://git.kernel.org/netdev/net-next/c/f68a181fcd3b - [net-next,3/3] tcp: derive delack_max from rto_min https://git.kernel.org/netdev/net-next/c/bbf80d713fe7 You are awesome, thank you!