aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* Remove proto-RFNoC filesMartin Braun2019-11-268-563/+0
* transport: Port liberio to link_ifAlex Williams2019-11-264-315/+153
* rfnoc: Fix transport buffer reservationsCiro Nishiguchi2019-11-261-38/+47
* rfnoc: Add nirio_link link objectMartin Braun2019-11-262-0/+366
* transport: Add modeling of physical adaptersAlex Williams2019-11-263-5/+33
* rfnoc: Add chdr_ctrl_xportAlex Williams2019-11-261-4/+0
* uhd: add udp boost asio implementation of transport interfaceCiro Nishiguchi2019-11-267-195/+176
* transport: Implement a single-threaded I/O serviceAlex Williams2019-11-262-0/+416
* niusrpio: Apply formattingMartin Braun2019-11-261-59/+69
* libusb: fix global session race conditionMark Meserve2019-10-161-0/+5
* 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