summaryrefslogtreecommitdiff
path: root/daemons/gptp/common/ptp_message.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move daemons/gptp as separate repo under AVnuAvinash Reddy Palleti2018-08-061-2018/+0
* Wrong seqId used in log messagePawel Modrzejewski2018-05-171-1/+1
* gptp : fix race confition that try to delete pdelay request object.jongwook.lee2018-04-191-2/+0
* Add brackets fixing broken if statementChristopher S. Hall2018-01-081-1/+4
* gptp: simple fixing/adding loggingPawel Modrzejewski2018-01-081-0/+1
* Added wireless timestamper and port codeChristopher Hall2017-12-131-254/+370
* Merge pull request #598 from christopher-s-hall/open-avb-nextandrew-elder2017-05-221-59/+91
|\
| * Removed clock dependence on timestamper - necessary for multiportChristopher S. Hall2017-05-191-59/+91
* | Merge pull request #595 from PawelModrzejewski/open-avb-nextandrew-elder2017-05-191-5/+13
|\ \ | |/ |/|
| * gPTP: add negative time jumps detectionPawel Modrzejewski2017-05-171-5/+13
* | Ignore twoStepFlag as per Table 11-4 of 802.1AS-2011Brant Thomsen2017-05-111-0/+4
|/
* Windows 10 detection fixBrant Thomsen2017-05-061-1/+1
* Create CommonPort and EtherPort classes representing Ethernet specificChristopher S. Hall2017-04-261-36/+42
* Merge pull request #501 from audioscience/gptp_msg_idandrew-elder2017-02-061-2/+6
|\
| * gPTP: use message type in combination with sequence ID to uniquely identify p...Andrew Elder2016-10-141-2/+6
* | gptp: fix wrong Follow_up Correction Field value in GPTP_LOG_VERBOSEPawel Modrzejewski2017-02-021-1/+1
|/
* gPTP: add labels to PATH_DELAY_RESP_MESSAGE debug outputAndrew Elder2016-09-161-1/+1
* gPTP: debug log output updatesAndrew Elder2016-09-161-3/+3
* gPTP: fix MSVC compiler warningsAndrew Elder2016-09-131-1/+1
* gPTP: Fix correction field calculationKshitiz Gupta2016-08-021-1/+1
* gPTP: Fix integration issues with open-avb-nextKshitiz Gupta2016-07-291-1/+1
* gPTP: Fix rate ratio calculationKshitiz Gupta2016-07-291-1/+1
* gPTP: Fix correction applied to preciseOriginTimestampVineeth Acharya2016-07-291-8/+10
* gPTP: Fix end node adjusting time in PTP_INITIALIZING stateVineeth Acharya2016-07-291-1/+6
* Fix and cleanup SYNC_RECEIPT_TIMEOUT_EXPIRES handlingKen Carlino2016-07-151-4/+2
* Set asCapable only after checking link delayKen Carlino2016-07-081-1/+0
* Merge phase error violation recovery patchKen Carlino2016-07-081-12/+26
* setLinkDelay() wasn't called in automotive profile modeKen Carlino2016-07-081-3/+5
* Additional status logging when the Test Mode (-E) is activeKen Carlino2016-07-081-1/+1
* Remove extra newlines in gPTP log messagesKen Carlino2016-07-071-8/+6
* Fix memory leak that occurs when receive unexpected message in PTP packet.Windriver Yong-heon.Kim2016-06-221-13/+18
* Beautify formatting of patch for memory leak in buildPTPMessage()m46kruk2016-06-081-2/+2
* Fix memory leak that occurs when a message with unset transport_specific flag...m46kruk2016-06-071-6/+6
* Fix incorrect tracking of buffer length in PathTraceTLV::parseClockIdentity()m46kruk2016-05-251-1/+2
* Fix out-of-bounds read in ClockIdentity::set() caused by malformed announce m...m46kruk2016-05-251-1/+1
* Fix issue #388Levi Pearson2016-05-171-11/+14
* Switch all logging to gptp_log, remove debugoutLevi Pearson2016-05-171-82/+79
* Finished merge, made whitespace consistentLevi Pearson2016-05-171-8/+180
* Fix TLV parse offsetChristopher S. Hall2016-05-061-1/+3
* Added casting to silence VC compiler warningsChristopher Hall2016-04-211-1/+1
* 64 bit words network/host order conversionDavid Cemin2016-04-011-2/+2
* Halt PDelayReq messages when peer is misbehaving.David Cemin2016-03-201-12/+55
* Abort in case sourcePortIdentity differns in response/fup messagesDavid Cemin2016-03-141-1/+16
* Abort if recv portID differs from req portIDDavid Cemin2016-03-141-5/+21
* Abort when received clkid is not the same as srcDavid Cemin2016-03-141-0/+16
* Fixing typo and removing unused variable.David Cemin2016-02-261-1/+1
* Addressing suggested fixes from codereviewDavid Cemin2016-02-251-35/+10
* Adding SEQDIFF_THRESH_COUNTER backDavid Cemin2016-02-151-2/+2
* Fixing problems addressed on code reviewDavid Cemin2016-02-151-3/+5
* Changing type to avoid integer promotionDavid Cemin2016-02-121-1/+1