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]
Date:   Fri, 24 May 2019 09:00:23 +0000
From:   Rasmus Villemoes <rasmus.villemoes@...vas.dk>
To:     Andrew Lunn <andrew@...n.ch>,
        Vivien Didelot <vivien.didelot@...il.com>,
        Florian Fainelli <f.fainelli@...il.com>,
        "David S. Miller" <davem@...emloft.net>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC:     Rasmus Villemoes <Rasmus.Villemoes@...vas.se>
Subject: [PATCH v2 0/5] net: dsa: support for mv88e6250

This is some mostly-working code adding support for the mv88e6250
chip. I'm not quite done checking whether all the methods in the _ops
structure are appropriate, but basic switchdev functionality seems to
work.

v2:
- rebase on top of net-next/master
- add reviewed-by to two patches unchanged from v1 (2,3)
- add separate watchdog_ops

Rasmus Villemoes (5):
  net: dsa: mv88e6xxx: introduce support for two chips using direct smi
    addressing
  net: dsa: prepare mv88e6xxx_g1_atu_op() for the mv88e6250
  net: dsa: implement vtu_getnext and vtu_loadpurge for mv88e6250
  net: dsa: mv88e6xxx: implement watchdog_ops for mv88e6250
  net: dsa: add support for mv88e6250

 drivers/net/dsa/mv88e6xxx/chip.c        | 73 +++++++++++++++++++++++++
 drivers/net/dsa/mv88e6xxx/chip.h        |  8 +++
 drivers/net/dsa/mv88e6xxx/global1.c     | 19 +++++++
 drivers/net/dsa/mv88e6xxx/global1.h     |  5 ++
 drivers/net/dsa/mv88e6xxx/global1_atu.c |  5 +-
 drivers/net/dsa/mv88e6xxx/global1_vtu.c | 58 ++++++++++++++++++++
 drivers/net/dsa/mv88e6xxx/global2.c     | 26 +++++++++
 drivers/net/dsa/mv88e6xxx/global2.h     | 14 +++++
 drivers/net/dsa/mv88e6xxx/port.h        |  1 +
 drivers/net/dsa/mv88e6xxx/smi.c         | 25 ++++++++-
 10 files changed, 232 insertions(+), 2 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ