zephyr/subsys/net/ip
Robert Lubos e702ecc8fb net: dhcpv6: Verify net_pkt_skip() return value
Verify the return value of net_pkt_skip() function, in case the parser
ignores the unrecognized options, so that in case the option was
malformed and the actual provided option length exceeds the packet
length, it is recognize (net_pkt_skip() should fail then).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-11-20 09:23:22 +01:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt net: shell: Move the shell code to subsys/net/lib/shell 2023-10-23 10:40:28 +02:00
connection.c net: conn: Check also network interface for duplicates 2023-11-17 12:40:33 +01:00
connection.h net: Add support for v4-mapping-to-v6 sockets 2023-10-23 09:57:22 -05:00
dhcpv4.c random: Rename random header 2023-10-10 14:23:50 +03:00
dhcpv4.h net: dhcpv4: Accept unicast replies 2023-07-25 14:15:45 +02:00
dhcpv6_internal.h net: dhcpv6: Add Zephyr DHCPv6 client 2023-09-28 09:31:20 +02:00
dhcpv6.c net: dhcpv6: Verify net_pkt_skip() return value 2023-11-20 09:23:22 +01:00
icmp.c random: Rename random header 2023-10-10 14:23:50 +03:00
icmpv4.c net: Verify L4 checksum unconditionally for reassembled packets 2023-11-08 15:09:37 +00:00
icmpv4.h net: ip: Add option to force checksum calculation 2023-11-08 15:09:37 +00:00
icmpv6.c net: Verify L4 checksum unconditionally for reassembled packets 2023-11-08 15:09:37 +00:00
icmpv6.h net: ip: Add option to force checksum calculation 2023-11-08 15:09:37 +00:00
igmp.c
ipv4_autoconf_internal.h
ipv4_autoconf.c random: Rename random header 2023-10-10 14:23:50 +03:00
ipv4_fragment.c net: pkt: Add explicit flag to indicate packet is IP reassembled 2023-11-08 15:09:37 +00:00
ipv4.c net: ip: Add option to force checksum calculation 2023-11-08 15:09:37 +00:00
ipv4.h
ipv6_fragment.c net: pkt: Add explicit flag to indicate packet is IP reassembled 2023-11-08 15:09:37 +00:00
ipv6_mld.c net: icmp: Don't unref net_pkt from the registered handler 2023-09-29 18:49:43 +03:00
ipv6_nbr.c net: icmp: Don't unref net_pkt from the registered handler 2023-09-29 18:49:43 +03:00
ipv6.c net: ip: Add option to force checksum calculation 2023-11-08 15:09:37 +00:00
ipv6.h
Kconfig net: ip: Add hidden Kconfig symbol for IP fragmentation 2023-11-08 15:09:37 +00:00
Kconfig.debug
Kconfig.ipv4 net: dhcpv4: Accept unicast replies 2023-07-25 14:15:45 +02:00
Kconfig.ipv6 net: dhcpv6: Add Zephyr DHCPv6 client 2023-09-28 09:31:20 +02:00
Kconfig.mgmt hostap: Move the relevant config options away from hostap 2023-10-26 09:48:47 +02:00
Kconfig.stack
Kconfig.stats net: ip: stats: changed dependency for PPP stats 2023-09-15 15:13:06 -05:00
nbr.c
nbr.h
net_context.c net: context: Allow binding to different interfaces 2023-11-17 12:40:33 +01:00
net_core.c net: pkt: Add function to check if packet was reassembled at IP level 2023-11-08 15:09:37 +00:00
net_if.c net: if: Add helper to calculate number of interfaces 2023-11-17 12:40:33 +01:00
net_mgmt.c net: fix thread function signatures 2023-10-30 12:24:34 +01:00
net_pkt.c net: pkt: Add explicit flag to indicate packet is IP reassembled 2023-11-08 15:09:37 +00:00
net_private.h net: sockets: Add object core support to sockets 2023-10-24 11:11:30 +02:00
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c net: fix thread function signatures 2023-10-30 12:24:34 +01:00
net_timeout.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c net: fix few mismatched CONTAINER_OF 2023-08-30 10:21:31 +02:00
route.h
tcp_internal.h net: ip: Add option to force checksum calculation 2023-11-08 15:09:37 +00:00
tcp_private.h net: tcp: Change FL() macro to avoid runtime overhead 2023-10-20 15:15:28 +02:00
tcp.c net: Verify L4 checksum unconditionally for reassembled packets 2023-11-08 15:09:37 +00:00
tcp.h net: ip: Add option to force checksum calculation 2023-11-08 15:09:37 +00:00
tp_priv.h
tp.c
tp.h
trickle.c random: Rename random header 2023-10-10 14:23:50 +03:00
udp_internal.h net: ip: Add option to force checksum calculation 2023-11-08 15:09:37 +00:00
udp.c net: Verify L4 checksum unconditionally for reassembled packets 2023-11-08 15:09:37 +00:00
utils.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00