Message ID | 20240530233616.85897-1-kuba@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | tcp: refactor skb_cmp_decrypted() checks | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Thu, 30 May 2024 16:36:13 -0700 you wrote: > Refactor the input patch coalescing checks and wrap "EOR forcing" > logic into a helper. This will hopefully make the code easier to > follow. While at it throw some DEBUG_NET checks into skb_shift(). > > Jakub Kicinski (3): > tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx() > tcp: add a helper for setting EOR on tail skb > net: skb: add compatibility warnings to skb_shift() > > [...] Here is the summary with links: - [net-next,1/3] tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx() https://git.kernel.org/netdev/net-next/c/071115301838 - [net-next,2/3] tcp: add a helper for setting EOR on tail skb https://git.kernel.org/netdev/net-next/c/1be68a87ab33 - [net-next,3/3] net: skb: add compatibility warnings to skb_shift() https://git.kernel.org/netdev/net-next/c/99b8add01f98 You are awesome, thank you!