]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit38a7088146ffc563d1b2ff052fe676babb968468
treec791fb65506d506e2dabcc05b6491f25652472e8
parent8d4a7a94ad5c29e68ab1a118b9ed7b65063e8348
parent127890447f8eaa24b04f553195e01466c972ab00
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>