bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-13 14:06:14 to 2022-11-05 16:36:42 UTC [more...]

[Bridge] [PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
 2022-11-05 16:36 UTC  (6+ messages)
` [Bridge] [PATCH v4a 17/38] timers: net: Use timer_shutdown_sync() before freeing timer

[Bridge] [RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
 2022-11-04 23:34 UTC  (10+ messages)
` [Bridge] [RFC][PATCH v3 19/33] timers: net: Use timer_shutdown_sync() before freeing timer

[Bridge] [RFC][PATCH v2 19/31] timers: net: Use del_timer_shutdown() before freeing timer
 2022-11-04 16:14 UTC  (17+ messages)

[Bridge] [PATCH net-next 0/2] bridge: Add MAC Authentication Bypass (MAB) support
 2022-11-04 13:11 UTC  (10+ messages)
` [Bridge] [PATCH net-next 1/2] "
` [Bridge] [PATCH net-next 2/2] selftests: forwarding: Add MAC Authentication Bypass (MAB) test cases

[Bridge] [RFC PATCH net-next 00/16] bridge: Add MAC Authentication Bypass (MAB) support with offload
 2022-11-03 23:03 UTC  (39+ messages)
` [Bridge] [RFC PATCH net-next 01/16] bridge: Add MAC Authentication Bypass (MAB) support
` [Bridge] [RFC PATCH net-next 02/16] selftests: forwarding: Add MAC Authentication Bypass (MAB) test cases
` [Bridge] [RFC PATCH net-next 03/16] bridge: switchdev: Let device drivers determine FDB offload indication
` [Bridge] [RFC PATCH net-next 04/16] bridge: switchdev: Allow device drivers to install locked FDB entries
` [Bridge] [RFC PATCH net-next 05/16] devlink: Add packet traps for 802.1X operation
` [Bridge] [RFC PATCH net-next 06/16] mlxsw: spectrum_trap: Register 802.1X packet traps with devlink
` [Bridge] [RFC PATCH net-next 07/16] mlxsw: reg: Add Switch Port FDB Security Register
` [Bridge] [RFC PATCH net-next 08/16] mlxsw: spectrum: Add an API to configure security checks
` [Bridge] [RFC PATCH net-next 09/16] mlxsw: spectrum_switchdev: Prepare for locked FDB notifications
` [Bridge] [RFC PATCH net-next 10/16] mlxsw: spectrum_switchdev: Add support "
` [Bridge] [RFC PATCH net-next 11/16] mlxsw: spectrum_switchdev: Use extack in bridge port flag validation
` [Bridge] [RFC PATCH net-next 12/16] mlxsw: spectrum_switchdev: Add locked bridge port support
` [Bridge] [RFC PATCH net-next 13/16] selftests: devlink_lib: Split out helper
` [Bridge] [RFC PATCH net-next 14/16] selftests: mlxsw: Add a test for EAPOL trap
` [Bridge] [RFC PATCH net-next 15/16] selftests: mlxsw: Add a test for locked port trap
` [Bridge] [RFC PATCH net-next 16/16] selftests: mlxsw: Add a test for invalid locked bridge port configurations

[Bridge] [RFC PATCH net-next 00/19] bridge: mcast: Extensions for EVPN
 2022-11-03  9:09 UTC  (25+ 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] bridge: Fix flushing of dynamic FDB entries
 2022-11-03  4:00 UTC  (3+ messages)

[Bridge] [RFC][PATCH v2 19/31] timers: net: Use del_timer_shutdown() before freeing timer
 2022-10-27 23:13 UTC 

[Bridge] [PATCH v8 net-next 00/12] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-24 17:08 UTC  (69+ messages)
` [Bridge] [PATCH v8 net-next 01/12] net: bridge: add locked entry fdb flag to extend locked port feature
` [Bridge] [PATCH v8 net-next 02/12] net: bridge: add blackhole fdb entry flag
` [Bridge] [PATCH v8 net-next 03/12] net: bridge: enable bridge to install locked fdb entries from drivers
` [Bridge] [PATCH v8 net-next 04/12] net: bridge: add MAB flag to hardware offloadable flags
` [Bridge] [PATCH v8 net-next 05/12] net: dsa: propagate the locked flag down through the DSA layer
` [Bridge] [PATCH v8 net-next 06/12] net: bridge: enable bridge to send and receive blackhole FDB entries
` [Bridge] [PATCH v8 net-next 07/12] net: dsa: send the blackhole flag down through the DSA layer
` [Bridge] [PATCH v8 net-next 08/12] drivers: net: dsa: add fdb entry flags incoming to switchcore drivers
` [Bridge] [PATCH v8 net-next 09/12] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
` [Bridge] [PATCH v8 net-next 10/12] net: dsa: mv88e6xxx: mac-auth/MAB implementation
` [Bridge] [PATCH v8 net-next 11/12] net: dsa: mv88e6xxx: add blackhole ATU entries
` [Bridge] [PATCH v8 net-next 12/12] selftests: forwarding: add MAB tests to locked port tests

[Bridge] [PATCH net-next 0/4] bridge: A few multicast cleanups
 2022-10-19 13:10 UTC  (10+ 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 106/141] net: bridge: Fix fall-through warnings for Clang
 2022-10-19 11:58 UTC 

[Bridge] [PATCH v7 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-18 14:29 UTC  (14+ messages)
` [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 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests


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).