zephyr/subsys/net/ip
Jukka Rissanen 92fda17385 net: Make sure net_buf data size is large enough for IPv6
If IPv6 is enabled, the fixed size net_buf data needs to be
large enough so that the full IPv6 header with extensions
can fit to one net_buf packet.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-09-02 12:32:10 -04:00
..
6lo.c
6lo.h
6lo_private.h
CMakeLists.txt
Kconfig
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.stack
Kconfig.stats
Kconfig.tcp
canbus_socket.c
canbus_socket.h
connection.c
connection.h
icmp.c
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
igmp.c
ipv4.c
ipv4.h
ipv4_acd.c
ipv4_autoconf.c
ipv4_fragment.c
ipv6.c net: ipv6: Allow incoming DAD NS message 2024-08-26 11:07:59 -04:00
ipv6.h
ipv6_fragment.c
ipv6_mld.c
ipv6_nbr.c net: ipv6: Do not print error for non-erros for incoming NS 2024-08-26 11:07:59 -04:00
ipv6_pe.c
nbr.c
nbr.h
net_context.c net: fix handle unaligned memory access in net_context_bind() 2024-08-26 17:08:08 +02:00
net_core.c
net_if.c net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00
net_mgmt.c
net_pkt.c net: Make sure net_buf data size is large enough for IPv6 2024-09-02 12:32:10 -04:00
net_private.h net: sockets: Update msg_controllen in recvmsg properly 2024-08-23 15:50:37 +01:00
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
route.h
tcp.c
tcp.h
tcp_internal.h
tcp_private.h
tp.c
tp.h
tp_priv.h
udp.c
udp_internal.h
utils.c