Age | Commit message (Expand) | Author | Files | Lines |
2023-12-20 | bridge: mdb: Add MDB bulk deletion support | Ido Schimmel | 1 | -0/+133 |
2023-10-27 | bridge: mcast: Add MDB get support | Ido Schimmel | 1 | -0/+158 |
2023-10-27 | bridge: mcast: Factor out a helper for PG entry size calculation | Ido Schimmel | 1 | -7/+13 |
2023-10-27 | bridge: mcast: Account for missing attributes | Ido Schimmel | 1 | -4/+11 |
2023-10-27 | bridge: mcast: Dump MDB entries even when snooping is disabled | Ido Schimmel | 1 | -3/+0 |
2023-03-17 | rtnetlink: bridge: mcast: Relax group address validation in common code | Ido Schimmel | 1 | -0/+6 |
2023-03-17 | rtnetlink: bridge: mcast: Move MDB handlers out of bridge driver | Ido Schimmel | 1 | -289/+12 |
2023-03-17 | bridge: mcast: Implement MDB net device operations | Ido Schimmel | 1 | -0/+124 |
2023-02-11 | bridge: mcast: Move validation to a policy | Ido Schimmel | 1 | -18/+27 |
2023-02-11 | bridge: mcast: Remove pointless sequence generation counter assignment | Ido Schimmel | 1 | -2/+0 |
2023-02-11 | bridge: mcast: Use correct define in MDB dump | Ido Schimmel | 1 | -1/+1 |
2023-02-06 | net: bridge: Add br_multicast_del_port_group() | Petr Machata | 1 | -2/+1 |
2023-02-06 | net: bridge: Move extack-setting to br_multicast_new_port_group() | Petr Machata | 1 | -6/+3 |
2023-02-06 | net: bridge: Add extack to br_multicast_new_port_group() | Petr Machata | 1 | -2/+3 |
2022-12-13 | bridge: mcast: Support replacement of MDB port group entries | Ido Schimmel | 1 | -5/+97 |
2022-12-13 | bridge: mcast: Allow user space to specify MDB entry routing protocol | Ido Schimmel | 1 | -2/+13 |
2022-12-13 | bridge: mcast: Allow user space to add (*, G) with a source list and filter mode | Ido Schimmel | 1 | -0/+130 |
2022-12-13 | bridge: mcast: Add support for (*, G) with a source list and filter mode | Ido Schimmel | 1 | -3/+125 |
2022-12-13 | bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source | Ido Schimmel | 1 | -1/+1 |
2022-12-13 | bridge: mcast: Add a centralized error path | Ido Schimmel | 1 | -4/+6 |
2022-12-13 | bridge: mcast: Place netlink policy before validation functions | Ido Schimmel | 1 | -6/+6 |
2022-12-13 | bridge: mcast: Split (*, G) and (S, G) addition into different functions | Ido Schimmel | 1 | -49/+96 |
2022-12-13 | bridge: mcast: Do not derive entry type from its filter mode | Ido Schimmel | 1 | -6/+3 |
2022-12-08 | bridge: mcast: Remove redundant function arguments | Ido Schimmel | 1 | -4/+5 |
2022-12-08 | bridge: mcast: Move checks out of critical section | Ido Schimmel | 1 | -18/+18 |
2022-12-08 | bridge: mcast: Remove br_mdb_parse() | Ido Schimmel | 1 | -88/+5 |
2022-12-08 | bridge: mcast: Use MDB group key from configuration structure | Ido Schimmel | 1 | -8/+7 |
2022-12-08 | bridge: mcast: Propagate MDB configuration structure further | Ido Schimmel | 1 | -13/+11 |
2022-12-08 | bridge: mcast: Use MDB configuration structure where possible | Ido Schimmel | 1 | -19/+15 |
2022-12-08 | bridge: mcast: Remove redundant checks | Ido Schimmel | 1 | -54/+9 |
2022-12-08 | bridge: mcast: Centralize netlink attribute parsing | Ido Schimmel | 1 | -0/+120 |
2022-10-19 | bridge: mcast: Simplify MDB entry creation | Ido Schimmel | 1 | -8/+3 |
2022-06-15 | net: bridge: allow add/remove permanent mdb entries on disabled ports | Casper Andersson | 1 | -6/+9 |
2022-04-12 | net: bridge: add support for host l2 mdb entries | Joachim Wiberg | 1 | -5/+7 |
2021-10-29 | net: bridge: mdb: move all switchdev logic to br_switchdev.c | Vladimir Oltean | 1 | -244/+0 |
2021-10-29 | net: bridge: split out the switchdev portion of br_mdb_notify | Vladimir Oltean | 1 | -27/+35 |
2021-10-16 | net: make use of helper netif_is_bridge_master() | Kyungrok Chung | 1 | -2/+2 |
2021-08-17 | net: bridge: vlan: account for router port lists when notifying | Nikolay Aleksandrov | 1 | -0/+30 |
2021-08-11 | net: bridge: vlan: use br_rports_fill_info() to export mcast router ports | Nikolay Aleksandrov | 1 | -13/+4 |
2021-08-11 | net: bridge: mcast: use the proper multicast context when dumping router ports | Nikolay Aleksandrov | 1 | -18/+31 |
2021-07-22 | net: bridge: move the switchdev object replay helpers to "push" mode | Vladimir Oltean | 1 | -1/+0 |
2021-07-22 | net: bridge: guard the switchdev replay helpers against a NULL notifier block | Vladimir Oltean | 1 | -0/+3 |
2021-07-22 | net: bridge: multicast: add context support for host-joined groups | Nikolay Aleksandrov | 1 | -1/+1 |
2021-07-22 | net: bridge: multicast: add mdb context support | Nikolay Aleksandrov | 1 | -3/+40 |
2021-07-20 | net: bridge: multicast: include router port vlan id in notifications | Nikolay Aleksandrov | 1 | -7/+22 |
2021-07-20 | net: bridge: multicast: use multicast contexts instead of bridge or port | Nikolay Aleksandrov | 1 | -1/+1 |
2021-07-20 | net: bridge: multicast: factor out bridge multicast context | Nikolay Aleksandrov | 1 | -11/+12 |
2021-07-20 | net: bridge: multicast: factor out port multicast context | Nikolay Aleksandrov | 1 | -5/+5 |
2021-06-29 | net: bridge: allow the switchdev replay functions to be called for deletion | Vladimir Oltean | 1 | -4/+11 |
2021-06-29 | net: bridge: constify variables in the replay helpers | Vladimir Oltean | 1 | -4/+4 |