Message ID | 20241010174817.1543642-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: add skb->sk to more control packets | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 10 Oct 2024 17:48:12 +0000 you wrote: > Currently, TCP can set skb->sk for a variety of transmit packets. > > However, packets sent on behalf of a TIME_WAIT sockets do not > have an attached socket. > > Same issue for RST packets. > > [...] Here is the summary with links: - [v3,net-next,1/5] net: add TIME_WAIT logic to sk_to_full_sk() https://git.kernel.org/netdev/net-next/c/78e2baf3d96e - [v3,net-next,2/5] net_sched: sch_fq: prepare for TIME_WAIT sockets https://git.kernel.org/netdev/net-next/c/bc43a3c83cad - [v3,net-next,3/5] net: add skb_set_owner_edemux() helper https://git.kernel.org/netdev/net-next/c/5ced52fa8f0d - [v3,net-next,4/5] ipv6: tcp: give socket pointer to control skbs https://git.kernel.org/netdev/net-next/c/507a96737d99 - [v3,net-next,5/5] ipv4: tcp: give socket pointer to control skbs https://git.kernel.org/netdev/net-next/c/79636038d37e You are awesome, thank you!