[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211015230552.24119-1-mathew.j.martineau@linux.intel.com>
Date: Fri, 15 Oct 2021 16:05:49 -0700
From: Mat Martineau <mathew.j.martineau@...ux.intel.com>
To: netdev@...r.kernel.org
Cc: Mat Martineau <mathew.j.martineau@...ux.intel.com>,
davem@...emloft.net, kuba@...nel.org, matthieu.baerts@...sares.net,
mptcp@...ts.linux.dev
Subject: [PATCH net-next 0/3] mptcp: A few fixes
This set has three separate changes for the net-next tree:
Patch 1 guarantees safe handling and a warning if a NULL value is
encountered when gathering subflow data for the MPTCP_SUBFLOW_ADDRS
socket option.
Patch 2 increases the default number of subflows allowed per MPTCP
connection.
Patch 3 makes an existing function 'static'.
Mat Martineau (1):
mptcp: Make mptcp_pm_nl_mp_prio_send_ack() static
Paolo Abeni (1):
mptcp: increase default max additional subflows to 2
Tim Gardner (1):
mptcp: Avoid NULL dereference in mptcp_getsockopt_subflow_addrs()
net/mptcp/pm_netlink.c | 9 ++++++---
net/mptcp/protocol.h | 3 ---
net/mptcp/sockopt.c | 3 +++
tools/testing/selftests/net/mptcp/mptcp_join.sh | 5 ++++-
tools/testing/selftests/net/mptcp/pm_netlink.sh | 6 +++---
5 files changed, 16 insertions(+), 10 deletions(-)
base-commit: 295711fa8fec42a55623bf6997d05a21d7855132
--
2.33.1
Powered by blists - more mailing lists