[PATCH net-next v6 0/2] net: dsa: yt921x: Add ACL support
From: David Yang <mmyangfl@gmail.com>
Date: 2026-06-06 13:07:05
Also in:
lkml
v5: https://lore.kernel.org/r/20260602083755.79411-1-mmyangfl@gmail.com (local) - 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-mmyangfl@gmail.com (local) - make use of software fallback - guard duplicate POLICE and PRIORITY v3: https://lore.kernel.org/r/20260523020704.503966-1-mmyangfl@gmail.com (local) - 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-mmyangfl@gmail.com (local) - v1 was mistakenly sent as v2 v1: https://lore.kernel.org/r/20260514192140.3468543-1-mmyangfl@gmail.com (local) - 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