bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-25 09:23:53 to 2022-10-18 13:47:27 UTC [more...]

[Bridge] [PATCH v7 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-18 13:47 UTC  (23+ messages)
` [Bridge] [PATCH v7 net-next 1/9] net: bridge: add locked entry fdb flag to extend locked port feature
` [Bridge] [PATCH v7 net-next 2/9] net: bridge: add blackhole fdb entry flag
` [Bridge] [PATCH v7 net-next 3/9] net: switchdev: add support for offloading of the FDB locked flag
` [Bridge] [PATCH v7 net-next 4/9] net: switchdev: support offloading of the FDB blackhole flag
` [Bridge] [PATCH v7 net-next 5/9] drivers: net: dsa: add fdb entry flags to drivers
` [Bridge] [PATCH v7 net-next 6/9] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
` [Bridge] [PATCH v7 net-next 7/9] net: dsa: mv88e6xxx: mac-auth/MAB implementation
` [Bridge] [PATCH v7 net-next 8/9] net: dsa: mv88e6xxx: add blackhole ATU entries
` [Bridge] [PATCH v7 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[Bridge] [RFC PATCH net-next 00/19] bridge: mcast: Extensions for EVPN
 2022-10-18 12:04 UTC  (20+ messages)
` [Bridge] [RFC PATCH net-next 01/19] bridge: mcast: Centralize netlink attribute parsing
` [Bridge] [RFC PATCH net-next 02/19] bridge: mcast: Remove redundant checks
` [Bridge] [RFC PATCH net-next 03/19] bridge: mcast: Use MDB configuration structure where possible
` [Bridge] [RFC PATCH net-next 04/19] bridge: mcast: Propagate MDB configuration structure further
` [Bridge] [RFC PATCH net-next 05/19] bridge: mcast: Use MDB group key from configuration structure
` [Bridge] [RFC PATCH net-next 06/19] bridge: mcast: Remove br_mdb_parse()
` [Bridge] [RFC PATCH net-next 07/19] bridge: mcast: Move checks out of critical section
` [Bridge] [RFC PATCH net-next 08/19] bridge: mcast: Remove redundant function arguments
` [Bridge] [RFC PATCH net-next 09/19] bridge: mcast: Do not derive entry type from its filter mode
` [Bridge] [RFC PATCH net-next 10/19] bridge: mcast: Split (*, G) and (S, G) addition into different functions
` [Bridge] [RFC PATCH net-next 11/19] bridge: mcast: Place netlink policy before validation functions
` [Bridge] [RFC PATCH net-next 12/19] bridge: mcast: Add a centralized error path
` [Bridge] [RFC PATCH net-next 13/19] bridge: mcast: Expose br_multicast_new_group_src()
` [Bridge] [RFC PATCH net-next 14/19] bridge: mcast: Add a flag for user installed source entries
` [Bridge] [RFC PATCH net-next 15/19] bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source
` [Bridge] [RFC PATCH net-next 16/19] bridge: mcast: Add support for (*, G) with a source list and filter mode
` [Bridge] [RFC PATCH net-next 17/19] bridge: mcast: Allow user space to add "
` [Bridge] [RFC PATCH net-next 18/19] bridge: mcast: Allow user space to specify MDB entry routing protocol
` [Bridge] [RFC PATCH net-next 19/19] bridge: mcast: Support replacement of MDB port group entries

[Bridge] [PATCH net-next 0/4] bridge: A few multicast cleanups
 2022-10-18  8:37 UTC  (9+ messages)
` [Bridge] [PATCH net-next 1/4] selftests: bridge_vlan_mcast: Delete qdiscs during cleanup
` [Bridge] [PATCH net-next 2/4] selftests: bridge_igmp: Remove unnecessary address deletion
` [Bridge] [PATCH net-next 3/4] bridge: mcast: Use spin_lock() instead of spin_lock_bh()
` [Bridge] [PATCH net-next 4/4] bridge: mcast: Simplify MDB entry creation

[Bridge] [PATCH v2 iproute2-next 1/4] include: uapi: MacAuth and Blackhole feature header changes
 2022-10-13  8:44 UTC  (6+ messages)
` [Bridge] [PATCH v2 iproute2-next 2/4] bridge: fdb: show locked FDB entries flag in output
` [Bridge] [PATCH v2 iproute2-next 3/4] bridge: link: enable MacAuth/MAB feature
` [Bridge] [PATCH v2 iproute2-next 4/4] bridge: fdb: enable FDB blackhole feature

[Bridge] [PATCH v6 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-08 11:34 UTC  (24+ messages)
` [Bridge] [PATCH v6 net-next 1/9] net: bridge: add locked entry fdb flag to extend locked port feature
` [Bridge] [PATCH v6 net-next 2/9] net: bridge: add blackhole fdb entry flag
` [Bridge] [PATCH v6 net-next 3/9] net: switchdev: add support for offloading of the FDB locked flag
` [Bridge] [PATCH v6 net-next 4/9] net: switchdev: support offloading of the FDB blackhole flag
` [Bridge] [PATCH v6 net-next 5/9] drivers: net: dsa: add fdb entry flags to drivers
` [Bridge] [PATCH v6 net-next 6/9] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
` [Bridge] [PATCH v6 net-next 7/9] net: dsa: mv88e6xxx: mac-auth/MAB implementation
` [Bridge] [PATCH v6 net-next 8/9] net: dsa: mv88e6xxx: add blackhole ATU entries
` [Bridge] [PATCH v6 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[Bridge] [PATCH iproute2-next 1/2] bridge: link: enable MacAuth/MAB feature
 2022-10-03 18:23 UTC  (12+ messages)
` [Bridge] [PATCH iproute2-next 2/2] bridge: fdb: enable FDB blackhole feature

[Bridge] [PATCH RFC net-next 0/5] net: vlan: fix bridge binding behavior and add selftests
 2022-09-30 13:11 UTC  (12+ messages)
` [Bridge] [PATCH RFC net-next 1/5] net: core: export call_netdevice_notifiers_info
` [Bridge] [PATCH RFC net-next 2/5] net: core: introduce a new notifier for link-type-specific changes
` [Bridge] [PATCH RFC net-next 3/5] net: 8021q: notify bridge module of bridge-binding flag change
` [Bridge] [PATCH RFC net-next 4/5] net: bridge: handle link-type-specific changes in the bridge module
  ` [Bridge] [net] f6390526ee: WARNING:at_net/core/dev.c:#unregister_netdevice_many
` [Bridge] [PATCH RFC net-next 5/5] selftests: net: tests for bridge binding behavior

[Bridge] [PATCH net-next] net: bridge: assign path_cost for 2.5G and 5G link speed
 2022-09-30 11:40 UTC  (2+ messages)

[Bridge] [PATCH v5 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-09-29 22:26 UTC  (69+ messages)
` [Bridge] [PATCH v5 net-next 1/6] net: bridge: add locked entry fdb flag to extend locked port feature
` [Bridge] [PATCH v5 net-next 2/6] net: switchdev: add support for offloading of fdb locked flag
` [Bridge] [PATCH v5 net-next 3/6] drivers: net: dsa: add locked fdb entry flag to drivers
` [Bridge] [PATCH v5 net-next 4/6] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
` [Bridge] [PATCH v5 net-next 5/6] net: dsa: mv88e6xxx: MacAuth/MAB implementation
` [Bridge] [PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[Bridge] [PATCH v6 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
 2022-09-29 16:22 UTC  (4+ messages)

[Bridge] [PATCH v6 net-next 8/9] net: dsa: mv88e6xxx: add blackhole ATU entries
 2022-09-28 17:48 UTC 

[Bridge] [PATCH v6 net-next 7/9] net: dsa: mv88e6xxx: mac-auth/MAB implementation
 2022-09-28 17:48 UTC 

[Bridge] [PATCH v6 net-next 6/9] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
 2022-09-28 17:48 UTC 

[Bridge] [PATCH net-next v4 00/12] net: bridge: add flush filtering support
 2022-09-21  6:43 UTC  (5+ messages)
` [Bridge] [PATCH net-next v4 04/12] net: netlink: add NLM_F_BULK delete request modifier

[Bridge] [syzbot] memory leak in do_replace
 2022-09-19 23:27 UTC 

[Bridge] [PATCH RFC net-next 0/3] net: vlan: fix bridge binding behavior and add selftests
 2022-08-31 10:16 UTC  (11+ messages)

[Bridge] [PATCH] netfilter: ebtables: fix a NULL pointer dereference in ebt_do_table()
 2022-08-29 14:10 UTC  (5+ messages)
` [Bridge] [PATCH nf] netfilter: ebtables: reject blobs that don't provide all entry points

[Bridge] [PATCH v4 net-next 3/6] drivers: net: dsa: add locked fdb entry flag to drivers
 2022-08-25 15:14 UTC  (17+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).