Message ID | 20241002151240.49813-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show
Received: from smtp-fw-52005.amazon.com (smtp-fw-52005.amazon.com [52.119.213.156]) (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 C07C01D014A for <netdev@vger.kernel.org>; Wed, 2 Oct 2024 15:12:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=52.119.213.156 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727881980; cv=none; b=jArzfu74U54f1YUVfumTzqmQJDFDnUWXLe0n/zf/H7qUlip0VMmJ1rYKHWLTVmbiQLEKH4fR+wcXtv/V4nm9W2sUf52iufn1Bb1olhAP6aMMxquz4B8IPn9o44oriPBSH8S79I7gCbbynT57IxQDBrHu4J+8trU85PmYCQU1Bzo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727881980; c=relaxed/simple; bh=vgcjhVxJVl73PL9RG2isI7rO5WSqI2uEn0lRMU1KhtA=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=gyJFPMs8MC2smkX2Df8RuxjREhGdN7Tv4waTYQ5Zcbcn7cOJU5mEuYeowdq0Nvt4VQQlwdj3jiZ5A+MRpMe1NRq8OsjnUByOxQGQfWGIASFCiYMHH4bc1/WltYOP2fefNd1bWmvffl150MVEn6aSVSjXEZbu2svPxkHLvg7cBBo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=amazon.com; spf=pass smtp.mailfrom=amazon.co.jp; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b=CJkG4dM8; arc=none smtp.client-ip=52.119.213.156 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=amazon.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=amazon.co.jp Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="CJkG4dM8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1727881978; x=1759417978; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=718qmvSjJrSzXkKi9xJV/OZKvbgsl4o5QBoYQRODLbA=; b=CJkG4dM8lC7JnctSlnaWduYYtBLeUFmSpYMwYy9+osliciTIm8nqu1SH CUWQfQTeyxAECufuumde0F71SdrDtz7YkLmRdvPBtZ96lrN/vOxOAZ/Q7 UdDqY1dIa7cjv6a9z2YcRhMpH7SZxmp2HQFOSu7XJy3yVfKFx5qDRINsC c=; X-IronPort-AV: E=Sophos;i="6.11,171,1725321600"; d="scan'208";a="684543448" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO smtpout.prod.us-west-2.prod.farcaster.email.amazon.dev) ([10.43.8.6]) by smtp-border-fw-52005.iad7.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Oct 2024 15:12:55 +0000 Received: from EX19MTAUWB002.ant.amazon.com [10.0.38.20:13576] by smtpin.naws.us-west-2.prod.farcaster.email.amazon.dev [10.0.6.41:2525] with esmtp (Farcaster) id 9a235452-98f1-4972-b139-29348f72086d; Wed, 2 Oct 2024 15:12:54 +0000 (UTC) X-Farcaster-Flow-ID: 9a235452-98f1-4972-b139-29348f72086d Received: from EX19D004ANA001.ant.amazon.com (10.37.240.138) by EX19MTAUWB002.ant.amazon.com (10.250.64.231) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1258.34; Wed, 2 Oct 2024 15:12:54 +0000 Received: from 88665a182662.ant.amazon.com (10.187.171.23) by EX19D004ANA001.ant.amazon.com (10.37.240.138) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1258.35; Wed, 2 Oct 2024 15:12:52 +0000 From: Kuniyuki Iwashima <kuniyu@amazon.com> To: "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com> CC: Kuniyuki Iwashima <kuniyu@amazon.com>, Kuniyuki Iwashima <kuni1840@gmail.com>, <netdev@vger.kernel.org> Subject: [PATCH v2 net-next 0/4] rtnetlink: Per-netns RTNL. Date: Wed, 2 Oct 2024 08:12:36 -0700 Message-ID: <20241002151240.49813-1-kuniyu@amazon.com> X-Mailer: git-send-email 2.30.2 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: EX19D043UWA001.ant.amazon.com (10.13.139.45) To EX19D004ANA001.ant.amazon.com (10.37.240.138) X-Patchwork-Delegate: kuba@kernel.org |
Series |
rtnetlink: Per-netns RTNL.
|
expand
|