]> www.infradead.org Git - users/hch/misc.git/commit
Merge branch 'inet-better-inet_sock_set_state-for-passive-flows'
authorJakub Kicinski <kuba@kernel.org>
Fri, 14 Feb 2025 21:40:35 +0000 (13:40 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 14 Feb 2025 21:40:35 +0000 (13:40 -0800)
commit6aa3960d8b52d0dfe469d7ff27e3bb981f68c2a1
tree238b28b4961589fd16a9a5cfbb1621b694ecce3d
parenta045e40645dfa02a68c17ad8a3c92a8ef62375b0
parenta3a128f611a965fddf8a02dd45716f96e0738e00
Merge branch 'inet-better-inet_sock_set_state-for-passive-flows'

Eric Dumazet says:

====================
inet: better inet_sock_set_state() for passive flows

Small series to make inet_sock_set_state() more interesting for
LISTEN -> TCP_SYN_RECV changes : The 4-tuple parts are now correct.

First patch is a cleanup.
====================

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