nuttx/net/netdev
zhanghongyu adb161aa10 arp: the manually configured arp table should not have a timeout period
Improve the behavior of the ARP table so that the manually configured
ARP table has the highest priority, can only be manually modified to
other values, otherwise will never change again, and will not time out.
The modified behavior is consistent with that of Linux.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-01 17:03:29 +08:00
..
CMakeLists.txt net/utils/net_lock.c: add api to lock conn and netdev 2025-12-29 09:42:18 +08:00
Kconfig add can/lin controller status 2024-10-09 08:39:14 +08:00
Make.defs net/utils/net_lock.c: add api to lock conn and netdev 2025-12-29 09:42:18 +08:00
netdev.h net/netdev: separate netdev_list_lock from net_lock 2025-12-29 09:42:18 +08:00
netdev_carrier.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netdev_count.c net/netdev: separate netdev_list_lock from net_lock 2025-12-29 09:42:18 +08:00
netdev_default.c net/netdev: separate netdev_list_lock from net_lock 2025-12-29 09:42:18 +08:00
netdev_findbyaddr.c net/netdev: separate netdev_list_lock from net_lock 2025-12-29 09:42:18 +08:00
netdev_findbyindex.c net/netdev: separate netdev_list_lock from net_lock 2025-12-29 09:42:18 +08:00
netdev_findbyname.c net/netdev: separate netdev_list_lock from net_lock 2025-12-29 09:42:18 +08:00
netdev_foreach.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netdev_ifconf.c fix snprintf truncation warnings 2024-10-08 22:31:32 +08:00
netdev_input.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
netdev_iob.c net/netdev: Add netdev_iob_replace_l2 for netdev to avoid misuse 2025-12-09 07:56:20 -03:00
netdev_ioctl.c arp: the manually configured arp table should not have a timeout period 2026-01-01 17:03:29 +08:00
netdev_ipv6.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
netdev_lladdrsize.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netdev_lock.c net/utils/net_lock.c: add api to lock conn and netdev 2025-12-29 09:42:18 +08:00
netdev_notify_recvcpu.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netdev_register.c net/utils/net_lock.c: add api to lock conn and netdev 2025-12-29 09:42:18 +08:00
netdev_stats.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netdev_txnotify.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netdev_unregister.c net/utils/net_lock.c: add api to lock conn and netdev 2025-12-29 09:42:18 +08:00
netdev_verify.c net/netdev: separate netdev_list_lock from net_lock 2025-12-29 09:42:18 +08:00
netdown_notifier.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00