aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* Device3: Fix MTU and default frame sizesMichael West2019-07-181-0/+5
* nirio: Fix typo in nirio_zero_copyMichael West2019-07-181-1/+1
* transport: usb: Allow to cancel USB requests without throwingBehnam Sabaghi2019-07-181-1/+3
* x310: fixed udp WSA buffer size assignment issueMatthew Crymble2019-07-171-3/+21
* transport: fixed a pre-mature buffer resetmcrymble2019-06-141-2/+3
* transport: Remove warning for memset in super_recv_packet_handlerAlex Williams2019-06-071-4/+4
* liberio: Release context holder on destruction of last liberio xportSugandha Gupta2019-05-011-3/+24
* uhdlib: Add dpdk_zero_copy.hppAlex Williams2019-04-102-46/+1
* transport: Make dpdk_simple subclass udp_simpleAlex Williams2019-04-101-58/+63
* uhd-dpdk: Wait for links to come up before poking MPMAlex Williams2019-04-021-4/+12
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-085-5/+5
* transport: udp: Fix buffer size warningLars Amsel2019-02-271-2/+2
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-152-7/+7
* 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