From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D90DCC433EF for ; Mon, 28 Feb 2022 13:41:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236699AbiB1Nl5 (ORCPT ); Mon, 28 Feb 2022 08:41:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236667AbiB1Nly (ORCPT ); Mon, 28 Feb 2022 08:41:54 -0500 Received: from bergelmir.uberspace.de (bergelmir.uberspace.de [185.26.156.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95D6A7CDCA for ; Mon, 28 Feb 2022 05:41:13 -0800 (PST) Received: (qmail 32092 invoked by uid 989); 28 Feb 2022 13:34:30 -0000 Authentication-Results: bergelmir.uberspace.de; auth=pass (plain) From: Daniel Braunwarth To: netdev@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, daniel@braunwarth.dev Subject: [PATCH net-next 0/2] if_ether.h: add industrial fieldbus Ethertypes Date: Mon, 28 Feb 2022 14:30:27 +0100 Message-Id: <20220228133029.100913-1-daniel@braunwarth.dev> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Bar: - X-Rspamd-Report: R_MISSING_CHARSET(0.5) MIME_GOOD(-0.1) MID_CONTAINS_FROM(1) BAYES_HAM(-2.999964) X-Rspamd-Score: -1.599964 Received: from unknown (HELO unkown) (::1) by bergelmir.uberspace.de (Haraka/2.8.28) with ESMTPSA; Mon, 28 Feb 2022 14:34:30 +0100 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This set of patches adds the Ethertypes for PROFINET and EtherCAT. The defines should be used by iproute2 to extend the list of available link layer protocols. Daniel Braunwarth (2): if_ether.h: add PROFINET Ethertype if_ether.h: add EtherCAT Ethertype include/uapi/linux/if_ether.h | 2 ++ 1 file changed, 2 insertions(+) -- 2.35.1