projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8108307
6e97ba5
)
Merge branch 'tcp-options-lockless'
author
David S. Miller
<davem@davemloft.net>
Sun, 6 Aug 2023 07:24:56 +0000
(08:24 +0100)
committer
David 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