Andreea-Cristina Bernat
|
0932997e34
br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
|
11 年之前 |
Ken Helias
|
1d023284c3
list: fix order of arguments for hlist_add_after(_rcu)
|
11 年之前 |
Linus Lüssing
|
c34963e216
bridge: export knowledge about the presence of IGMP/MLD queriers
|
11 年之前 |
Linus Lüssing
|
3993c4e159
bridge: fix compile error when compiling without IPv6 support
|
11 年之前 |
Linus Lüssing
|
6c03ee8bda
bridge: fix smatch warning / potential null pointer dereference
|
11 年之前 |
Linus Lüssing
|
2cd4143192
bridge: memorize and export selected IGMP/MLD querier port
|
11 年之前 |
Linus Lüssing
|
07f8ac4a1e
bridge: add export of multicast database adjacent to net_dev
|
11 年之前 |
Linus Lüssing
|
dc4eb53a99
bridge: adhere to querier election mechanism specified by RFCs
|
11 年之前 |
Linus Lüssing
|
90010b36eb
bridge: rename struct bridge_mcast_query/querier
|
11 年之前 |
David S. Miller
|
85dcce7a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年之前 |
Linus Lüssing
|
20a599bec9
bridge: multicast: enable snooping on general queries only
|
11 年之前 |
Linus Lüssing
|
9ed973cc40
bridge: multicast: add sanity check for general query destination
|
11 年之前 |
Linus Lüssing
|
6565b9eeef
bridge: multicast: add sanity check for query source addresses
|
11 年之前 |
Joe Perches
|
e5a727f663
bridge: Use ether_addr_copy and ETH_ALEN
|
11 年之前 |
Curt Brune
|
fe0d692bbc
bridge: use spin_lock_bh() in br_multicast_set_hash_max
|
11 年之前 |
David S. Miller
|
394efd19d5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年之前 |
Vlad Yasevich
|
06499098a0
bridge: pass correct vlan id to multicast code
|
11 年之前 |
David S. Miller
|
c3fa32b976
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年之前 |
Linus Lüssing
|
454594f3b9
Revert "bridge: only expire the mdb entry when query is received"
|
11 年之前 |
Vlad Yasevich
|
f144febd93
bridge: update mdb expiration timer upon reports.
|
11 年之前 |
Joe Perches
|
d458cdf712
net:drivers/net: Miscellaneous conversions to ETH_ALEN
|
12 年之前 |
David S. Miller
|
06c54055be
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 年之前 |
Linus Lüssing
|
3c3769e633
bridge: apply multicast snooping to IPv6 link-local, too
|
12 年之前 |
Linus Lüssing
|
8fad9c39f3
bridge: prevent flooding IPv6 packets that do not have a listener
|
12 年之前 |
Daniel Borkmann
|
e3f5b17047
net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation
|
12 年之前 |
Daniel Borkmann
|
2d98c29b6f
net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay
|
12 年之前 |
Linus Lüssing
|
cc0fdd8028
bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones
|
12 年之前 |
Linus Lüssing
|
248ba8ec05
bridge: don't try to update timers in case of broken MLD queries
|
12 年之前 |
Linus Lüssing
|
b00589af3b
bridge: disable snooping if there is no querier
|
12 年之前 |
Eric Dumazet
|
1faabf2aab
bridge: do not call setup_timer() multiple times
|
12 年之前 |