public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] bridge: Add MAC Authentication Bypass (MAB) support
@ 2022-11-01 19:39 Ido Schimmel
  2022-11-01 19:39 ` [PATCH net-next 1/2] " Ido Schimmel
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ido Schimmel @ 2022-11-01 19:39 UTC (permalink / raw)
  To: netdev, bridge
  Cc: davem, kuba, pabeni, edumazet, roopa, razor, netdev,
	vladimir.oltean, mlxsw, Ido Schimmel

Patch #1 adds MAB support in the bridge driver. See the commit message
for motivation, design choices and implementation details.

Patch #2 adds corresponding test cases.

Follow-up patchsets will add offload support in mlxsw and mv88e6xxx.

Hans J. Schultz (2):
  bridge: Add MAC Authentication Bypass (MAB) support
  selftests: forwarding: Add MAC Authentication Bypass (MAB) test cases

 include/linux/if_bridge.h                     |   1 +
 include/uapi/linux/if_link.h                  |   1 +
 include/uapi/linux/neighbour.h                |   8 +-
 net/bridge/br_fdb.c                           |  24 +++
 net/bridge/br_input.c                         |  21 ++-
 net/bridge/br_netlink.c                       |  21 ++-
 net/bridge/br_private.h                       |   3 +-
 net/core/rtnetlink.c                          |   5 +
 .../net/forwarding/bridge_locked_port.sh      | 155 +++++++++++++++++-
 tools/testing/selftests/net/forwarding/lib.sh |   8 +
 10 files changed, 241 insertions(+), 6 deletions(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-04 13:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 19:39 [PATCH net-next 0/2] bridge: Add MAC Authentication Bypass (MAB) support Ido Schimmel
2022-11-01 19:39 ` [PATCH net-next 1/2] " Ido Schimmel
2022-11-02 13:16   ` Nikolay Aleksandrov
2022-11-03 23:18   ` Vladimir Oltean
2022-11-04 11:23     ` netdev
2022-11-04 13:11       ` Vladimir Oltean
2022-11-01 19:39 ` [PATCH net-next 2/2] selftests: forwarding: Add MAC Authentication Bypass (MAB) test cases Ido Schimmel
2022-11-02 13:17   ` Nikolay Aleksandrov
2022-11-03 23:15   ` Vladimir Oltean
2022-11-04  5:00 ` [PATCH net-next 0/2] bridge: Add MAC Authentication Bypass (MAB) support patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox