zephyr/tests/net
Jukka Rissanen 9ba79f009b net: arp: Fix ARP protocol handler to not use Ethernet hdr directly
The ARP protocol handler cannot directly access the Ethernet header
because the caller has removed the header already when the handler
is called. So change net_arp_input() and pass source and destination
MAC address there instead of bogus pointer that was pointing to ARP
header instead of Ethernet header. This requires changes to ARP tests.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-02-20 21:04:44 +01:00
..
6lo
all net: openthread: Allow a platform to select a Settings backend. 2024-12-02 18:18:20 +01:00
arp net: arp: Fix ARP protocol handler to not use Ethernet hdr directly 2025-02-20 21:04:44 +01:00
bridge
checksum_offload
conn_mgr_conn tests: net: conn_mgr: Use valid LL address in tests 2025-02-19 18:48:52 +01:00
conn_mgr_monitor tests: net: conn_mgr: Use valid LL address in tests 2025-02-19 18:48:52 +01:00
context
dhcpv4 samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
dhcpv6 samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
ethernet_mgmt
hostname
icmp samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
icmpv4
icmpv6
ieee802154
iface tests: net: ipv6: Add tests for stable IIDs 2024-11-16 15:55:49 -05:00
igmp tests: net: igmp: Add re-join multicast group test 2024-12-19 10:20:56 +01:00
ip-addr tests: net: ip-addr: Add test case verifying default iface is preferred 2024-11-29 11:44:39 +01:00
ipv4_fragment tests: net: ipv4_fragment: Make test to run faster 2024-11-18 07:26:07 -05:00
ipv6 tests: net: ipv6: Increase stack size for variable buf test 2025-01-28 14:13:21 +01:00
ipv6_fragment tests: net: ipv6_fragment: Add PMTU testing 2024-11-18 07:26:07 -05:00
lib tests: nrf: Fix SPDX license tags 2025-02-14 20:15:34 +01:00
mgmt
mld
mocks
neighbor
net_pkt
npf
offloaded_netdev
pm
pmtu tests: net: pmtu: Add IPV6_MTU socket option tests 2024-11-18 07:26:07 -05:00
ppp/driver
promiscuous
ptp/clock drivers: ptp_clock: Place API into iterable section 2024-12-02 23:04:22 +01:00
route
route_mcast
shell test: net: shell Remove unused function 2025-02-12 02:23:21 +01:00
socket tests: net: socket: Fix -Wsometimes-uninitialized warning 2025-02-07 02:23:24 +01:00
tcp
traffic_class
trickle
tx_timestamp
udp tests: net: udp: Remove unused function 2025-02-12 02:24:21 +01:00
utils net: utils: Port parsing failure in net_ipaddr_parse() 2024-11-16 13:51:27 -05:00
virtual
vlan tests: net: vlan: Support case where VLAN count is 0 2025-01-31 16:12:50 +01:00
wifi tests: wifi: configs: Add a test for disable of advanced features 2025-01-15 19:06:22 +01:00