| From: |
| David Yang <mmyangfl-AT-gmail.com> |
| To: |
| netdev-AT-vger.kernel.org |
| Subject: |
| [PATCH net-next v6 0/2] net: dsa: yt921x: Add ACL support |
| Date: |
| Sat, 06 Jun 2026 21:00:05 +0800 |
| Message-ID: |
| <20260606130011.307812-1-mmyangfl@gmail.com> |
| Cc: |
| David Yang <mmyangfl-AT-gmail.com>, Andrew Lunn <andrew-AT-lunn.ch>, Vladimir Oltean <olteanv-AT-gmail.com>, "David S. Miller" <davem-AT-davemloft.net>, Eric Dumazet <edumazet-AT-google.com>, Jakub Kicinski <kuba-AT-kernel.org>, Paolo Abeni <pabeni-AT-redhat.com>, Simon Horman <horms-AT-kernel.org>, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
v5: https://lore.kernel.org/r/20260602083755.79411-1-mmyangfl...
- validate tcp flags
- fix TRAP action
- unconditionally discard rule on deletion
- trap traffic when hardware meters are exhausted
- avoid devm_*
v4: https://lore.kernel.org/r/20260528193726.1893365-1-mmyang...
- make use of software fallback
- guard duplicate POLICE and PRIORITY
v3: https://lore.kernel.org/r/20260523020704.503966-1-mmyangf...
- handle ACL tag code
- fix the upper bound for FLOW_DISSECTOR_KEY_PORTS_RANGE
- extack messages when possible
- check the redirect target for FLOW_ACTION_REDIRECT
- fix candidates overrun
- fix the activation order for rule and action
v2: https://lore.kernel.org/r/20260520022242.120640-1-mmyangf...
- v1 was mistakenly sent as v2
v1: https://lore.kernel.org/r/20260514192140.3468543-1-mmyang...
- fix issue reported by test robot
David Yang (2):
net: dsa: tag_yt921x: handle ACL tag code
net: dsa: yt921x: Add ACL support
drivers/net/dsa/yt921x.c | 1072 +++++++++++++++++++++++++++++++++++++-
drivers/net/dsa/yt921x.h | 286 ++++++++++
net/dsa/tag_yt921x.c | 2 +
3 files changed, 1357 insertions(+), 3 deletions(-)
--
2.53.0