zephyr/subsys/net/l2
Robert Lubos 86244a9c54 net: stats: Make byte counters 64-bit
In high throughput tests it's fairly easy to overflow the current 32-bit
byte counters in net statistics (it's just over 4 GB of data).
Therefore, make the byte counters 64-bit to prevent overflows.
Rearrange some fields to avoid padding.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-06-12 09:36:38 -07:00
..
canbus net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
dummy net: l2: dummy: Update sent statistics 2025-03-21 14:18:25 +01:00
ethernet drivers: ethernet: remove phy related configs from eth config 2025-06-11 10:17:37 -07:00
ieee802154 net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
offloaded_netdev
openthread net: l2: openthread: Fix error logs on adding already present address 2025-05-13 16:23:37 +02:00
ppp net: l2: ppp: Terminate connection with dormant 2025-05-14 14:10:21 +02:00
virtual net: virtual: Hook into packet filter processing 2025-04-16 08:07:34 +02:00
wifi net: stats: Make byte counters 64-bit 2025-06-12 09:36:38 -07:00
CMakeLists.txt openthread: Separate OpenThread Kconfigs from L2 layer 2025-04-23 17:54:58 +02:00
Kconfig