]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: Add net_cookie to Dead loop messages
authorChris J Arges <carges@cloudflare.com>
Wed, 8 Apr 2026 19:10:47 +0000 (14:10 -0500)
committerJakub Kicinski <kuba@kernel.org>
Sun, 12 Apr 2026 16:05:02 +0000 (09:05 -0700)
commitb258cba1e05df758e4e99a0e374da3e044618475
tree282a92474d48ae0d24bf80e383d64d83dd9ac8a5
parentcea470a6944f6e0b07780ec9d9d3d8b97279b2c3
net: Add net_cookie to Dead loop messages

Network devices can have the same name within different network namespaces.
To help distinguish these devices, add the net_cookie value which can be
used to identify the netns.

Signed-off-by: Chris J Arges <carges@cloudflare.com>
Link: https://patch.msgid.link/20260408191056.1036330-1-carges@cloudflare.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/dev.c
net/ipv4/ip_tunnel_core.c