Message ID | 20210527233140.182728-1-mathew.j.martineau@linux.intel.com |
---|---|
Headers | show
Return-Path: <mptcp+bounces-794-incoming=patchwork.ozlabs.org@lists.linux.dev> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.linux.dev (client-ip=147.75.197.195; helo=ewr.edge.kernel.org; envelope-from=mptcp+bounces-794-incoming=patchwork.ozlabs.org@lists.linux.dev; receiver=<UNKNOWN>) Received: from ewr.edge.kernel.org (ewr.edge.kernel.org [147.75.197.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Frkc86Tbxz9sW5 for <incoming@patchwork.ozlabs.org>; Fri, 28 May 2021 09:31:52 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ewr.edge.kernel.org (Postfix) with ESMTPS id 53BDB1C0DC2 for <incoming@patchwork.ozlabs.org>; Thu, 27 May 2021 23:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C54DA29CA; Thu, 27 May 2021 23:31:47 +0000 (UTC) X-Original-To: mptcp@lists.linux.dev Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 71C816D00 for <mptcp@lists.linux.dev>; Thu, 27 May 2021 23:31:46 +0000 (UTC) IronPort-SDR: +p/9lfl4BmwZJMSZMUWYO5B8/PtIF3oDoKR0n3c1Y5IJzERFXHfmtSL/Ja2HvWbICNdAGKrzaq SYWZ+wi+hYWA== X-IronPort-AV: E=McAfee;i="6200,9189,9997"; a="202623684" X-IronPort-AV: E=Sophos;i="5.83,228,1616482800"; d="scan'208";a="202623684" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2021 16:31:45 -0700 IronPort-SDR: R/G+pz4gfW74pjTxC7PXtjO4LjKr3lEJhcGj3FkBY+TQiJKLzIUmvKlh7rGW+DhafuxgPzkdGx A3rDP+VgRzgA== X-IronPort-AV: E=Sophos;i="5.83,228,1616482800"; d="scan'208";a="477700330" Received: from mjmartin-desk2.amr.corp.intel.com (HELO mjmartin-desk2.intel.com) ([10.209.84.136]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2021 16:31:45 -0700 From: Mat Martineau <mathew.j.martineau@linux.intel.com> To: netdev@vger.kernel.org Cc: Mat Martineau <mathew.j.martineau@linux.intel.com>, davem@davemloft.net, kuba@kernel.org, matthieu.baerts@tessares.net, mptcp@lists.linux.dev Subject: [PATCH net 0/4] mptcp: Fixes for 5.13 Date: Thu, 27 May 2021 16:31:36 -0700 Message-Id: <20210527233140.182728-1-mathew.j.martineau@linux.intel.com> X-Mailer: git-send-email 2.31.1 X-Mailing-List: mptcp@lists.linux.dev List-Id: <mptcp.lists.linux.dev> List-Subscribe: <mailto:mptcp+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:mptcp+unsubscribe@lists.linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series | mptcp: Fixes for 5.13 | expand |