]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-visibility-of-memory-limits-in-netns'
authorJakub Kicinski <kuba@kernel.org>
Sat, 1 Jun 2024 23:03:23 +0000 (16:03 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 1 Jun 2024 23:03:24 +0000 (16:03 -0700)
commit5086e1b7831a37fe3ba8fdea9a7bf3fb823cc618
tree3899e12f66e666e3da3c27452a21682462c07f9c
parent165f87691a898aea113923224c269bae14749ebc
parent5b5233fb81bfecbfb7502178a9cf6790dde04a2c
Merge branch 'net-visibility-of-memory-limits-in-netns'

Matteo Croce says:

====================
net: visibility of memory limits in netns

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
====================

Link: https://lore.kernel.org/r/20240530232722.45255-1-technoboy85@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>