zephyr/subsys/net/ip
Marcin Kajor b571e45d80 net: if: Extend the usage of rejoining the multicast groups
It may happen that the interface is up but not yet running
when we issue the rejoin_ipv6_mcast_groups(). This can be
fixed by calling this function again right after the iface
is set to 'running' state in the notify_iface_up handler.

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
2024-05-07 15:07:14 -05:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt net: ipv6: Initial support for privacy extension 2024-05-06 22:50:18 +01:00
connection.c net: connection: Log an error when running out of contexts 2024-04-09 11:05:10 +02:00
connection.h
icmp.c net: use appropriate sys_randX_get() 2024-04-05 12:28:46 +02:00
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
igmp.c net: igmp: Fix double unref of igmp packet 2024-03-15 13:35:16 +01:00
ipv4_autoconf_internal.h
ipv4_autoconf.c net: use appropriate sys_randX_get() 2024-04-05 12:28:46 +02:00
ipv4_fragment.c net: use appropriate sys_randX_get() 2024-04-05 12:28:46 +02:00
ipv4.c net: ipip: Refactor the IP tunneling support 2024-03-25 17:07:43 +01:00
ipv4.h
ipv6_fragment.c
ipv6_mld.c net: ipv6: mld: add option to include multicast routes in MLDv2 reports 2024-05-06 22:50:01 +01:00
ipv6_nbr.c net: ipv6: Initial support for privacy extension 2024-05-06 22:50:18 +01:00
ipv6_pe.c net: ipv6: Tailor PE values for Zephyr 2024-05-06 22:50:18 +01:00
ipv6.c net: ipv6: check if multicast packet was forwarded 2024-04-17 14:39:35 +02:00
ipv6.h net: ipv6: Initial support for privacy extension 2024-05-06 22:50:18 +01:00
Kconfig net: ipv6: mld: add option to include multicast routes in MLDv2 reports 2024-05-06 22:50:01 +01:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6 net: ipv6: Tailor PE values for Zephyr 2024-05-06 22:50:18 +01:00
Kconfig.mgmt hostap: Increase the stack size for net_mgmt 2024-05-06 14:55:09 +01:00
Kconfig.stack
Kconfig.stats
Kconfig.tcp net: tcp: Deprecate CONFIG_NET_TCP_ACK_TIMEOUT 2024-04-03 15:32:45 -04:00
nbr.c
nbr.h
net_context.c net: context: Add helpers for figuring out local endpoint address 2024-05-06 22:50:18 +01:00
net_core.c
net_if.c net: if: Extend the usage of rejoining the multicast groups 2024-05-07 15:07:14 -05:00
net_mgmt.c
net_pkt.c net: Do not directly use net_buf size field 2024-05-06 17:31:09 +01:00
net_private.h net: context: Add helpers for figuring out local endpoint address 2024-05-06 22:50:18 +01:00
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c
net_timeout.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c net: ipv6: mcast_routing: send MLDv2 reports on changes 2024-05-06 22:50:01 +01:00
route.h net: ipv6: add multiple interfaces to multicast routing entry 2024-04-17 14:39:35 +02:00
tcp_internal.h net: context: Add helpers for figuring out local endpoint address 2024-05-06 22:50:18 +01:00
tcp_private.h net: Add ref counting to net_if_addr struct 2024-05-06 22:50:18 +01:00
tcp.c net: context: Add helpers for figuring out local endpoint address 2024-05-06 22:50:18 +01:00
tcp.h
tp_priv.h
tp.c
tp.h
udp_internal.h
udp.c
utils.c net: Add helper to print the verdict as string 2024-04-04 17:02:11 +02:00