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
| ||
|
Message-Id: <20230530083916.2139667-1-lukma@denx.de> Date: Tue, 30 May 2023 10:39:13 +0200 From: Lukasz Majewski <lukma@...x.de> To: Andrew Lunn <andrew@...n.ch>, Vladimir Oltean <olteanv@...il.com>, Russell King <linux@...linux.org.uk> Cc: Eric Dumazet <edumazet@...gle.com>, Florian Fainelli <f.fainelli@...il.com>, "David S. Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Alexander Duyck <alexander.duyck@...il.com>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Lukasz Majewski <lukma@...x.de> Subject: [PATCH v8 0/3] dsa: marvell: Add support for mv88e6071 and 6020 switches After the commit (SHA1: 7e9517375a14f44ee830ca1c3278076dd65fcc8f); "net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290" the error when mv88e6020 or mv88e6071 is used is not present anymore. As a result patches for adding max frame size are not required to provide working setup with aforementioned switches. Lukasz Majewski (2): net: dsa: Define .set_max_frame_size() callback for mv88e6250 SoC family net: dsa: mv88e6xxx: add support for MV88E6071 switch Matthias Schiffer (1): net: dsa: mv88e6xxx: add support for MV88E6020 switch drivers/net/dsa/mv88e6xxx/chip.c | 41 ++++++++++++++++++++++++++++++++ drivers/net/dsa/mv88e6xxx/chip.h | 4 +++- drivers/net/dsa/mv88e6xxx/port.h | 2 ++ 3 files changed, 46 insertions(+), 1 deletion(-) -- 2.20.1
Powered by blists - more mailing lists