zephyr/subsys/net/ip
Tomasz Bursztyka a3d7278588 net/ipv6: Enforce MLD to be selected if ND is enabled
As noted in net_if.c:net_if_ipv6_addr_add() IPv6 ND needs MLD.

It is not selected during test, as the combination of ND without DAD/MLD
breaks (something to study/fix further it seems).

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2024-03-01 15:33:53 +01:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00
connection.c
connection.h
icmp.c
icmpv4.c net: icmp: Don't report error on ICMP messages w/o handler 2024-01-29 14:57:35 +00:00
icmpv4.h
icmpv6.c net: icmp: Don't report error on ICMP messages w/o handler 2024-01-29 14:57:35 +00:00
icmpv6.h
igmp.c
ipv4_autoconf_internal.h
ipv4_autoconf.c
ipv4_fragment.c
ipv4.c net: dhcpv4: Move DHCPv4 files to lib directory 2024-01-29 13:47:05 +01:00
ipv4.h
ipv6_fragment.c
ipv6_mld.c
ipv6_nbr.c net: ipv6: Improve Neighbor Discovery thread safety 2024-02-09 16:34:34 -06:00
ipv6.c
ipv6.h net: ipv6: Improve Neighbor Discovery thread safety 2024-02-09 16:34:34 -06:00
Kconfig net/shell: Net shell has no mandatory support for IPv6 MLD 2024-03-01 15:33:53 +01:00
Kconfig.debug
Kconfig.ipv4 net: dhcpv4: Move DHCPv4 files to lib directory 2024-01-29 13:47:05 +01:00
Kconfig.ipv6 net/ipv6: Enforce MLD to be selected if ND is enabled 2024-03-01 15:33:53 +01:00
Kconfig.mgmt
Kconfig.stack
Kconfig.stats
Kconfig.tcp net: ipv6: nbr: Add IPv6 reachability confirmation API 2024-01-31 14:50:53 +01:00
nbr.c
nbr.h
net_context.c
net_core.c net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00
net_if.c net/if: Trivial comment fix about all-nodes 2024-03-01 15:33:53 +01:00
net_mgmt.c net/mgmt: Trivial debug output fix about layer 2024-03-01 15:33:53 +01:00
net_pkt.c
net_private.h
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c net: ip: Allow traffic class thread priority customization 2024-02-26 12:11:19 +01:00
net_timeout.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c net: ipv6: Improve Neighbor Discovery thread safety 2024-02-09 16:34:34 -06:00
route.h
tcp_internal.h
tcp_private.h net: tcp: Rate-limiting of neighbor reachability hints 2024-02-09 16:26:10 -06:00
tcp.c net: tcp: Rate-limiting of neighbor reachability hints 2024-02-09 16:26:10 -06:00
tcp.h
tp_priv.h
tp.c
tp.h
udp_internal.h
udp.c
utils.c net: ip: add function to set default port 2024-02-28 18:03:53 +00:00