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-next>] [day] [month] [year] [list]
Date:   Thu,  9 Mar 2023 13:54:14 +0100
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 0/7] dsa: marvell: Add support for mv88e6071 and 6020 switches

This patch set provides following changes:

- Provide support for mv88e6020 and mv88e6071 switch circuits (the
  "Link Street" family of products including added earlier to this
  driver mv88e6250 and mv88e6220).

- Add the max_frame size variable to specify the buffer size for the
  maximal frame size

- The above change required adjusting all supported devices in the
  mv88e6xxx driver, as the current value assignment is depending
  on the set of provided callbacks for each switch circuit - i.e.
  until now the value was not explicitly specified.

- As the driver for Marvell's mv88e6xxx switches was rather complicated
  the intermediate function (removed by the end of this patch set)
  has been introduced. It was supposed to both validate the provided
  values deduced from the code and leave a trace of the exact
  methodology used.

Lukasz Majewski (6):
  dsa: marvell: Provide per device information about max frame size
  net: dsa: mv88e6xxx: add support for MV88E6071 switch
  dsa: marvell: Define .set_max_frame_size() function for mv88e6250 SoC
    family
  dsa: marvell: Add helper function to validate the max_frame_size
    variable
  dsa: marvell: Correct value of max_frame_size variable after
    validation
  dsa: marvell: Modify get max MTU callback to use per switch provided
    value

Matthias Schiffer (1):
  net: dsa: mv88e6xxx: add support for MV88E6020 switch

 drivers/net/dsa/mv88e6xxx/chip.c | 83 ++++++++++++++++++++++++++++++--
 drivers/net/dsa/mv88e6xxx/chip.h |  8 +++
 drivers/net/dsa/mv88e6xxx/port.h |  2 +
 3 files changed, 88 insertions(+), 5 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ