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:	Fri, 29 May 2015 21:13:31 +0200
From:	Andrew Lunn <andrew@...n.ch>
To:	netdev <netdev@...r.kernel.org>
Cc:	Florian Fainelli <f.fainelli@...il.com>,
	Guenter Roeck <linux@...ck-us.net>, mathieu@...eaurora.org,
	Andrew Lunn <andrew@...n.ch>
Subject: [PATCH RFC 0/3] DSA: Support multiple CPU ports

This is an RFC set of patches to support multiple CPU ports
in a DSA setup.

In the kirkwood DIR665 example, host eth1 is used for traffic to/from
ports lan4, lan2 and wan, where as all other ports use eth0.

RFC because it needs more testing and it would be nice to know if the
basic idea is applicable to SF2, etc.

Andrew Lunn (3):
  net: dsa: Refactor DT probing of a switch port
  dsa: Add support for multiple cpu ports.
  kirkwood: dir665: Enable the second Ethernet to the Switch

 Documentation/devicetree/bindings/net/dsa/dsa.txt |  66 ++++++++-
 arch/arm/boot/dts/kirkwood-dir665.dts             |  22 ++-
 drivers/net/dsa/mv88e6xxx.c                       |   8 +-
 include/net/dsa.h                                 |  28 +++-
 net/dsa/dsa.c                                     | 166 ++++++++++++++++------
 net/dsa/dsa_priv.h                                |   6 +
 net/dsa/slave.c                                   |  10 +-
 net/dsa/tag_brcm.c                                |   2 +-
 net/dsa/tag_dsa.c                                 |   2 +-
 net/dsa/tag_edsa.c                                |   2 +-
 net/dsa/tag_trailer.c                             |   2 +-
 11 files changed, 260 insertions(+), 54 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ