Merge branch 'net-constify-struct-net-parameter-of-socket-lookups'
authorJakub Kicinski <kuba@kernel.org>
Mon, 5 Aug 2024 23:22:51 +0000 (16:22 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 5 Aug 2024 23:27:27 +0000 (16:27 -0700)
Eric Dumazet says:

====================
net: constify 'struct net' parameter of socket lookups

We should keep const qualifiers whenever possible.

This series should remove the need for Tom patch in :

Link: https://lore.kernel.org/netdev/20240731172332.683815-2-tom@herbertland.com/
====================

Link: https://patch.msgid.link/20240802134029.3748005-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge