zephyr/subsys/net/ip
Jukka Rissanen e7e3afcd01 net: ipv6: Add PMTU support
Catch "Packet Too Big" ICMPv6 messages and update PMTU for
a given destination IPv6 address.
Use that PMTU when sending data to the destination.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-11-18 07:26:07 -05: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
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h net: ipv6: Add PMTU support 2024-11-18 07:26:07 -05:00
igmp.c net: ip: igmp: Add igmp.h for definitions 2024-10-17 09:44:33 +02:00
igmp.h net: ip: igmp: Add igmp.h for definitions 2024-10-17 09:44:33 +02:00
ipv4_acd.c net: ipv4: Fix ARP probe check in address conflict detection 2024-10-29 07:07:59 -05:00
ipv4_autoconf.c
ipv4_fragment.c net: ipv4: fragmentation: Drop the packet if fragmentation fails 2024-11-08 11:37:49 -06:00
ipv4.c
ipv4.h
ipv6_fragment.c
ipv6_mld.c net: ipv6: Make Multicast Listener Discovery API public 2024-10-08 17:00:06 +02:00
ipv6_nbr.c net: ipv6: Add PMTU support 2024-11-18 07:26:07 -05:00
ipv6_pe.c
ipv6.c net: ipv6: Print verdict information 2024-11-18 07:26:07 -05:00
ipv6.h net: ipv6: Make Multicast Listener Discovery API public 2024-10-08 17:00:06 +02:00
iterables_net_pkt_alloc_stats.ld net: pkt: Collect net_pkt allocation statistics 2024-10-22 20:38:57 +02:00
Kconfig net: ip: pmtu: Add generic IP PMTU Discovery support 2024-11-18 07:26:07 -05:00
Kconfig.debug
Kconfig.ipv4 net: ip: pmtu: Add generic IP PMTU Discovery support 2024-11-18 07:26:07 -05:00
Kconfig.ipv6 net: ip: pmtu: Add generic IP PMTU Discovery support 2024-11-18 07:26:07 -05:00
Kconfig.mgmt net: Increase net_mgmt task priority 2024-10-25 13:53:49 +02:00
Kconfig.stack
Kconfig.stats net: stats: ipv6: pmtu: Add Path MTU Discovery statistics 2024-11-18 07:26:07 -05:00
Kconfig.tcp kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
nbr.c
nbr.h
net_context.c net: Avoid compiling native network stack parts w/o NET_NATIVE 2024-10-03 17:08:29 +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: ipv6: Add support for stable IID addresses 2024-11-16 15:55:49 -05:00
net_mgmt.c net: Increase net_mgmt task priority 2024-10-25 13:53:49 +02:00
net_pkt.c net: pkt: Collect net_pkt allocation statistics 2024-10-22 20:38:57 +02:00
net_private.h net: offload: Do not need to enable TC threads for NET_OFFLOAD 2024-10-03 17:08:29 +01:00
net_stats.c net: stats: ipv6: pmtu: Add Path MTU Discovery statistics 2024-11-18 07:26:07 -05:00
net_stats.h net: stats: ipv6: 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: ip: pmtu: Add generic IP PMTU Discovery support 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 net: ipv6: route: get nexthop's LL address only if relevant 2024-08-08 15:37:32 +02:00
route.h
tcp_internal.h
tcp_private.h net: tcp: Keep track of recv window size change since last ACK 2024-07-31 12:56:52 +02:00
tcp.c net: ipv6: Add PMTU support 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