zephyr/subsys/net/ip
Jukka Rissanen 81c60e7257 net: icmp: Add a way to send ICMP Echo-Req without waiting
Create a net_icmp_send_echo_request_no_wait() variant that will
not wait when allocating net_buf to be sent. This variant will avoid
a warning to be printed when sending Echo-Req from a system workqueue
because the work cannot sleep in this case.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-12-19 15:18:33 +01:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt net: ip: pmtu: Add generic IP PMTU Discovery support 2024-11-18 07:26:07 -05:00
connection.c
connection.h
icmp.c net: icmp: Add a way to send ICMP Echo-Req without waiting 2024-12-19 15:18:33 +01:00
icmpv4.c net: ipv4: Add PMTU support 2024-11-18 07:26:07 -05:00
icmpv4.h net: ipv4: Add PMTU support 2024-11-18 07:26:07 -05:00
icmpv6.c
icmpv6.h net: ipv6: Add PMTU support 2024-11-18 07:26:07 -05:00
igmp.c
igmp.h
ipv4_acd.c
ipv4_autoconf.c
ipv4_fragment.c net: ipv4_fragment: Add PMTU support 2024-11-18 07:26:07 -05:00
ipv4.c net: ipv4: Add PMTU support 2024-11-18 07:26:07 -05:00
ipv4.h net: ipv4: Add PMTU support 2024-11-18 07:26:07 -05:00
ipv6_fragment.c net: ipv6_fragment: Data in one frag must be multiple of 8 2024-11-18 07:26:07 -05:00
ipv6_mld.c
ipv6_nbr.c net: ipv6_fragment: Add PMTU support 2024-11-18 07:26:07 -05:00
ipv6_pe.c net: ipv6_pe: Check return value from mbedtls_md_setup 2024-11-28 15:42:08 +00:00
ipv6.c net: ipv6: Fix unaligned access to IPv6 address 2024-12-02 01:33:45 +01:00
ipv6.h
iterables_net_pkt_alloc_stats.ld
Kconfig net: Remove deprecated CONFIG_NET_PKT_BUF_DATA_POOL_SIZE 2024-12-11 21:32:29 +01:00
Kconfig.debug
Kconfig.ipv4 net: ipv4: Specify default netmask for IPv4 addresses registered 2024-11-29 11:44:39 +01:00
Kconfig.ipv6 net: ip: pmtu: Add generic IP PMTU Discovery support 2024-11-18 07:26:07 -05:00
Kconfig.mgmt
Kconfig.stack
Kconfig.stats net: stats: Add prometheus support 2024-11-26 15:42:40 -05:00
Kconfig.tcp net: Remove deprecated CONFIG_NET_TCP_ACK_TIMEOUT option 2024-12-11 21:32:02 +01:00
nbr.c
nbr.h
net_context.c net: sockets: Add support for IP_LOCAL_PORT_RANGE socket option. 2024-11-22 17:42:08 +01:00
net_core.c net: ip: pmtu: Add generic IP PMTU Discovery support 2024-11-18 07:26:07 -05:00
net_if.c net: ipv4: Re-join multicast groups if needed 2024-12-19 10:20:56 +01:00
net_mgmt.c
net_pkt.c net: pkt: Add possibility to reserve link layer header 2024-12-19 10:21:28 +01:00
net_private.h net: stats: Add prometheus support 2024-11-26 15:42:40 -05:00
net_stats.c net: stats: Add prometheus support 2024-11-26 15:42:40 -05:00
net_stats.h net: stats: ipv4: pmtu: Add Path MTU Discovery statistics 2024-11-18 07:26:07 -05:00
net_tc_mapping.h
net_tc.c
net_timeout.c
packet_socket.c
packet_socket.h
pmtu.c net: pmtu: Send net_mgmt event for changed path MTU 2024-11-18 07:26:07 -05:00
pmtu.h net: ip: pmtu: Add generic IP PMTU Discovery support 2024-11-18 07:26:07 -05:00
promiscuous.c
route.c
route.h
tcp_internal.h
tcp_private.h
tcp.c tests: net: pmtu: Add IPv4 specific PMTU TCP tests 2024-11-18 07:26:07 -05:00
tcp.h
tp_priv.h
tp.c
tp.h
udp_internal.h
udp.c
utils.c net: utils: Port parsing failure in net_ipaddr_parse() 2024-11-16 13:51:27 -05:00