Ethernet Bridge development
 help / color / mirror / Atom feed
 messages from 2022-11-08 14:38:01 to 2023-01-30 17:34:25 UTC [more...]

[Bridge] [PATCH net-next 0/5] ATU and FDB synchronization on locked ports
 2023-01-30 17:34 UTC  (2+ messages)
` [Bridge] [PATCH net-next 1/5] net: bridge: add dynamic flag to switchdev notifier

[Bridge] [PATCH net-next 00/16] bridge: Limit number of MDB entries per port, port-vlan
 2023-01-30 15:50 UTC  (44+ messages)
` [Bridge] [PATCH net-next 01/16] net: bridge: Set strict_start_type at two policies
` [Bridge] [PATCH net-next 02/16] net: bridge: Add extack to br_multicast_new_port_group()
` [Bridge] [PATCH net-next 03/16] net: bridge: Move extack-setting "
` [Bridge] [PATCH net-next 04/16] net: bridge: Add br_multicast_del_port_group()
` [Bridge] [PATCH net-next 05/16] net: bridge: Change a cleanup in br_multicast_new_port_group() to goto
` [Bridge] [PATCH net-next 06/16] net: bridge: Add a tracepoint for MDB overflows
` [Bridge] [PATCH net-next 07/16] net: bridge: Maintain number of MDB entries in net_bridge_mcast_port
` [Bridge] [PATCH net-next 08/16] net: bridge: Add netlink knobs for number / maximum MDB entries
` [Bridge] [PATCH net-next 09/16] selftests: forwarding: Move IGMP- and MLD-related functions to lib
` [Bridge] [PATCH net-next 10/16] selftests: forwarding: bridge_mdb: Fix a typo
` [Bridge] [PATCH net-next 11/16] selftests: forwarding: lib: Add helpers for IP address handling
` [Bridge] [PATCH net-next 12/16] selftests: forwarding: lib: Add helpers for checksum handling
` [Bridge] [PATCH net-next 13/16] selftests: forwarding: lib: Parameterize IGMPv3/MLDv2 generation
` [Bridge] [PATCH net-next 14/16] selftests: forwarding: lib: Allow list of IPs for IGMPv3/MLDv2
` [Bridge] [PATCH net-next 15/16] selftests: forwarding: lib: Add helpers to build IGMP/MLD leave packets
` [Bridge] [PATCH net-next 16/16] selftests: forwarding: bridge_mdb_max: Add a new selftest

[Bridge] [PATCH net-next v2] netlink: provide an ability to set default extack message
 2023-01-29 18:44 UTC  (3+ messages)

[Bridge] [PATCH net-next v1] netlink: provide an ability to set default extack message
 2023-01-29 12:30 UTC 

[Bridge] [PATCH net-next] netlink: provide an ability to set default extack message
 2023-01-29 11:43 UTC  (10+ messages)

[Bridge] Packet loss when ~400 virtual machine connected to a bridge
 2023-01-25 17:58 UTC 

[Bridge] [RFC PATCH net-next 0/5] ATU and FDB synchronization on locked ports
 2023-01-22 11:08 UTC  (15+ messages)
` [Bridge] [RFC PATCH net-next 1/5] net: bridge: add dynamic flag to switchdev notifier
` [Bridge] [RFC PATCH net-next 2/5] net: dsa: propagate flags down towards drivers
` [Bridge] [RFC PATCH net-next 3/5] drivers: net: dsa: add fdb entry flags incoming to switchcore drivers
` [Bridge] [RFC PATCH net-next 4/5] net: bridge: ensure FDB offloaded flag is handled as needed
` [Bridge] [RFC PATCH net-next 5/5] net: dsa: mv88e6xxx: implementation of dynamic ATU entries

[Bridge] [syzbot] possible deadlock in br_multicast_rcv (3)
 2023-01-16 16:40 UTC 

[Bridge] [PATCH v5 net-next 00/15] net: bridge: Multiple Spanning Trees
 2023-01-09 12:29 UTC  (9+ messages)
` [Bridge] [PATCH v5 net-next 01/15] net: bridge: mst: Multiple Spanning Tree (MST) mode

[Bridge] MLD proxying between bridge ports, recommendations?
 2022-12-28 18:04 UTC 

[Bridge] [PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-23 15:41 UTC  (5+ messages)

[Bridge] [PATCH] net: bridge: mcast: read ngrec once in igmp3/mld2 report
 2022-12-20 14:59 UTC  (3+ messages)

[Bridge] [PATCH net-next v2 00/14] bridge: mcast: Extensions for EVPN
 2022-12-12 23:40 UTC  (17+ messages)
` [Bridge] [PATCH net-next v2 01/14] bridge: mcast: Do not derive entry type from its filter mode
` [Bridge] [PATCH net-next v2 02/14] bridge: mcast: Split (*, G) and (S, G) addition into different functions
` [Bridge] [PATCH net-next v2 03/14] bridge: mcast: Place netlink policy before validation functions
` [Bridge] [PATCH net-next v2 04/14] bridge: mcast: Add a centralized error path
` [Bridge] [PATCH net-next v2 05/14] bridge: mcast: Expose br_multicast_new_group_src()
` [Bridge] [PATCH net-next v2 06/14] bridge: mcast: Expose __br_multicast_del_group_src()
` [Bridge] [PATCH net-next v2 07/14] bridge: mcast: Add a flag for user installed source entries
` [Bridge] [PATCH net-next v2 08/14] bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source
` [Bridge] [PATCH net-next v2 09/14] bridge: mcast: Add support for (*, G) with a source list and filter mode
` [Bridge] [PATCH net-next v2 10/14] bridge: mcast: Allow user space to add "
` [Bridge] [PATCH net-next v2 11/14] bridge: mcast: Allow user space to specify MDB entry routing protocol
` [Bridge] [PATCH net-next v2 12/14] bridge: mcast: Support replacement of MDB port group entries
` [Bridge] [PATCH net-next v2 13/14] selftests: forwarding: Rename bridge_mdb test
` [Bridge] [PATCH net-next v2 14/14] selftests: forwarding: Add bridge MDB test

[Bridge] [PATCH net-next 00/14] bridge: mcast: Extensions for EVPN
 2022-12-10 13:59 UTC  (31+ messages)
` [Bridge] [PATCH net-next 01/14] bridge: mcast: Do not derive entry type from its filter mode
` [Bridge] [PATCH net-next 02/14] bridge: mcast: Split (*, G) and (S, G) addition into different functions
` [Bridge] [PATCH net-next 03/14] bridge: mcast: Place netlink policy before validation functions
` [Bridge] [PATCH net-next 04/14] bridge: mcast: Add a centralized error path
` [Bridge] [PATCH net-next 05/14] bridge: mcast: Expose br_multicast_new_group_src()
` [Bridge] [PATCH net-next 06/14] bridge: mcast: Expose __br_multicast_del_group_src()
` [Bridge] [PATCH net-next 07/14] bridge: mcast: Add a flag for user installed source entries
` [Bridge] [PATCH net-next 08/14] bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source
` [Bridge] [PATCH net-next 09/14] bridge: mcast: Add support for (*, G) with a source list and filter mode
` [Bridge] [PATCH net-next 10/14] bridge: mcast: Allow user space to add "
` [Bridge] [PATCH net-next 11/14] bridge: mcast: Allow user space to specify MDB entry routing protocol
` [Bridge] [PATCH net-next 12/14] bridge: mcast: Support replacement of MDB port group entries
` [Bridge] [PATCH net-next 13/14] selftests: forwarding: Rename bridge_mdb test
` [Bridge] [PATCH net-next 14/14] selftests: forwarding: Add bridge MDB test

[Bridge] [PATCH net-next v2 0/9] bridge: mcast: Preparations for EVPN extensions
 2022-12-08  4:10 UTC  (13+ messages)
` [Bridge] [PATCH net-next v2 1/9] bridge: mcast: Centralize netlink attribute parsing
` [Bridge] [PATCH net-next v2 2/9] bridge: mcast: Remove redundant checks
` [Bridge] [PATCH net-next v2 3/9] bridge: mcast: Use MDB configuration structure where possible
` [Bridge] [PATCH net-next v2 4/9] bridge: mcast: Propagate MDB configuration structure further
` [Bridge] [PATCH net-next v2 5/9] bridge: mcast: Use MDB group key from configuration structure
` [Bridge] [PATCH net-next v2 6/9] bridge: mcast: Remove br_mdb_parse()
` [Bridge] [PATCH net-next v2 7/9] bridge: mcast: Move checks out of critical section
` [Bridge] [PATCH net-next v2 8/9] bridge: mcast: Remove redundant function arguments
` [Bridge] [PATCH net-next v2 9/9] bridge: mcast: Constify 'group' argument in br_multicast_new_port_group()

[Bridge] [PATCH net-next 0/8] bridge: mcast: Preparations for EVPN extensions
 2022-12-06  9:58 UTC  (20+ messages)
` [Bridge] [PATCH net-next 1/8] bridge: mcast: Centralize netlink attribute parsing
` [Bridge] [PATCH net-next 2/8] bridge: mcast: Remove redundant checks
` [Bridge] [PATCH net-next 3/8] bridge: mcast: Use MDB configuration structure where possible
` [Bridge] [PATCH net-next 4/8] bridge: mcast: Propagate MDB configuration structure further
` [Bridge] [PATCH net-next 5/8] bridge: mcast: Use MDB group key from configuration structure
` [Bridge] [PATCH net-next 6/8] bridge: mcast: Remove br_mdb_parse()
` [Bridge] [PATCH net-next 7/8] bridge: mcast: Move checks out of critical section
` [Bridge] [PATCH net-next 8/8] bridge: mcast: Remove redundant function arguments

[Bridge] [PATCH 1/5] kobject: make kobject_get_ownership() take a constant kobject *
 2022-11-21 20:18 UTC  (4+ messages)

[Bridge] [PATCH net] bridge: switchdev: Fix memory leaks when changing VLAN protocol
 2022-11-15 13:00 UTC  (3+ messages)

[Bridge] [PATCH net-next] bridge: Add missing parentheses
 2022-11-12  6:00 UTC  (2+ messages)

[Bridge] [PATCH net-next 00/15] mlxsw: Add 802.1X and MAB offload support
 2022-11-10  3:30 UTC  (22+ messages)
` [Bridge] [PATCH net-next 01/15] bridge: switchdev: Let device drivers determine FDB offload indication
` [Bridge] [PATCH net-next 02/15] bridge: switchdev: Allow device drivers to install locked FDB entries
` [Bridge] [PATCH net-next 03/15] bridge: switchdev: Reflect MAB bridge port flag to device drivers
` [Bridge] [PATCH net-next 04/15] devlink: Add packet traps for 802.1X operation
` [Bridge] [PATCH net-next 11/15] mlxsw: spectrum_switchdev: Add locked bridge port support
` [Bridge] [PATCH net-next 13/15] selftests: mlxsw: Add a test for EAPOL trap
` [Bridge] [PATCH net-next 14/15] selftests: mlxsw: Add a test for locked port trap
` [Bridge] [PATCH net-next 15/15] selftests: mlxsw: Add a test for invalid locked bridge port configurations

[Bridge] How to connect more than 200 interfaces to a bridge
 2022-11-09 20:08 UTC  (5+ messages)


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