Merge branch 'tcp-options-lockless'
authorDavid S. Miller <davem@davemloft.net>
Sun, 6 Aug 2023 07:24:56 +0000 (08:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Aug 2023 07:24:56 +0000 (08:24 +0100)
Eric Dumazet says:

====================
tcp: set few options locklessly

This series is avoiding the socket lock for six TCP options.

They are not heavily used, but this exercise can give
ideas for other parts of TCP/IP stack :)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge