net/icmpv6/icmpv6_input.c: Correct caculation of the ICMPv6 header address
net/mld/mld_query.c: Correct back test for group found.
net/mld/mld_report.c: Fix host vs. network order problem.
net/mld/mld_send.c: Correct the address used in sending the General Query. It should be the unspecified address in that case.
net/mld: Querying workaround. The MLD implementation does not follow the RFC correct when it is the Querier. The Querier should use a general query and get query messages from all members of all groups. This would be driven by a single timer since all groups are queried at once. Instead, the design currently uses a Multicast Address Specific Query with one timer per group and ignores groups that we are not members of.
|
||
|---|---|---|
| .. | ||
| icmpv6.h | ||
| icmpv6_advertise.c | ||
| icmpv6_autoconfig.c | ||
| icmpv6_conn.c | ||
| icmpv6_input.c | ||
| icmpv6_linkipaddr.c | ||
| icmpv6_neighbor.c | ||
| icmpv6_netpoll.c | ||
| icmpv6_notify.c | ||
| icmpv6_poll.c | ||
| icmpv6_radvertise.c | ||
| icmpv6_recvfrom.c | ||
| icmpv6_rnotify.c | ||
| icmpv6_rsolicit.c | ||
| icmpv6_sendto.c | ||
| icmpv6_sockif.c | ||
| icmpv6_solicit.c | ||
| Kconfig | ||
| Make.defs | ||