]> git.ipfire.org Git - thirdparty/chrony.git/history - ntp_io_linux.c
cmdmon: save NTS cookies and server keys on dump command
[thirdparty/chrony.git] / ntp_io_linux.c
2020-03-05  Miroslav Lichvarntp: refactor NTP_Packet structure for extension fields
2019-08-27  Miroslav Lichvarntp: update setting of socket option
2019-07-18  Miroslav Lichvarntp: convert to new socket API
2019-05-10  Miroslav Lichvarupdate copyright years
2019-05-10  Miroslav Lichvarntp: check value returned by CMSG_FIRSTHDR
2019-05-09  Miroslav Lichvarntp: check timestamping configuration when SIOCSHWTSTAM...
2018-10-08  Miroslav Lichvarntp: fix transposition with timestamping packet info
2018-08-09  Miroslav Lichvarntp: add options to set minsamples/maxsamples of hwclock
2018-08-09  Miroslav Lichvarhwclock: add parameters for minimum/maximum number...
2018-06-20  Miroslav Lichvarfix printf()/scanf() format signedness
2018-05-25  Miroslav Lichvarntp: check PHC index before opening device
2018-03-28  Miroslav Lichvarupdate copyright years
2018-03-14  Miroslav Lichvarntp: add debug message to update of link speed
2018-03-02  Miroslav Lichvarntp: delay enabling permanent kernel RX timestamping...
2018-02-16  Miroslav Lichvarntp: keep kernel RX timestamping permanently enabled...
2018-02-02  Miroslav Lichvarntp: wait for late HW TX timestamps
2018-02-01  Miroslav Lichvarntp: don't request TX timestamp when SW/HW timestamping...
2017-08-23  Miroslav Lichvarntp: allow TX-only HW timestamping by default
2017-08-09  Miroslav Lichvarntp: skip IPv6 extension headers
2017-06-30  Miroslav Lichvarntp: fix debug message about unknown HW timestamping...
2017-06-27  Miroslav Lichvarntp: apply HW TX/RX compensation to system time
2017-06-27  Miroslav Lichvarntp: add option to select HW RX timestamping filter
2017-06-27  Miroslav Lichvarntp: add support for new Linux timestamping options
2017-06-27  Miroslav Lichvarntp: always try to enable SW timestamping on Linux
2017-05-26  Miroslav Lichvarntp: include local error in hwclock samples
2017-05-26  Miroslav Lichvarntp: remove unnecessary include
2017-03-10  Miroslav Lichvarlogging: remove facility parameter
2017-01-27  Miroslav Lichvarntp: check supported flags before enabling HW timestamping
2017-01-27  Miroslav Lichvarntp: log info message when HW timestamping is enabled
2017-01-23  Miroslav Lichvarntp: add interface index to NTP_Local_Address
2017-01-23  Miroslav Lichvarconf: add nocrossts option to hwtimestamp directive
2017-01-23  Miroslav Lichvarsys_linux: add support for PTP_SYS_OFFSET_PRECISE
2017-01-23  Miroslav Lichvarntp: move PHC-specific code to sys_linux
2017-01-23  Miroslav Lichvarconf: add minpoll option to hwtimestamp directive
2017-01-23  Miroslav Lichvarhwclock: make minimum sampling separation configurable
2017-01-23  Miroslav Lichvarconf: add precision option to hwtimestamp directive
2017-01-23  Miroslav Lichvarntp: include precision of PHC readings in their selection
2017-01-23  Miroslav Lichvarconf: return hwtimestamp data in struct
2017-01-12  Miroslav Lichvarupdate copyright years
2017-01-06  Miroslav Lichvarntp: add options for compensating HW timestamping errors
2017-01-06  Miroslav Lichvarntp: add sanity check for HW timestamps
2017-01-06  Miroslav Lichvarntp: ignore zero HW timestamps
2016-12-14  Miroslav Lichvarntp: allow wildcard in hwtimestamp directive
2016-11-23  Miroslav Lichvarntp: fix calculation of PHC sample time
2016-11-22  Miroslav Lichvarntp: transpose HW RX timestamps
2016-11-22  Miroslav LichvarMerge branch '2.4-stable' into HEAD
2016-11-10  Miroslav Lichvarntp: add support for HW timestamping on Linux
2016-11-10  Miroslav Lichvarntp: read interface index from control messages
2016-11-10  Miroslav Lichvarntp: add support for software timestamping on Linux