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
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
2019-08-01
net: bridge: mcast: don't delete permanent entries when fast leave is enabled
Nikolay Aleksandrov
1
-0
/
+3
2019-07-02
net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query
Nikolay Aleksandrov
1
-2
/
+1
2019-07-02
net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling
Nikolay Aleksandrov
1
-8
/
+12
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2019-04-11
net: bridge: multicast: use rcu to access port list from br_multicast_start_q...
Nikolay Aleksandrov
1
-1
/
+3
2019-04-08
rhashtable: use bit_spin_locks to protect hash bucket.
NeilBrown
1
-1
/
+0
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2019-04-05
net: bridge: mcast: remove unused br_ip_equal function
Nikolay Aleksandrov
1
-17
/
+0
2019-04-05
net: bridge: always clear mcast matching struct on reports and leaves
Nikolay Aleksandrov
1
-0
/
+3
2019-03-29
net: bridge: use netif_is_bridge_port()
Julian Wiedmann
1
-3
/
+3
2019-03-20
net: bridge: use eth_broadcast_addr() to assign broadcast address
Mao Wenan
1
-1
/
+1
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+1
2019-02-24
Revert "bridge: do not add port to router list when receives query with sourc...
Hangbin Liu
1
-8
/
+1
2019-02-22
bridge: remove redundant check on err in br_multicast_ipv4_rcv
Li RongQing
1
-6
/
+1
2019-02-09
bridge: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-02-03
net: Fix ip_mc_{dec,inc}_group allocation context
Florian Fainelli
1
-2
/
+2
2019-01-25
bridge: remove duplicated include from br_multicast.c
YueHaibing
1
-1
/
+0
2019-01-23
bridge: Snoop Multicast Router Advertisements
Linus Lüssing
1
-0
/
+55
2019-01-23
bridge: join all-snoopers multicast address
Linus Lüssing
1
-1
/
+71
2019-01-23
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls
Linus Lüssing
1
-29
/
+28
2018-12-19
net: bridge: remove unneeded variable 'err'
YueHaibing
1
-2
/
+1
2018-12-06
net: bridge: increase multicast's default maximum number of entries
Nikolay Aleksandrov
1
-1
/
+1
2018-12-06
net: bridge: mark hash_elasticity as obsolete
Nikolay Aleksandrov
1
-1
/
+0
2018-12-06
net: bridge: multicast: use non-bh rcu flavor
Nikolay Aleksandrov
1
-21
/
+5
2018-12-06
net: bridge: convert multicast to generic rhashtable
Nikolay Aleksandrov
1
-341
/
+73
2018-10-29
net: bridge: remove ipv6 zero address check in mcast queries
Nikolay Aleksandrov
1
-2
/
+1
[next]