summaryrefslogtreecommitdiffstats
path: root/raw.c
Commit message (Expand)AuthorAgeFilesLines
* transport: pass struct interface to transport_openHangbin Liu2017-10-141-2/+3
* Remove conflicting netinet/ether.hPetr Kulhavy2017-05-151-1/+0
* Use the standardized low level socket address format.Richard Cochran2015-08-291-4/+5
* config: convert 'p2p_dst_mac', letting it be a per-port option.Richard Cochran2015-08-231-5/+10
* config: convert 'ptp_dst_mac', letting it be a per-port option.Richard Cochran2015-08-231-4/+12
* Common type holding an addressJiri Benc2014-04-251-18/+32
* raw: separate src and dst addressesJiri Benc2014-04-161-11/+11
* raw: replace hard coded constants by MAC_LENJiri Benc2014-04-161-3/+3
* raw: fix reading of uninitialized memory on recvJiri Benc2014-04-101-3/+5
* Make functions and structs dealing with string literals const correct.Stephan Gatzka2014-02-071-2/+2
* Add an optional extra check on sync and follow up message ordering.Richard Cochran2013-08-291-0/+3
* raw: implement getting physical and protocol addrsGeoff Salmon2013-01-141-0/+16
* Enumerate the event codes for the transport layer transmission methods.Richard Cochran2012-11-301-1/+1
* Pass transport type to time stamping initialization function.Richard Cochran2012-10-291-1/+1
* raw: accept VLAN tagged packets.Richard Cochran2012-08-211-7/+36
* raw: return the length of the PTP message on receive.Richard Cochran2012-08-101-1/+6
* Add a configuration option to specify the L2 MAC addresses.Richard Cochran2012-07-271-2/+2
* raw: Implement the peer transmission option.Richard Cochran2012-04-051-11/+29
* Expand the transport layer interface with a peer transmission method.Richard Cochran2012-04-051-1/+1
* raw: fix filter reject for non 1588 framesEliot Blennerhassett2012-03-311-1/+1
* Remove a useless variable from the file descriptor array data type.Richard Cochran2012-03-211-1/+0
* Add a transport over raw Ethernet packets.Richard Cochran2012-03-181-0/+259