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:   Sun, 21 Jun 2020 14:45:58 +0300
From:   Vladimir Oltean <olteanv@...il.com>
To:     davem@...emloft.net, netdev@...r.kernel.org
Cc:     UNGLinuxDriver@...rochip.com, alexandre.belloni@...tlin.com,
        andrew@...n.ch, f.fainelli@...il.com, vivien.didelot@...il.com,
        claudiu.manoil@....com, alexandru.marginean@....com,
        xiaoliang.yang_1@....com, yangbo.lu@....com
Subject: [PATCH net-next 0/5] Multicast improvement in Ocelot and Felix drivers

From: Vladimir Oltean <vladimir.oltean@....com>

This series makes some basic multicast forwarding functionality work for
Felix DSA and for Ocelot switchdev. IGMP/MLD snooping in Felix is still
missing, and there are other improvements to be made in the general area
of multicast address filtering towards the CPU, but let's get these
hardware-specific fixes out of the way first.

Vladimir Oltean (5):
  net: mscc: ocelot: fix encoding destination ports into multicast IPv4
    address
  net: mscc: ocelot: make the NPI port a proper target for FDB and MDB
  net: dsa: felix: call port mdb operations from ocelot
  net: mscc: ocelot: introduce macros for iterating over PGIDs
  net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entries

 drivers/net/dsa/ocelot/felix.c         |  26 +++++
 drivers/net/ethernet/mscc/ocelot.c     | 137 ++++++++++++++++++-------
 drivers/net/ethernet/mscc/ocelot.h     |   6 +-
 drivers/net/ethernet/mscc/ocelot_net.c |  28 ++++-
 include/soc/mscc/ocelot.h              |  19 ++++
 5 files changed, 175 insertions(+), 41 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ