zephyr/subsys/net/l2/ethernet
Kweh Hock Leong ea43f89285 net: gptp: Fix type mismatch calculation error in gptp_mi
NSEC_PER_SEC is an unsigned integer macro. Thus, -NSEC_PER_SEC will be
treated as unsigned integer as well which lead to calculation error on
64bits integer variables. Added the correct type casting into the formula
to fix the calculation error.

Signed-off-by: Kweh Hock Leong <hock.leong.kweh@intel.com>
2022-03-28 12:47:41 +02:00
..
dsa net: dsa: Update iface description for mac table programming functions 2021-12-01 13:58:08 -06:00
gptp net: gptp: Fix type mismatch calculation error in gptp_mi 2022-03-28 12:47:41 +02:00
lldp kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
arp.c net: arp: Remove in_addr/in6_addr from packed net_arp_hdr struct 2021-11-25 10:46:35 -05:00
arp.h net: arp: Remove in_addr/in6_addr from packed net_arp_hdr struct 2021-11-25 10:46:35 -05:00
bridge_shell.c
bridge.c toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
bridge.h
CMakeLists.txt drivers: ethernet: build as static library 2021-08-17 06:06:03 -04:00
eth_stats.h
ethernet_mgmt.c
ethernet_stats.c
ethernet.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00