lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3feaff7a-fcec-49d9-a738-fa2e00439b28@lunn.ch>
Date: Sat, 15 Nov 2025 21:41:55 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Peter Enderborg <peterend@...s.com>
Cc: Andrew Lunn <andrew+netdev@...n.ch>,
	"David S . Miller" <davem@...emloft.net>,
	Eric Dumazet <edumazet@...gle.com>,
	Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
	netdev@...r.kernel.org, Daniel Golle <daniel@...rotopia.org>
Subject: Re: [PATCH for net-next] if_ether.h: Clarify ethertype validity for
 gsw1xx dsa

On Fri, Nov 14, 2025 at 02:59:36PM +0100, Peter Enderborg wrote:
> This 0x88C3 is registered to Infineon Technologies Corporate Research ST
> and are used by MaxLinear. Infineon subsidiary Lantiq was acquired
> by Intel. MaxLinear bought IP's from Intel including this network chip.
> Ref https://standards-oui.ieee.org/ethertype/eth.txt
> 
> Signed-off-by: Peter Enderborg <peterend@...s.com>
> ---
>  include/uapi/linux/if_ether.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h
> index 2c93b7b731c8..df9d44a11540 100644
> --- a/include/uapi/linux/if_ether.h
> +++ b/include/uapi/linux/if_ether.h
> @@ -92,7 +92,9 @@
>  #define ETH_P_ETHERCAT	0x88A4		/* EtherCAT			*/
>  #define ETH_P_8021AD	0x88A8          /* 802.1ad Service VLAN		*/
>  #define ETH_P_802_EX1	0x88B5		/* 802.1 Local Experimental 1.  */
> -#define ETH_P_MXLGSW	0x88C3		/* MaxLinear GSW DSA [ NOT AN OFFICIALLY REGISTERED ID ] */
> +#define ETH_P_MXLGSW	0x88C3		/* Infineon Technologies Corporate Research ST
> +					 * Used by MaxLinear GSW DSA
> +					 */

Is this actually registered with IANA? 

https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml

Does not list it. Please keep the "NOT AN OFFICIALLY REGISTERED ID" if
it is not.

	Andrew

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ