aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorPaolo Abeni <[email protected]>2025-03-20 18:22:38 +0000
committerJakub Kicinski <[email protected]>2025-03-24 20:58:22 +0000
commitc353e8983e0dea5dbba7789033326e1ad34135b7 (patch)
tree7d6915e7a8f2ee733b75e96ac0793414841b54d3 /net/unix/sysctl_net_unix.c
parenttty: caif: removed unused function debugfs_tx() (diff)
downloadkernel-c353e8983e0dea5dbba7789033326e1ad34135b7.tar.gz
kernel-c353e8983e0dea5dbba7789033326e1ad34135b7.zip
net: introduce per netns packet chains
Currently network taps unbound to any interface are linked in the global ptype_all list, affecting the performance in all the network namespaces. Add per netns ptypes chains, so that in the mentioned case only the netns owning the packet socket(s) is affected. While at that drop the global ptype_all list: no in kernel user registers a tap on "any" type without specifying either the target device or the target namespace (and IMHO doing that would not make any sense). Note that this adds a conditional in the fast path (to check for per netns ptype_specific list) and increases the dataset size by a cacheline (owing the per netns lists). Reviewed-by: Sabrina Dubroca <[email protected]> Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Link: https://patch.msgid.link/ae405f98875ee87f8150c460ad162de7e466f8a7.1742494826.git.pabeni@redhat.com Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions