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)
commit16fd753995f740fb968edaf5fd57ffb96020102e
treecaae5595891ec6a1e0d7d138186032e3d909eb96
parent81083076a007d3af3f2216ad9be1374de0687d49
parent6e97ba552b8d3dd074a28b8600740b8bed42267b
Merge branch 'tcp-options-lockless'

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>