aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* uhdlib: Add dpdk_zero_copy.hppAlex Williams2019-05-212-46/+1
* transport: Make dpdk_simple subclass udp_simpleAlex Williams2019-05-211-58/+63
* uhd-dpdk: Wait for links to come up before poking MPMAlex Williams2019-05-211-4/+12
* transport: udp: Fix buffer size warningLars Amsel2019-03-051-2/+2
* uhd-dpdk: Cover all paths to request TX offloadsAlex Williams2019-01-253-11/+61
* uhd-dpdk: Delete useless test folderAlex Williams2019-01-252-356/+0
* mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copyAlex Williams2019-01-2510-285/+558
* transport: muxed_zero_copy_if fixesmichael-west2019-01-211-2/+2
* endianness: Replace Boost macros with custom onesMartin Braun2019-01-212-3/+3
* lib: transport: Revert to boost instead of std sleepSugandha Gupta2019-01-181-3/+1
* lib: transport: apply clang-formatBrent Stapleton2019-01-1825-2326/+2745
* transport: Move uhd-dpdk header to uhdlibAlex Williams2019-01-153-3/+3
* transport: Add dpdk_zero_copy transportAlex Williams2019-01-153-0/+527
* transport: Add blocking recv calls to uhd-dpdkAlex Williams2019-01-1510-218/+690
* uhd-dpdk: Add ARP responder, set MTU, and clean up APIAlex Williams2019-01-154-5/+73
* udp_wsa_zero_copy: add default xport paramsThomas Vogel2019-01-091-1/+25
* transport: Fix MSVC warning by replacing size_t with uint32_tMartin Braun2019-01-031-1/+1
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-143-67/+67
* UHD: Fix RX streamer SOB and EOB handlingMichael West2018-10-241-2/+9
* usb: fix dummy compilation in msvcMark Meserve2018-09-141-0/+8
* udp_zero_copy: add default xport params.Trung Tran2018-09-131-14/+58
* uhd-dpdk: Add DPDK-based sockets-like libraryAlex Williams2018-08-2912-2/+2252
* uhd: udp: 'all_matching' endpoint resolutionBrent Stapleton2018-08-291-1/+2
* nirio: Demote RPC client cancel/abort to TRACEMartin Braun2018-08-211-1/+1
* X300: Change Ethernet bufferingMichael West2018-07-254-29/+44
* rx_streamer: Release buffers no longer neededMichael West2018-07-251-9/+26
* Device3: Change packet-based flow control to byte-based flow controlMartin Braun2018-07-255-105/+92
* liberio_zero_copy: add tx and rx mutexesTrung Tran2018-06-181-1/+6
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-307-15/+21
* Correctly set end of burst flag in metadata.Vidush2018-04-301-0/+2
* lib: Unbreak build against Boost 1.67Jan Beich2018-04-181-1/+1
* niusrprio: Move a const from header to implMartin Braun2018-04-181-0/+5
* x300: Replace all references to boost::this_thread::sleep()Martin Braun2018-04-171-1/+4
* niusrprio: Refactor niusrprio_session, move out static constsMartin Braun2018-04-171-3/+7
* lib: move atomic.hpp and system_time.hpp to uhdlibMartin Braun2018-04-063-3/+3
* transport: Demote UDP socket buffer size log message to TRACEMartin Braun2018-03-301-1/+1
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-142-2/+2
* x300: improve lvbitx bitstream md5 read timeMark Meserve2018-03-131-10/+20
* uhd: Update license headersMartin Braun2018-02-1941-37/+78
* Move all license headers to SPDX format.Martin Braun2017-12-2239-682/+253
* Fix build with Boost 1.66ilovezfs2017-12-193-3/+3
* transport: nirio_zero_copy: Remove redundant buffer poolsMoritz Fischer2017-10-111-5/+0
* transport: liberio: Check return values for liberio_chan_set_fixed_size()Moritz Fischer2017-10-101-4/+10
* transport: liberio: Fix bug with recv timeout conversionMoritz Fischer2017-10-051-3/+3
* transport: liberio: Fix indentsMoritz Fischer2017-10-051-4/+4
* udp: Modify log messages of UDP transportMartin Braun2017-10-042-10/+27
* udp: Added option to query local address of socketMartin Braun2017-10-042-1/+25
* transport: Added liberio_zero_copy transport implementationMoritz Fischer2017-08-073-0/+304
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-292-0/+3
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-292-4/+3