index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_multicast.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: mcast: fix disabled snooping after long uptime
Linus Lüssing
2024-01-31
1
-5
/
+15
*
bridge: mcast: Rename MDB entry get function
Ido Schimmel
2023-10-27
1
-2
/
+3
*
net: bridge: Add netlink knobs for number / maximum MDB entries
Petr Machata
2023-02-06
1
-0
/
+15
*
net: bridge: Maintain number of MDB entries in net_bridge_mcast_port
Petr Machata
2023-02-06
1
-1
/
+135
*
net: bridge: Change a cleanup in br_multicast_new_port_group() to goto
Petr Machata
2023-02-06
1
-2
/
+5
*
net: bridge: Add br_multicast_del_port_group()
Petr Machata
2023-02-06
1
-0
/
+11
*
net: bridge: Move extack-setting to br_multicast_new_port_group()
Petr Machata
2023-02-06
1
-1
/
+4
*
net: bridge: Add extack to br_multicast_new_port_group()
Petr Machata
2023-02-06
1
-2
/
+3
*
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-25
1
-4
/
+4
*
bridge: mcast: Add a flag for user installed source entries
Ido Schimmel
2022-12-13
1
-1
/
+2
*
bridge: mcast: Expose __br_multicast_del_group_src()
Ido Schimmel
2022-12-13
1
-3
/
+8
*
bridge: mcast: Expose br_multicast_new_group_src()
Ido Schimmel
2022-12-13
1
-1
/
+1
*
bridge: mcast: Constify 'group' argument in br_multicast_new_port_group()
Ido Schimmel
2022-12-08
1
-1
/
+1
*
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
2022-10-29
1
-2
/
+2
*
bridge: mcast: Use spin_lock() instead of spin_lock_bh()
Ido Schimmel
2022-10-19
1
-4
/
+4
*
net: bridge: multicast: notify switchdev driver whenever MC processing gets d...
Oleksandr Mazur
2022-02-17
1
-0
/
+4
*
net: bridge: mcast: add and enforce startup query interval minimum
Nikolay Aleksandrov
2021-12-29
1
-0
/
+16
*
net: bridge: mcast: add and enforce query interval minimum
Nikolay Aleksandrov
2021-12-29
1
-0
/
+16
*
net: bridge: mcast: Associate the seqcount with its protecting lock.
Thomas Gleixner
2021-09-29
1
-4
/
+2
*
net: bridge: mcast: fix vlan port router deadlock
Nikolay Aleksandrov
2021-09-03
1
-2
/
+2
*
net: bridge: use mld2r_ngrec instead of icmpv6_dataun
MichelleJin
2021-08-31
1
-5
/
+5
*
net: bridge: vlan: convert mcast router global option to per-vlan entry
Nikolay Aleksandrov
2021-08-20
1
-0
/
+13
*
net: bridge: mcast: br_multicast_set_port_router takes multicast context as a...
Nikolay Aleksandrov
2021-08-20
1
-5
/
+6
*
net: bridge: mcast: toggle also host vlan state in br_multicast_toggle_vlan
Nikolay Aleksandrov
2021-08-17
1
-1
/
+4
*
net: bridge: mcast: use the correct vlan group helper
Nikolay Aleksandrov
2021-08-17
1
-2
/
+3
*
net: bridge: mcast: account for ipv6 size when dumping querier state
Nikolay Aleksandrov
2021-08-16
1
-1
/
+7
*
net: bridge: mcast: drop sizeof for nest attribute's zero size
Nikolay Aleksandrov
2021-08-16
1
-1
/
+1
*
net: bridge: mcast: don't dump querier state if snooping is disabled
Nikolay Aleksandrov
2021-08-16
1
-0
/
+4
*
net: bridge: mcast: dump ipv6 querier state
Nikolay Aleksandrov
2021-08-14
1
-4
/
+32
*
net: bridge: mcast: dump ipv4 querier state
Nikolay Aleksandrov
2021-08-14
1
-0
/
+73
*
net: bridge: mcast: consolidate querier selection for ipv4 and ipv6
Nikolay Aleksandrov
2021-08-14
1
-38
/
+29
*
net: bridge: mcast: make sure querier port/address updates are consistent
Nikolay Aleksandrov
2021-08-14
1
-21
/
+53
*
net: bridge: mcast: record querier port device ifindex instead of pointer
Nikolay Aleksandrov
2021-08-14
1
-7
/
+12
*
net: bridge: vlan: add support for mcast router global option
Nikolay Aleksandrov
2021-08-11
1
-6
/
+5
*
net: bridge: vlan: add support for mcast querier global option
Nikolay Aleksandrov
2021-08-11
1
-4
/
+3
*
net: bridge: mcast: querier and query state affect only current context type
Nikolay Aleksandrov
2021-08-11
1
-5
/
+9
*
net: bridge: mcast: move querier state to the multicast context
Nikolay Aleksandrov
2021-08-11
1
-10
/
+11
*
net: bridge: vlan: add support for mcast igmp/mld version global options
Nikolay Aleksandrov
2021-08-11
1
-8
/
+10
*
net: bridge: multicast: add context support for host-joined groups
Nikolay Aleksandrov
2021-07-21
1
-4
/
+4
*
net: bridge: multicast: fix igmp/mld port context null pointer dereferences
Nikolay Aleksandrov
2021-07-21
1
-5
/
+9
*
net: bridge: vlan: add mcast snooping control
Nikolay Aleksandrov
2021-07-20
1
-0
/
+16
*
net: bridge: multicast: include router port vlan id in notifications
Nikolay Aleksandrov
2021-07-20
1
-2
/
+2
*
net: bridge: multicast: add vlan querier and query support
Nikolay Aleksandrov
2021-07-20
1
-8
/
+60
*
net: bridge: multicast: check if should use vlan mcast ctx
Nikolay Aleksandrov
2021-07-20
1
-15
/
+44
*
net: bridge: multicast: use the port group to port context helper
Nikolay Aleksandrov
2021-07-20
1
-6
/
+15
*
net: bridge: multicast: add helper to get port mcast context from port group
Nikolay Aleksandrov
2021-07-20
1
-0
/
+38
*
net: bridge: add vlan mcast snooping knob
Nikolay Aleksandrov
2021-07-20
1
-31
/
+112
*
net: bridge: multicast: add vlan state initialization and control
Nikolay Aleksandrov
2021-07-20
1
-18
/
+110
*
net: bridge: vlan: add global and per-port multicast context
Nikolay Aleksandrov
2021-07-20
1
-40
/
+64
*
net: bridge: multicast: use multicast contexts instead of bridge or port
Nikolay Aleksandrov
2021-07-20
1
-424
/
+465
[next]