All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] MPTCP fixes
@ 2021-05-25 21:23 Mat Martineau
  2021-05-25 21:23 ` [PATCH net 1/4] mptcp: avoid OOB access in setsockopt() Mat Martineau
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mat Martineau @ 2021-05-25 21:23 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, davem, kuba, matthieu.baerts, mptcp

Here are a few fixes for the -net tree.

Patch 1 fixes an attempt to access a tcp-specific field that does not
exist in mptcp sockets.

Patches 2 and 3 remove warning/error log output that could be flooded.

Patch 4 performs more validation on address advertisement echo packets
to improve RFC 8684 compliance.

Davide Caratti (1):
  mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer

Paolo Abeni (3):
  mptcp: avoid OOB access in setsockopt()
  mptcp: drop unconditional pr_warn on bad opt
  mptcp: avoid error message on infinite mapping

 net/mptcp/options.c    |  3 +--
 net/mptcp/pm_netlink.c |  8 ++++----
 net/mptcp/protocol.c   | 14 +++++++++++---
 net/mptcp/protocol.h   |  3 ++-
 net/mptcp/sockopt.c    |  4 ++--
 net/mptcp/subflow.c    |  1 -
 6 files changed, 20 insertions(+), 13 deletions(-)


base-commit: 8c42a49738f16af0061f9ae5c2f5a955f268d9e3
-- 
2.31.1


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

end of thread, other threads:[~2021-05-25 23:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 21:23 [PATCH net 0/4] MPTCP fixes Mat Martineau
2021-05-25 21:23 ` [PATCH net 1/4] mptcp: avoid OOB access in setsockopt() Mat Martineau
2021-05-25 21:23 ` [PATCH net 2/4] mptcp: drop unconditional pr_warn on bad opt Mat Martineau
2021-05-25 21:23 ` [PATCH net 3/4] mptcp: avoid error message on infinite mapping Mat Martineau
2021-05-25 21:23 ` [PATCH net 4/4] mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer Mat Martineau
2021-05-25 23:00 ` [PATCH net 0/4] MPTCP 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.