Commit Graph

  • a1cd223962 Start P2P messages right away when listening after initializing. Richard Cochran 2013-01-27 20:42:49 +0100
  • b9aae07f87 Add another Intel driver into the driver support matrix. Richard Cochran 2013-01-27 20:57:23 +0100
  • 533c77115a Check that TLV length is correct when receiving TLVs. Geoff Salmon 2013-01-21 11:41:17 -0500
  • d666149e91 Add missing documentation for msg_post_recv. Richard Cochran 2013-01-20 10:40:52 +0100
  • 24a1a6a81e phc2sys: allow PPS loop only with system clock. Miroslav Lichvar 2013-01-17 18:31:40 +0100
  • c5ce4ef764 phc2sys: read PHC with each PPS sample. Miroslav Lichvar 2013-01-17 18:31:39 +0100
  • f09b4bb7e3 phc2sys: remove unnecessary clock step with non-PPS loops. Miroslav Lichvar 2013-01-14 17:09:15 +0100
  • fc1a695493 phc2sys: don't zero clock frequency on start. Miroslav Lichvar 2013-01-14 17:09:14 +0100
  • 2d4b2f1640 phc2sys: move phc loop to its own function. Miroslav Lichvar 2013-01-14 17:09:13 +0100
  • 627bc0fdf7 phc2sys: use servo code from ptp4l. Miroslav Lichvar 2013-01-14 17:09:12 +0100
  • d8cb9be46a Remove unnecessary states in PI servo. Miroslav Lichvar 2013-01-14 17:09:11 +0100
  • af2a4f47fb Modify PI servo to set frequency when jumping. Miroslav Lichvar 2013-01-14 17:09:10 +0100
  • ab29608e0b Modify servo_sample() to accept integer values. Miroslav Lichvar 2013-01-14 17:09:09 +0100
  • 8a23bf1d66 Fix initial drift calculation in PI servo. Miroslav Lichvar 2013-01-14 17:09:08 +0100
  • d4db76d64c udp6: implement getting physical and protocol addrs Geoff Salmon 2013-01-08 19:21:28 -0500
  • c54f8a523b udp: implement getting physical and protocol addrs Geoff Salmon 2013-01-08 19:21:27 -0500
  • f3ac2cad65 add sk_interface_addr for getting an interface's IP Geoff Salmon 2013-01-08 19:21:26 -0500
  • d6779889cc raw: implement getting physical and protocol addrs Geoff Salmon 2013-01-08 19:21:25 -0500
  • e010937783 transport: adds interface for getting type, and physical/protocol address Geoff Salmon 2013-01-08 19:21:24 -0500
  • 5c47cbfedf Make enum transport_type match the networkProtocol enumeration Geoff Salmon 2013-01-08 19:21:23 -0500
  • 7607774f30 Avoid calling msg_pre_send/post_recv unless actually forwarding a message Geoff Salmon 2012-12-31 15:12:54 -0500
  • 8b40f4305b pmc: prefer exact matches for command names Geoff Salmon 2012-12-28 16:51:14 -0500
  • c8952c20c5 Add the SF download URL into the readme file. Richard Cochran 2012-12-21 13:58:03 +0100
  • 3d4ff7882f phc2sys: check that specified interface has a PHC. Miroslav Lichvar 2012-12-18 14:00:50 +0100
  • 84c7ac6b52 Fix -Wformat warnings. Miroslav Lichvar 2012-12-18 14:00:49 +0100
  • b5ec128574 Update twoStepFlag description in man page. Miroslav Lichvar 2012-12-18 14:00:48 +0100
  • 3f9fe6d4b7 Update the readme with another Linux PHC driver. Richard Cochran 2012-12-18 18:51:41 +0100
  • 49e4491883 Version 1.0 Richard Cochran 2012-12-12 16:52:47 +0100
  • b810153ed5 Add asymmetry correction. Richard Cochran 2012-12-10 14:39:08 +0100
  • 39e8ee0642 Add command line options to print the software version. Richard Cochran 2012-12-10 10:28:28 +0100
  • c3119807a3 Add utility functions to get the software version string. Richard Cochran 2012-12-09 11:26:34 +0100
  • 0c49d16244 Add a compile time version string definition. Richard Cochran 2012-12-09 09:42:47 +0100
  • 02f5b741e7 Add a shell script to generate the version string. Richard Cochran 2012-12-08 19:38:31 +0100
  • 480f9e7d7a pmc: show the flags from the default data set. Richard Cochran 2012-12-04 16:03:33 +0100
  • c129d0ec95 pmc: fix missing include. Richard Cochran 2012-12-04 14:36:01 +0100
  • 3710004596 pmc: reduce the message time out waiting for replies. Richard Cochran 2012-12-04 14:27:25 +0100
  • 5b099afec7 pmc: show the port state as a string. Richard Cochran 2012-12-04 14:26:50 +0100
  • 2aaae0854e Distinguish between get and set management requests. Richard Cochran 2012-12-04 13:25:50 +0100
  • 502b52163c pmc: correct the integer format string wrt decimal verses hexadecimal. Richard Cochran 2012-12-04 13:21:53 +0100
  • 2352c05a3b pmc: support getting the port data set. Richard Cochran 2012-12-02 21:07:43 +0100
  • 0e244e7f36 Respond to the port data set management query. Richard Cochran 2012-12-02 21:06:37 +0100
  • 970bc7f95c Maintain the peer mean path delay field of the port data set. Richard Cochran 2012-12-02 20:48:29 +0100
  • 28c08dfac6 Convert the port data set TLV to and from host byte order. Richard Cochran 2012-12-02 20:34:44 +0100
  • c101dafb18 pmc: support getting the time properties data set. Richard Cochran 2012-12-02 20:13:06 +0100
  • 21840156c3 Respond to the time properties data set management query. Richard Cochran 2012-12-02 18:57:38 +0100
  • 49a98c1fcf Convert the time properties data set TLV to and from host byte order. Richard Cochran 2012-12-02 15:44:59 +0100
  • aa6708d09a Use the management message memory layout for the timePropertiesDS. Richard Cochran 2012-12-02 11:24:31 +0100
  • 61e1861e27 pmc: remove trailing spaces from format strings. Richard Cochran 2012-12-02 10:13:15 +0100
  • 04fe330e81 pmc: support getting the parent data set. Richard Cochran 2012-12-02 10:09:30 +0100
  • b9a6767b3d Respond to the parent data set management query. Richard Cochran 2012-12-02 09:13:55 +0100
  • e21280ef77 Convert the parent data set TLV to and from host byte order. Richard Cochran 2012-12-02 08:53:54 +0100
  • b30c841cde pmc: support getting the default data set. Richard Cochran 2012-12-02 07:49:21 +0100
  • cc7c724eb0 Respond to the default data set management query. Richard Cochran 2012-12-01 08:32:40 +0100
  • 2722b8587d Convert the default data set TLV to and from host byte order. Richard Cochran 2012-12-01 08:27:45 +0100
  • 71c4bf203c Use the management message memory layout for the parentDS. Richard Cochran 2012-11-30 22:35:26 +0100
  • d60ccc7484 Use the management message memory layout for the defaultDS. Richard Cochran 2012-11-30 21:52:37 +0100
  • b26a36d493 Implement the NULL management message. Richard Cochran 2012-11-30 20:26:22 +0100
  • 1516be04e2 Ignore management response messages. Richard Cochran 2012-11-30 11:39:21 +0100
  • ae41fa0f68 udp: work around phyter quirk. Richard Cochran 2012-11-30 10:11:36 +0100
  • b96e73994b Support one step sync operation. Richard Cochran 2012-11-29 21:01:16 +0100
  • 24385005b8 Enumerate the event codes for the transport layer transmission methods. Richard Cochran 2012-11-30 10:06:07 +0100
  • 4ef70c3d2e phc2sys: use the system offset method if available Richard Cochran 2012-11-26 13:25:35 +0100
  • 36a5224b5a Add a method to estimate the PHC to system offset using the new ioctl. Richard Cochran 2012-11-26 13:22:07 +0100
  • 60ca52a3fc readme: correct blackfin entry in the driver support matrix. Richard Cochran 2012-11-28 08:32:40 +0100
  • 7662c450fc Document the udp6_scope configuration option in the man page. Richard Cochran 2012-11-26 10:34:19 +0100
  • d83cd7283c udp6: add an option to set the multicast scope. Richard Cochran 2012-11-25 20:30:14 +0100
  • f92f09f563 udp6: set the scope id when sending to link local addresses. Richard Cochran 2012-11-25 19:24:27 +0100
  • 8e7a6da80c udp6: remember the interface index. Richard Cochran 2012-11-25 18:01:12 +0100
  • 87313fd05d Initialize the socket address structure to zero. Richard Cochran 2012-11-25 17:45:37 +0100
  • b8b96dd606 Tell about the make install target in the readme file. Richard Cochran 2012-11-25 16:34:21 +0100
  • da2a26a4ca Update the readme for Linux kernel version 3.7. Richard Cochran 2012-11-25 16:33:08 +0100
  • e6bbbb27e1 Fixup the Doxygen comment for the sk_ts_info struct. Richard Cochran 2012-11-14 20:20:17 +0100
  • 72fd5b523d Fixup label defined but not used warning Richard Cochran 2012-11-14 20:09:55 +0100
  • a1b492aba9 ptp4l: use sk_get_ts_info to check timestamping mode Jacob Keller 2012-11-13 13:35:10 -0800
  • 004b62d22b sk: change sk_interface_phc to sk_get_ts_info Jacob Keller 2012-11-13 13:35:04 -0800
  • 4e81072589 ptp4l: make config parser strict. Miroslav Lichvar 2012-11-07 18:20:29 +0100
  • ff547aeebb ptp4l: ignore empty lines and comments in config. Miroslav Lichvar 2012-11-06 19:00:00 +0100
  • 1a83619b17 phc2sys: add option to set slave-master time offset. Miroslav Lichvar 2012-11-05 17:13:30 +0100
  • a373805b6d ptp4l: increase default tx_timestamp_retries to 100. Miroslav Lichvar 2012-11-05 17:13:29 +0100
  • 022f203b11 makefile: add install target. Miroslav Lichvar 2012-11-05 17:13:28 +0100
  • 23ebe82816 Add .gitignore. Miroslav Lichvar 2012-11-05 17:13:27 +0100
  • d1c65394c6 Add an acknowledgment in the readme for audioscience. Richard Cochran 2012-11-01 19:44:13 +0100
  • 3d599e2d5d phc2sys: update help message. Miroslav Lichvar 2012-11-01 15:15:36 +0100
  • d0714a9fac phc2sys: add selecting clock by name. Miroslav Lichvar 2012-11-01 15:15:35 +0100
  • 2f3b9f718f Add man pages. Miroslav Lichvar 2012-11-01 11:24:24 +0100
  • ebe6a24bd7 Remove useless option selecting layer 2 time stamping. Richard Cochran 2012-10-25 21:02:34 +0200
  • 870873c7a7 Try two different HWTSTAMP options. Richard Cochran 2012-10-25 20:55:28 +0200
  • 8dde0d31b6 Pass transport type to time stamping initialization function. Richard Cochran 2012-10-25 15:19:31 +0200
  • 7894339cdd Fix errors found by Coverity Static Analysis. Miroslav Lichvar 2012-10-18 16:28:56 +0200
  • e3a9535dff Explicitly set default values for all configurable options. Miroslav Lichvar 2012-10-18 13:15:06 +0200
  • 937f3aec5b Don't try calling SIOCETHTOOL on UDS. Miroslav Lichvar 2012-10-11 20:17:32 +0200
  • c6bb965f3d Remove obsolete links from the readme. Richard Cochran 2012-09-29 11:33:33 +0200
  • 675df82a29 Allow zero as a configured value for pi_offset_const. Richard Cochran 2012-09-29 10:39:26 +0200
  • a15a0a0221 ptp4l: update the configuration files Jacob Keller 2012-09-28 11:46:05 -0700
  • b8160f2760 ptp4l: add maximum offset to pi servo Jacob Keller 2012-09-28 11:46:00 -0700
  • 3464c9cfb4 ptp4l: add servo selection to the configuration file Jacob Keller 2012-09-28 11:45:54 -0700
  • d951ba421f ptp4l: modify clock_create to take servo as argument Jacob Keller 2012-09-28 11:45:49 -0700
  • d67892abd7 ptp4l: modify servo setup to take an enum rather than string Jacob Keller 2012-09-28 11:45:43 -0700
  • a0fc92957f phc2sys: add sk.o to phc2sys for sk_interface_phc Jacob Keller 2012-09-27 20:42:37 -0700
  • eb09fe01d7 phc2sys: refactor and rationalize the output messages. Richard Cochran 2012-09-26 08:42:19 +0200