All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3] mptcp: a bunch of fixes
@ 2020-05-29 15:43 Paolo Abeni
  2020-05-29 15:43 ` [PATCH net 1/3] mptcp: fix unblocking connect() Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Paolo Abeni @ 2020-05-29 15:43 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, David S. Miller, Jakub Kicinski

This patch series pulls together a few bugfixes for MPTCP bug observed while
doing stress-test with apache bench - forced to use MPTCP and multiple
subflows.

Paolo Abeni (3):
  mptcp: fix unblocking connect()
  mptcp: fix race between MP_JOIN and close
  mptcp: remove msk from the token container at destruction time.

 net/mptcp/protocol.c | 64 +++++++++++++++++++++++++++++++-------------
 1 file changed, 46 insertions(+), 18 deletions(-)

-- 
2.21.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-31  4:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 15:43 [PATCH net 0/3] mptcp: a bunch of fixes Paolo Abeni
2020-05-29 15:43 ` [PATCH net 1/3] mptcp: fix unblocking connect() Paolo Abeni
2020-05-29 17:35   ` Mat Martineau
2020-05-29 15:43 ` [PATCH net 2/3] mptcp: fix race between MP_JOIN and close Paolo Abeni
2020-05-29 17:35   ` Mat Martineau
2020-05-29 15:43 ` [PATCH net 3/3] mptcp: remove msk from the token container at destruction time Paolo Abeni
2020-05-29 17:36   ` Mat Martineau
2020-05-31  4:41 ` [PATCH net 0/3] mptcp: a bunch of fixes David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.