index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_multicast.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-28
net: bridge: mcast: fix broken length + header check for MRDv6 Adv.
Linus Lüssing
1
-25
/
+8
2021-04-21
net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=n
Vladimir Oltean
1
-1
/
+1
2021-04-15
net: bridge: propagate error code and extack from br_mc_disabled_update
Florian Fainelli
1
-7
/
+21
2021-02-15
net: bridge: propagate extack through switchdev_port_attr_set
Vladimir Oltean
1
-3
/
+3
2021-02-06
net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Xu Wang
1
-1
/
+1
2021-01-28
net: bridge: multicast: add per-port EHT hosts limit
Nikolay Aleksandrov
1
-0
/
+1
2021-01-26
bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERR
Jiapeng Zhong
1
-1
/
+1
2021-01-23
net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletes
Nikolay Aleksandrov
1
-7
/
+14
2021-01-23
net: bridge: multicast: handle block pg delete for all cases
Nikolay Aleksandrov
1
-8
/
+9
2021-01-23
net: bridge: multicast: add EHT include and exclude handling
Nikolay Aleksandrov
1
-21
/
+63
2021-01-23
net: bridge: multicast: add EHT allow/block handling
Nikolay Aleksandrov
1
-14
/
+29
2021-01-23
net: bridge: multicast: add EHT source set handling functions
Nikolay Aleksandrov
1
-0
/
+2
2021-01-23
net: bridge: multicast: add EHT host handling functions
Nikolay Aleksandrov
1
-0
/
+1
2021-01-23
net: bridge: multicast: add EHT structures and definitions
Nikolay Aleksandrov
1
-0
/
+1
2021-01-23
net: bridge: multicast: calculate idx position without changing ptr
Nikolay Aleksandrov
1
-18
/
+9
2021-01-23
net: bridge: multicast: __grp_src_block_incl can modify pg
Nikolay Aleksandrov
1
-3
/
+11
2021-01-23
net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functions
Nikolay Aleksandrov
1
-41
/
+49
2021-01-23
net: bridge: multicast: rename src_size to addr_size
Nikolay Aleksandrov
1
-39
/
+39
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+25
2020-12-08
bridge: Fix a deadlock when enabling multicast snooping
Joseph Huang
1
-9
/
+25
2020-10-31
net: bridge: mcast: add support for raw L2 multicast groups
Nikolay Aleksandrov
1
-4
/
+9
2020-09-26
net: bridge: mcast: remove only S,G port groups from sg_port hash
Nikolay Aleksandrov
1
-4
/
+5
2020-09-23
net: bridge: mcast: handle host state
Nikolay Aleksandrov
1
-0
/
+58
2020-09-23
net: bridge: mcast: add support for blocked port groups
Nikolay Aleksandrov
1
-6
/
+43
2020-09-23
net: bridge: mcast: handle port group filter modes
Nikolay Aleksandrov
1
-0
/
+172
2020-09-23
net: bridge: mcast: install S,G entries automatically based on reports
Nikolay Aleksandrov
1
-39
/
+137
2020-09-23
net: bridge: mcast: add sg_port rhashtable
Nikolay Aleksandrov
1
-45
/
+85
2020-09-23
net: bridge: mcast: add rt_protocol field to the port group struct
Nikolay Aleksandrov
1
-2
/
+5
2020-09-23
net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)
Nikolay Aleksandrov
1
-0
/
+18
2020-09-23
net: bridge: mcast: rename br_ip's u member to dst
Nikolay Aleksandrov
1
-13
/
+13
2020-09-23
net: bridge: mcast: use br_ip's src for src groups and querier address
Nikolay Aleksandrov
1
-28
/
+28
2020-09-17
net: bridge: mcast: don't ignore return value of __grp_src_toex_excl
Nikolay Aleksandrov
1
-1
/
+1
2020-09-09
net: bridge: mcast: fix unused br var when lockdep isn't defined
Nikolay Aleksandrov
1
-1
/
+1
2020-09-07
net: bridge: mcast: destroy all entries via gc
Nikolay Aleksandrov
1
-39
/
+79
2020-09-07
net: bridge: mcast: improve IGMPv3/MLDv2 query processing
Nikolay Aleksandrov
1
-3
/
+12
2020-09-07
net: bridge: mcast: support for IGMPV3/MLDv2 BLOCK_OLD_SOURCES report
Nikolay Aleksandrov
1
-0
/
+97
2020-09-07
net: bridge: mcast: support for IGMPV3/MLDv2 CHANGE_TO_INCLUDE/EXCLUDE report
Nikolay Aleksandrov
1
-0
/
+306
2020-09-07
net: bridge: mcast: support for IGMPV3/MLDv2 MODE_IS_INCLUDE/EXCLUDE report
Nikolay Aleksandrov
1
-0
/
+126
2020-09-07
net: bridge: mcast: support for IGMPv3/MLDv2 ALLOW_NEW_SOURCES report
Nikolay Aleksandrov
1
-22
/
+130
2020-09-07
net: bridge: mcast: delete expired port groups without srcs
Nikolay Aleksandrov
1
-1
/
+20
2020-09-07
net: bridge: mdb: use mdb and port entries in notifications
Nikolay Aleksandrov
1
-5
/
+5
2020-09-07
net: bridge: mcast: add support for group query retransmit
Nikolay Aleksandrov
1
-10
/
+63
2020-09-07
net: bridge: mcast: add support for group-and-source specific queries
Nikolay Aleksandrov
1
-54
/
+182
2020-09-07
net: bridge: mcast: add support for group source list
Nikolay Aleksandrov
1
-12
/
+152
2020-09-07
net: bridge: mcast: factor out port group del
Nikolay Aleksandrov
1
-26
/
+24
2020-07-08
bridge: mcast: Fix MLD2 Report IPv6 payload length check
Linus Lüssing
1
-1
/
+1
2020-05-27
bridge: multicast: work around clang bug
Arnd Bergmann
1
-1
/
+2
2019-08-17
net: bridge: mdb: allow add/delete for host-joined groups
Nikolay Aleksandrov
1
-7
/
+23
2019-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2019-08-01
net: bridge: mcast: add delete due to fast-leave mdb flag
Nikolay Aleksandrov
1
-1
/
+1
[next]