Message ID | cover.1728555449.git.gur.stavi@huawei.com (mailing list archive) |
---|---|
Headers | show
Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (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 89FFE1A00ED; Thu, 10 Oct 2024 10:26:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728556002; cv=none; b=DBBpbuw9fJbja46jYmTt7E8uQrHKO1yeEMir/eF5o7uLLXVl+yqj81H8g0N5nnUZw8U5zRhFaV5dbP9//9ecv3D5yYuKNrxFf2RpYftSGU+GEbwVvIa+e4GYtriytSRX1Dp25A8DEaFxmLu6sNn2LiwVqDA2VvG9fE3AC81jmEs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728556002; c=relaxed/simple; bh=pT4X5NIIqRyYvomMIPc9xAQxol7NIw83QUZsWL2HaU8=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=QN0udxNLlcpYVn8i6LlFHcEJmn3mwAKTqzWf210SDmnJTZU/QVdHpIILn0nIr27OfVFQ9Mru7J8b/kHeq+Ov8Zr0w1B64u2ZWEY42EauGR1ItU911yq17NDC6GiIEJoz5UL/gprGkVXx0lR8sMxhnWowPIZnR9sBfodD6dYKXUk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4XPQmS26NNz6L7Cb; Thu, 10 Oct 2024 18:22:16 +0800 (CST) Received: from frapeml500005.china.huawei.com (unknown [7.182.85.13]) by mail.maildlp.com (Postfix) with ESMTPS id E58321400D9; Thu, 10 Oct 2024 18:26:36 +0800 (CST) Received: from china (10.200.201.82) by frapeml500005.china.huawei.com (7.182.85.13) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 10 Oct 2024 12:26:31 +0200 From: Gur Stavi <gur.stavi@huawei.com> To: Gur Stavi <gur.stavi@huawei.com> CC: <netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Shuah Khan <shuah@kernel.org>, Willem de Bruijn <willemdebruijn.kernel@gmail.com>, <linux-kselftest@vger.kernel.org> Subject: [PATCH net-next v03 0/3] net: af_packet: allow joining a fanout when link is down Date: Thu, 10 Oct 2024 13:25:11 +0300 Message-ID: <cover.1728555449.git.gur.stavi@huawei.com> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To frapeml500005.china.huawei.com (7.182.85.13) |
Series |
net: af_packet: allow joining a fanout when link is down
|
expand
|