[PATCH net v3 0/7] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling

arinc9.unal@gmail.com posted 7 patches 1 year, 3 months ago
There is a newer version of this series
MAINTAINERS              |  5 +--
drivers/net/dsa/mt7530.c | 75 ++++++++++++++++++++++++++++++++++++-------
drivers/net/dsa/mt7530.h | 26 +++++++++------
include/net/dsa.h        |  8 +++++
net/dsa/dsa.c            | 24 +++++++++++++-
5 files changed, 115 insertions(+), 23 deletions(-)
[PATCH net v3 0/7] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
Posted by arinc9.unal@gmail.com 1 year, 3 months ago
Hi.

This patch series fixes hopefully all issues regarding multiple CPU ports
and the handling of LLDP frames and BPDUs.

I am adding me as a maintainer, I've got some code improvements on the way.
I will keep an eye on this driver and the patches submitted for it in the
future.

Arınç

v3: Fix the from header on the patches. Write a cover letter.
v2: Add patches to fix the handling of LLDP frames and BPDUs.

 MAINTAINERS              |  5 +--
 drivers/net/dsa/mt7530.c | 75 ++++++++++++++++++++++++++++++++++++-------
 drivers/net/dsa/mt7530.h | 26 +++++++++------
 include/net/dsa.h        |  8 +++++
 net/dsa/dsa.c            | 24 +++++++++++++-
 5 files changed, 115 insertions(+), 23 deletions(-)