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)
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>

Trivial merge