zephyr/subsys/net/l2
Robert Lubos c0161c8052 net: l2: ethernet: arp: Simplify ACD case
In case of ACD Probe/Announcement, all we need is to generate ARP
packet, we don't really want any cache entries to be created or searched
for. There was a bug, that a cache entry was created for the
Announcement sent, resulting in skipped ARP packet generation and
malformed packet being sent by the ACD module.

Therefore, simplify all this, by simply returning early in case of
conflict detection packets.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-06-10 00:59:28 -07:00
..
canbus drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
dummy net: Implement pseudo a.k.a "any" interface 2024-04-04 17:02:11 +02:00
ethernet net: l2: ethernet: arp: Simplify ACD case 2024-06-10 00:59:28 -07:00
ieee802154 random: Rename random header 2023-10-10 14:23:50 +03:00
offloaded_netdev net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
openthread modules: mbedtls: rename CONFIG_MBEDTLS_MAC_*_ENABLED and rm duplicates 2024-05-29 08:39:26 +02:00
ppp net: l2: ppp: Fix terminate requests 2024-05-06 14:54:12 +01:00
virtual net: use appropriate sys_randX_get() 2024-04-05 12:28:46 +02:00
wifi net: wifi_shell: Resolve filter settings mismatch 2024-06-04 13:46:37 +02:00
CMakeLists.txt Network: L2: remove IPSP 2024-04-11 12:48:50 +02:00
Kconfig Network: L2: remove IPSP 2024-04-11 12:48:50 +02:00