nuttx/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
..
arp
bluetooth
can
devif net/devif: devif_send supports negative offset 2024-07-14 13:20:14 -03:00
icmp icmp:add net_lock to protect icmp connection 2024-08-20 11:21:08 -03:00
icmpv6 icmpv6: Allow IPv6 address obtained by both 2024-08-21 01:33:28 +08:00
ieee802154
igmp
inet
ipfilter
ipforward
ipfrag
local Fix greater-than-or-equal-to-zero issue 2024-08-08 17:19:42 +08:00
mld
nat
neighbor
netdev net/netdev: Add periodic log for netdev statistics 2024-08-22 16:17:56 +08:00
netfilter net/netfilter: fix windows compile error 2024-07-14 20:33:18 +08:00
netlink
pkt net/pkt: fix raw socket send data length is insufficient. 2024-08-20 13:41:49 +08:00
procfs
route
rpmsg
sixlowpan
socket
tcp net:Fix the warnings. 2024-08-21 23:30:49 +08:00
udp net/udp: fix net_[un]lock() in udp_bind 2024-06-22 19:26:14 -03:00
usrsock
utils net_chksum.c:mod process of generating sum to solve checksum error 2024-08-21 01:38:23 +08:00
CMakeLists.txt
Kconfig usb_cdcmbim: add mbim device driver 2024-08-22 01:56:26 +08:00
Makefile
net_initialize.c