Message ID | 20220217012120.61250-1-kuba@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ping6: support setting basic SOL_IPV6 options via cmsg | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 16 Feb 2022 17:21:15 -0800 you wrote: > Support for IPV6_HOPLIMIT, IPV6_TCLASS, IPV6_DONTFRAG on ICMPv6 > sockets and associated tests. I have no immediate plans to > implement IPV6_FLOWINFO and all the extension header stuff. > > Jakub Kicinski (5): > net: ping6: support setting basic SOL_IPV6 options via cmsg > selftests: net: test IPV6_DONTFRAG > selftests: net: test IPV6_TCLASS > selftests: net: test IPV6_HOPLIMIT > selftests: net: basic test for IPV6_2292* > > [...] Here is the summary with links: - [net-next,1/5] net: ping6: support setting basic SOL_IPV6 options via cmsg https://git.kernel.org/netdev/net-next/c/13651224c00b - [net-next,2/5] selftests: net: test IPV6_DONTFRAG https://git.kernel.org/netdev/net-next/c/6f97c7c605d6 - [net-next,3/5] selftests: net: test IPV6_TCLASS https://git.kernel.org/netdev/net-next/c/9657ad09e1fa - [net-next,4/5] selftests: net: test IPV6_HOPLIMIT https://git.kernel.org/netdev/net-next/c/05ae83d5a4a2 - [net-next,5/5] selftests: net: basic test for IPV6_2292* https://git.kernel.org/netdev/net-next/c/a22982c39eb1 You are awesome, thank you!