nuttx/net/devif
zhanghongyu c8713a1b48 net: protect the older network cards driver's tx and rx process
Add netdev_lock in xxx_input and txavail to adapt to drivers that do not
use upperhalf.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2025-12-29 09:42:18 +08:00
..
CMakeLists.txt net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00
devif.h net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00
devif_callback.c net/udp: remove net_lock 2025-12-29 09:42:18 +08:00
devif_filesend.c fix misspelled names in locally scoped code 2025-05-15 10:12:12 +08:00
devif_forward.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_iobsend.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_loopback.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_poll.c net: protect the older network cards driver's tx and rx process 2025-12-29 09:42:18 +08:00
devif_send.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipv4_input.c net: protect the older network cards driver's tx and rx process 2025-12-29 09:42:18 +08:00
ipv6_input.c net: protect the older network cards driver's tx and rx process 2025-12-29 09:42:18 +08:00
Make.defs net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00