]> 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)
commit475b34511afa86436a80689befadb47af9606627
treec791fb65506d506e2dabcc05b6491f25652472e8
parentd06c296e5df19032b0cf96f040b87be4f79084f1
parent7dca3846f5e95e2593f44856206f85445c9c0a71
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>