nuttx/drivers/net
Zhe Weng acbddd11d5 net/netdev: Add periodic log for netdev statistics
Work for every network device using `CONFIG_NETDEV_STATISTICS`.

Log style:
<interface>:T{done}/{total},R({v4}+{v6})/{total} {Protocol}:T{tx},R{rx},D{drop}
Example:
wlan0:T10/10,R(10+20)/31 TCP:T0,R0,D0 UDP:T0,R10,D0 ICMP:T0,R0,D0 ICMP6:T0,R0,D0

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-08-22 16:17:56 +08:00
..
CMakeLists.txt
dm90x0.c
enc28j60.c
enc28j60.h
encx24j600.c
encx24j600.h
ftmac100.c
Kconfig net/netdev: Add periodic log for netdev statistics 2024-08-22 16:17:56 +08:00
ksz9477_i2c.c
ksz9477_reg.h drivers/net/ksz9477: Add port mirroring support 2024-06-27 18:09:57 +08:00
ksz9477.c drivers/net/ksz9477: Add port mirroring support 2024-06-27 18:09:57 +08:00
lan91c111.c
lan91c111.h
lan9250.c driver/net/lan9250: Add lan9250_ioctl and lan9250_uninitialize APIs 2024-07-15 19:41:15 +08:00
lan9250.h
loopback.c
Make.defs
netdev_upperhalf.c nuttx/atomic.h:replace ALL stdatomic.h with nuttx/stdatomic.h in nuttx/ 2024-08-22 01:44:29 +08:00
phy_notify.c
rpmsgdrv.c convert pointer string to number in base 16 2024-08-14 22:36:57 +08:00
skeleton.c
slip.c
telnet.c
tun.c net/tun:Remove unused variables in read & write 2024-08-13 16:34:14 +08:00
w5500.c
wifi_sim.c simwifi: Fix the error of the return value in wifidriver_set_txpower. 2024-08-21 23:36:26 +08:00