nuttx/net/netdev
shichunma 121e3ac9fc netdev/netdev_ioctl: log in hex mode for ioctl cmd
It's a more friendly when output cmd in hex mode, since it's defined like: 0x7xx

Signed-off-by: Jerry Ma <shichunma@bestechnic.com>
2026-03-03 15:58:03 -03:00
..
CMakeLists.txt netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-01-19 23:22:46 +08:00
Kconfig netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-01-19 23:22:46 +08:00
Make.defs netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-01-19 23:22:46 +08:00
netdev.h net: skip TCP/UDP pseudo-header checksum with hardware offload 2026-01-19 23:22:46 +08:00
netdev_carrier.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netdev_checksum.c netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-01-19 23:22:46 +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 netdev:When running, proto stack can exchange packets with device 2026-01-06 16:04:03 +08:00
netdev_findbyaddr.c net/netdev: a valid netdev for ipv4 should have ipv4 addr configured 2026-02-02 13:57:56 +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 netdev_foreach.c: add lock protection during the traversal process 2026-01-02 00:00:55 +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 Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
netdev_ioctl.c netdev/netdev_ioctl: log in hex mode for ioctl cmd 2026-03-03 15:58:03 -03: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 devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-01-02 00:04:16 +08:00
netdev_stats.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
netdev_txnotify.c devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-01-02 00:04:16 +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:modify check condition from IFF_UP to IFF_RUNNING in the sending process 2026-01-09 21:48:18 +08:00