Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 31 May 2024 01:27:20 +0200 you wrote:
From: Matteo Croce teknoraver@meta.com
Some programs need to know the size of the network buffers to operate correctly, export the following sysctls read-only in network namespaces:
- net.core.rmem_default
- net.core.rmem_max
- net.core.wmem_default
- net.core.wmem_max
[...]
Here is the summary with links: - [net-next,v2,1/2] net: make net.core.{r,w}mem_{default,max} namespaced https://git.kernel.org/netdev/net-next/c/19249c0724f2 - [net-next,v2,2/2] selftests: net: tests net.core.{r,w}mem_{default,max} sysctls in a netns https://git.kernel.org/netdev/net-next/c/5b5233fb81bf
You are awesome, thank you!