All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] mptcp: Bug fixes
@ 2021-08-18 23:42 Mat Martineau
  2021-08-18 23:42 ` [PATCH net 1/2] mptcp: fix memory leak on address flush Mat Martineau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mat Martineau @ 2021-08-18 23:42 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, davem, kuba, matthieu.baerts, mptcp, geliangtang

Here are two bug fixes for the net tree:

Patch 1 fixes a memory leak that could be encountered when clearing the
list of advertised MPTCP addresses.

Patch 2 fixes a protocol issue early in an MPTCP connection, to ensure
both peers correctly understand that the full MPTCP connection handshake
has completed even when the server side quickly sends an ADD_ADDR
option.


Matthieu Baerts (1):
  mptcp: full fully established support after ADD_ADDR

Paolo Abeni (1):
  mptcp: fix memory leak on address flush

 net/mptcp/options.c    | 10 +++-------
 net/mptcp/pm_netlink.c | 44 ++++++++++++------------------------------
 2 files changed, 15 insertions(+), 39 deletions(-)


base-commit: fb4b1373dcab086d0619c29310f0466a0b2ceb8a
-- 
2.33.0


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

end of thread, other threads:[~2021-08-19 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 23:42 [PATCH net 0/2] mptcp: Bug fixes Mat Martineau
2021-08-18 23:42 ` [PATCH net 1/2] mptcp: fix memory leak on address flush Mat Martineau
2021-08-18 23:42 ` [PATCH net 2/2] mptcp: full fully established support after ADD_ADDR Mat Martineau
2021-08-19 11:30 ` [PATCH net 0/2] mptcp: Bug fixes patchwork-bot+netdevbpf

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.