Message ID | 20241203124945.22508-1-justin.iurman@uliege.be (mailing list archive) |
---|---|
Headers | show |
Series | Mitigate the two-reallocations issue for iptunnels | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Tue, 3 Dec 2024 13:49:41 +0100 you wrote: > RESEND v5: > - v5 was sent just when net-next closed > v5: > - address Paolo's comments > - s/int dst_dev_overhead()/unsigned int dst_dev_overhead()/ > v4: > - move static inline function to include/net/dst.h > v3: > - fix compilation error in seg6_iptunnel > v2: > - add missing "static" keywords in seg6_iptunnel > - use a static-inline function to return the dev overhead (as suggested > by Olek, thanks) > > [...] Here is the summary with links: - [RESEND,net-next,v5,1/4] include: net: add static inline dst_dev_overhead() to dst.h https://git.kernel.org/netdev/net-next/c/0600cf40e9b3 - [RESEND,net-next,v5,2/4] net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue https://git.kernel.org/netdev/net-next/c/dce525185bc9 - [RESEND,net-next,v5,3/4] net: ipv6: seg6_iptunnel: mitigate 2-realloc issue https://git.kernel.org/netdev/net-next/c/40475b63761a - [RESEND,net-next,v5,4/4] net: ipv6: rpl_iptunnel: mitigate 2-realloc issue https://git.kernel.org/netdev/net-next/c/985ec6f5e623 You are awesome, thank you!