incubator-nuttx/drivers/net
meijian a7224cf35a net/netstatistics: add tx/rx bytes statistics for dev
We can see them in ifconfig:

ap> ifconfig
wlan0   Link encap:Ethernet HWaddr 42:64:7f:b3:12:03 at UP mtu 1500
        inet addr:10.0.1.2 DRaddr:10.0.1.1 Mask:255.255.255.0
        inet6 DRaddr: ::

        RX: Received Fragment Errors   Bytes
            00000b9b 00000000 00000000 21daf5
            IPv4     IPv6     ARP      Dropped
            00000a33 00000137 00000031 00000000
        TX: Queued   Sent     Errors   Timeouts Bytes
            00000ac4 00000ac4 00000000 00000000 1a2103
        Total Errors: 00000000

Signed-off-by: meijian <meijian@xiaomi.com>
2024-09-10 11:36:03 +08:00
..
CMakeLists.txt qemu/wifi: Add the virtual wifi function on the emulator. 2023-12-14 20:22:12 -08:00
Kconfig add for support cmake with netdev_notify_recvcpu.c 2024-08-30 01:45:06 +08:00
Make.defs qemu/wifi: Add the virtual wifi function on the emulator. 2023-12-14 20:22:12 -08:00
dm90x0.c
enc28j60.c net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
enc28j60.h
encx24j600.c
encx24j600.h
ftmac100.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
ksz9477.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
ksz9477_i2c.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
ksz9477_reg.h drivers/net/ksz9477: Add port mirroring support 2024-06-27 18:09:57 +08:00
lan91c111.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
lan91c111.h
lan9250.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
lan9250.h driver/net/lan9250: Add LAN9250 driver(SPI and QSPI mode) 2023-12-07 19:53:05 -08:00
loopback.c net/loopback: Fix flags of lo device 2023-11-29 07:57:01 -08:00
netdev_upperhalf.c net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +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 netdev/ipv6: Move `xxx_ipv6multicast` from arch to common code 2023-12-16 05:26:16 -08:00
slip.c
telnet.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
tun.c net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
w5500.c net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
wifi_sim.c simwifi: Fix the error of the return value in wifidriver_set_txpower. 2024-08-21 23:36:26 +08:00