Merge branch 'udp-Fix-reuseport-selection-with-connected-sockets'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 22:31:03 +0000 (15:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 22:31:03 +0000 (15:31 -0700)
commitca673235523019ac58dda5287d9c819e19702860
treec791fb65506d506e2dabcc05b6491f25652472e8
parent6ef9dcb78046b346b5508ca1659848b136a343c2
parentefc6b6f6c3113e8b203b9debfb72d81e0f3dcace
Merge branch 'udp-Fix-reuseport-selection-with-connected-sockets'

Kuniyuki Iwashima says:

====================
udp: Fix reuseport selection with connected sockets.

This patch set addresses two issues which happen when both connected and
unconnected sockets are in the same UDP reuseport group.
====================

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