From patchwork Thu Oct 28 09:39:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Westphal X-Patchwork-Id: 12589665 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [193.142.43.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 913B572 for ; Thu, 28 Oct 2021 09:39:13 +0000 (UTC) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1mg1sN-0001fx-4L; Thu, 28 Oct 2021 11:39:11 +0200 From: Florian Westphal To: Cc: Florian Westphal Subject: [PATCH mptcp-next v2 0/2] mptcp: add freebind & transparent sockopt Date: Thu, 28 Oct 2021 11:39:00 +0200 Message-Id: <20211028093902.8685-1-fw@strlen.de> X-Mailer: git-send-email 2.32.0 Precedence: bulk X-Mailing-List: mptcp@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 First patch adds ipv4/ipv6 TRANSPARENT and FREEBIND, second patch adds a selftest to mptcp_connect.sh. Only change is in patch 2 which now also updates mptcp/config toggles required for tproxy test case. Florian Westphal (2): mptcp: sockopt: add SOL_IP freebind & transparent options selftests: mptcp: add tproxy test case net/mptcp/sockopt.c | 66 ++++++++++++++- net/mptcp/subflow.c | 3 +- .../selftests/net/mptcp/config | 7 ++- .../selftests/net/mptcp/mptcp_connect.c | 51 +++++++++++- .../selftests/net/mptcp/mptcp_connect.sh | 80 +++++++++++++++++++ 5 files changed, 202 insertions(+), 5 deletions(-)