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] [day] [month] [year] [list]
Date: Sun, 25 Jun 2023 13:59:45 +0200
From: Paweł Dembicki <paweldembicki@...il.com>
To: netdev@...r.kernel.org
Cc: linus.walleij@...aro.org, Russell King <linux@...linux.org.uk>, 
	Jakub Kicinski <kuba@...nel.org>, Simon Horman <simon.horman@...igine.com>
Subject: Re: [PATCH net-next 0/6] net: dsa: vsc73xx: Make vsc73xx usable

śr., 21 cze 2023 o 21:14 Pawel Dembicki <paweldembicki@...il.com> napisał(a):
>
> This patch series is focused on getting vsc73xx usable.
>
> First patch is simple convert to phylink, because adjust_link won't work
> anymore.
>
> Patches 2-5 are basic implementation of tag8021q funcionality with QinQ
> support without vlan filtering in bridge and simple vlan aware in vlan
> filtering mode.
>
> STP frames isn't forwarded at this moment. BPDU frames are forwarded
> only from to PI/SI interface. For more info see chapter
> 2.7.1 (CPU Forwarding) in datasheet.
>
> Last patch fix wrong MTU configuration.
>
> Pawel Dembicki (6):
>   net: dsa: vsc73xx: convert to PHYLINK
>   net: dsa: vsc73xx: add port_stp_state_set function
>   net: dsa: vsc73xx: Add dsa tagging based on 8021q
>   net: dsa: vsc73xx: Add bridge support
>   net: dsa: vsc73xx: Add vlan filtering
>   net: dsa: vsc73xx: fix MTU configuration
>
>  drivers/net/dsa/Kconfig                |   2 +-
>  drivers/net/dsa/vitesse-vsc73xx-core.c | 928 ++++++++++++++++++++-----
>  drivers/net/dsa/vitesse-vsc73xx.h      |   1 +
>  include/net/dsa.h                      |   2 +
>  net/dsa/Kconfig                        |   6 +
>  net/dsa/Makefile                       |   1 +
>  net/dsa/tag_vsc73xx_8021q.c            |  87 +++
>  7 files changed, 857 insertions(+), 170 deletions(-)
>  create mode 100644 net/dsa/tag_vsc73xx_8021q.c
>
> --
> 2.34.1
>

I pushed v2. Thank Russell, Jakub, Simon and other people for helping me.

--
Pawel Dembicki

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ