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