summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add note application was tested with i210 listenerJohn Tungul2019-10-081-1/+2
* Remove plug-fest commentJohn Tungul2019-10-071-3/+2
* Merge commit 'c225346c3c61c29647f3ca0c0ad0347ea917abbb' into aq_atl_hw_supportEgor Pomozov2019-10-044-16/+48
|\
| * fix building on Xcode 10Luke Howard2018-12-104-16/+48
* | Aquantia contribution:Egor Pomozov2019-10-0312-5/+2569
|/
* Remove lib/igb and kmod/igb folder as part of restructuringAvinash Reddy Palleti2018-08-014-4/+4
* adds timed audioBeverly Klemme2018-06-1230-0/+7099
* Fix mmrp parsingFredrik Hallenberg2017-11-161-2/+2
* Merge pull request #573 from pinealservo/common_lib_splitandrew-elder2017-04-057-57/+117
|\
| * Split lib/common/avb.c/h into separate librariesLevi Pearson2017-03-317-57/+117
* | Indentation fixedMichal Wasko2017-03-161-3/+3
* | Automotive renamed to no SRP and aaf option addedMichal Wasko2017-03-151-68/+95
* | Automotive mode added to simple listenerMichal Wasko2017-03-131-64/+149
|/
* libigb: add alignment checks for register valuesToshiki Nishioka2017-02-071-3/+5
* fix read_start_feed bugdaejung.kim2017-01-031-1/+1
* Print log message when non-success code is returnedRoland Hii2016-09-141-1/+2
* Fix compile warnings and errors after added -O2 compile optionRoland Hii2016-09-131-1/+3
* simple_rx: Fixed typos in Makefiles to properly clean targetsRoland Hii2016-09-131-1/+1
* Add -lrt to simple_rx build for TravisLevi Pearson2016-07-281-1/+2
* add direct DMA for RX and misc fixesTodd Fujinaka2016-07-273-0/+866
* examples/common/avb to lib/common/avbRikus Wessels2016-06-206-858/+15
* Fixed gptpdeinit return value againRikus Wessels2016-06-091-4/+4
* Changed to if (NULL ==Rikus Wessels2016-06-091-4/+4
* Changed parameter names to shmRikus Wessels2016-06-062-34/+34
* Added gptpgetdataRikus Wessels2016-06-062-7/+21
* Add Doxygen commentsRikus Wessels2016-06-061-7/+29
* Fixed gptpdeinit return valueRikus Wessels2016-05-301-15/+28
* Fix #includeRikus Wessels2016-05-274-4/+2
* Example code cleanupRikus Wessels2016-05-276-253/+46
* Remove some pci_connect duplicatesRikus Wessels2016-05-274-102/+9
* Update simple_talker.cRikus Wessels2016-05-261-2/+2
* Update jackd_talker.cRikus Wessels2016-05-261-2/+2
* Update avb.cRikus Wessels2016-05-261-2/+2
* Reformat duplicated pci_connect for easy comparisonRikus Wessels2016-05-193-39/+41
* Fix for #396Rikus Wessels2016-05-192-0/+2
* Merge branch 'gptp-enhancements' of https://github.com/srinath88/Open-AVB int...Andrew Elder2015-11-0415-493/+775
|\
| * Fixed build errors occuring as a result of change in talker_mrp_client.h and ...Srinath Arunachalam2015-08-208-151/+244
| * Got rid of the global variables and instead passed a pointer to the context t...Srinath Arunachalam2015-08-196-276/+261
| * Moved global variables in simple_talker mrp client and simple_listener mrp cl...Srinath Arunachalam2015-08-196-112/+106
| * Simple listener now initializes pcap mac address filter by getting the destin...Srinath Arunachalam2015-08-196-56/+116
| * changed mrp_join_vlan() to join the VLAN obtained from the MRP daemon instead...Srinath2015-08-196-161/+113
| * Added thread monitor to monitor mrp daemon and get the class id, priority and...Srinath Arunachalam2015-08-197-18/+217
* | examples: mrp_client: BUGFIX, add missing MSRP failure codeAndrew Elder2015-10-051-0/+1
* | gptplocaltime() fix for 32bit hosts.Marcin Miklas2015-09-161-1/+1
* | gPtpTimeData.local_time should have uint64_t type.Marcin Miklas2015-09-163-3/+3
* | Consistent gPtpTimeData definitions in examples.Marcin Miklas2015-09-164-15/+21
* | gptplocaltime() localtime.Marcin Miklas2015-09-162-0/+26
|/
* Merge a jackd_talker fix from master.Levi Pearson2015-06-211-0/+5
* Merge pull request #235 from wgoossens/cross_compile_supportandrew-elder2015-06-087-9/+9
|\
| * examples-jack: Allow overriding compiler commandWalter Goossens2015-06-062-3/+3