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)
commit0143ed320573e66773b9438b935c39270a55df29
treeaaa11622470725107c1e09d313d177bcce1a1ab2
parent10a6545f0bdcbb920c6a8a033fe342111d204915
parent87d973e8ddeeddf1777e6689df86d5d369cbcbb3
Merge branch 'net-constify-struct-net-parameter-of-socket-lookups'

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>