Commit | Date | |
---|---|---|
[110849]
(4.2 kB)
by
![]() ![]() Make functions and structs dealing with string literals const correct. This allows the compiler to check if someone writes into string Signed-off-by: Stephan Gatzka <stephan.gatzka@...> |
2014-02-07 16:52:03 |
View
Download |
[7b7e04]
(4.2 kB)
by
![]() Add an optional extra check on sync and follow up message ordering. Because of packet reordering that can occur in the network, in the This patch adds an additional check using the software time stamps Signed-off-by: Richard Cochran <richardcochran@...> |
2013-08-29 08:54:55 |
View
Download |
[76e10e]
(3.8 kB)
by
![]() ![]() ptp4l: Use poll() instead of a try-again loop This patch modifies sk_receive in order to use poll() on POLLERR instead of the This change also replaces the old tx_timestamp_retries config value with This change vastly improves some devices and cleans the code up by simplifying a [ RC - removed the unused 'try_again' variable. ] Signed-off-by: Jacob Keller <jacob.e.keller@...> |
2013-04-05 15:52:14 |
View
Download |
[f3ac2c]
(3.7 kB)
by
![]() ![]() add sk_interface_addr for getting an interface's IP |
2013-01-09 00:21:26 |
View
Download |
[e6bbbb]
(3.3 kB)
by
![]() Fixup the Doxygen comment for the sk_ts_info struct. Signed-off-by: Richard Cochran <richardcochran@...> |
2012-11-14 19:20:17 |
View
Download |
[004b62]
(3.1 kB)
by
![]() ![]() sk: change sk_interface_phc to sk_get_ts_info this patch changes sk_interface_phc to sk_get_ts_info, by allowing the function A follow-on patch will add new functionality possible because of these Signed-off-by: Jacob Keller <jacob.e.keller@...> |
2012-11-13 21:35:04 |
View
Download |
[ebe6a2]
(2.8 kB)
by
![]() Remove useless option selecting layer 2 time stamping. Now that the code automatically falls back to transport-specific time Signed-off-by: Richard Cochran <richardcochran@...> |
2012-10-25 19:02:34 |
View
Download |
[8dde0d]
(2.9 kB)
by
![]() Pass transport type to time stamping initialization function. Signed-off-by: Richard Cochran <richardcochran@...> |
2012-10-25 13:19:31 |
View
Download |
[ba4727]
(2.8 kB)
by
![]() Throw an error if SIOCETHTOOL returns a bad PHC index. If the kernel supports the ioctl, but the driver does not (like igb in Signed-off-by: Richard Cochran <richardcochran@...> |
2012-08-22 02:43:47 |
View
Download |
[e757b7]
(2.7 kB)
by
![]() Add a configuration option to support 802.1AS only hardware. Some of the time stamping hardware out there only recognizes layer 2 Signed-off-by: Richard Cochran <richardcochran@...> |
2012-07-27 10:00:47 |
View
Download |