zephyr/subsys/net/ip
Savin Weeraratne 816a1381fa net: ipv4: Allow IGMP packets with zero src address
IGMP queries sent out by a proxy querier can have
a source IP address 0.0.0.0
Allow these incoming packets.

Fixes #69917

Signed-off-by: Savin Weeraratne <savin.weeraratne@audinate.com>
2024-03-19 09:47:00 +01:00
..
6lo.c
6lo.h
6lo_private.h
CMakeLists.txt
Kconfig net: ip: Add helper NET_NATIVE_IP kconfig symbol 2024-03-18 10:14:34 +01:00
Kconfig.debug
Kconfig.ipv4
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
canbus_socket.c
canbus_socket.h
connection.c net: conn: Add internal function for update connection 2024-03-14 11:08:59 -05:00
connection.h net: conn: Add internal function for update connection 2024-03-14 11:08:59 -05:00
icmp.c
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.c net: ipv4: Allow IGMP packets with zero src address 2024-03-19 09:47:00 +01:00
ipv4.h
ipv4_autoconf.c net: ipv4: Make netmask IPv4 address specific 2024-03-03 18:58:29 +01:00
ipv4_autoconf_internal.h
ipv4_fragment.c
ipv6.c
ipv6.h
ipv6_fragment.c
ipv6_mld.c
ipv6_nbr.c net: ipv6: fix link local ping fail with default router 2024-03-19 09:46:49 +01:00
nbr.c net/ip: Removing useless extra data capability in neighbors 2024-03-01 15:33:53 +01:00
nbr.h net/ip: Removing useless extra data capability in neighbors 2024-03-01 15:33:53 +01:00
net_context.c net: context: Fix the ICMP error on raw 2024-03-14 11:08:59 -05:00
net_core.c
net_if.c net: iface: Allow catch-all multicast monitor 2024-03-18 10:14:34 +01:00
net_mgmt.c net: mgmt: Handle loops in the linked list 2024-03-08 09:35:04 +01:00
net_pkt.c net: ip: Fix for improper offset return by `net_pkt_find_offset()` 2024-03-05 18:23:24 +00:00
net_private.h
net_stats.c
net_stats.h
net_tc.c
net_tc_mapping.h
net_timeout.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c net/ip: Removing useless extra data capability in neighbors 2024-03-01 15:33:53 +01:00
route.h net/ip: Removing useless extra data capability in neighbors 2024-03-01 15:33:53 +01:00
tcp.c net: tcp: Remove redundant debug logs 2024-03-15 15:30:00 +01:00
tcp.h
tcp_internal.h
tcp_private.h
tp.c
tp.h
tp_priv.h
udp.c
udp_internal.h
utils.c