mbox series

[net,0/4] MPTCP fixes

Message ID 20210525212313.148142-1-mathew.j.martineau@linux.intel.com
Headers show
Series MPTCP fixes | expand

Message

Mat Martineau May 25, 2021, 9:23 p.m. UTC
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