[chrony-dev] [Git][chrony/chrony][master] 6 commits: ntp: ignore unknown link speed when updating interface

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


Title: GitLab

Miroslav Lichvar pushed to branch master at chrony / chrony

Commits:

  • 90d9908e
    by JR Lanteigne at 2026-08-27T08:53:05+02:00
    ntp: ignore unknown link speed when updating interface
    
    The ETHTOOL_GSET ioctl can report the speed as -1 (SPEED_UNKNOWN)
    while the link is down or autonegotiating. The value passes the
    nonzero check and is latched until the next update, up to 2^minpoll
    seconds after the link is back up, corrupting the RX timestamp
    correction of packets received in that interval (-752 us instead of
    +7.5 us for a 94-octet frame at 100 Mb/s).
    
    Ignore non-positive speeds to keep the last known speed.
    
  • 9efd0672
    by Miroslav Lichvar at 2026-08-27T14:37:36+02:00
    client: switch -w description to imperative form
    
  • d587fd2b
    by Miroslav Lichvar at 2026-08-27T14:37:44+02:00
    cmdmon: fix handle_modify_minstratum() to use correct field
    
    Fix a copy-paste error in handle_modify_minstratum() to use the
    minstratum-specific member of the union instead of minpoll. This didn't
    cause any issues as the two structures are identical.
    
  • ad62a848
    by Miroslav Lichvar at 2026-08-27T14:38:15+02:00
    update copyright
    
  • b9f129ff
    by Miroslav Lichvar at 2026-08-27T14:38:15+02:00
    doc: update credits in README
    
  • 8df4f126
    by Miroslav Lichvar at 2026-08-27T14:38:15+02:00
    doc: update NEWS
    

11 changed files:



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/