zephyr/subsys/net
Lu Ding 818d90efda net: gptp: Fix sync_receipt_time calculation in gptp_mi
Fix #42800
Both pss->rate_ratio and port_ds->neighbor_rate_ratio are double type
but sync_receipt_time is uint64_t. If pss->rate_ratio is less than 1
or sync_receipt_time * port_ds->neighbor_rate_ratio is less than 1,
sync_receipt_time becomes 0 due to double to uint64_t cast.
Assign port_ds->neighbor_prop_delay to sync_receipt_time first to fix
this issue.

Signed-off-by: Lu Ding <lucasdinglu@gmail.com>
2022-03-07 10:54:49 +01:00
..
ip net: tcp: Make receive window size configurable 2022-02-22 10:09:45 -08:00
l2 net: gptp: Fix sync_receipt_time calculation in gptp_mi 2022-03-07 10:54:49 +01:00
lib net: openthread: remove CONFIG_OPENTHREAD_CSL_SAMPLE_WINDOW 2022-03-07 10:54:30 +01:00
pkt_filter CMake: net: pkt_filter: Only construct the library if enabled 2022-02-21 21:57:19 -05:00
buf.c net: buf: move user_data to flexible arr member 2021-11-24 16:04:50 +02:00
CMakeLists.txt net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
hostname.c
Kconfig net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net