aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* host: fix build with DPDK v21.11 LTSLuca Boccassi2022-01-203-34/+76
* uhd: Fix non-standard function name macrosMartin Braun2022-01-121-1/+2
* lib: SSPH: Fix comment for convert_to_in_buff()Martin Braun2022-01-071-2/+1
* uhd: Remove tcp_zero_copyMartin Braun2022-01-052-250/+0
* dpdk: correct MTU warning messageAndrew Lynch2021-12-171-1/+1
* dpdk: support new MTU discoveryAndrew Lynch2021-12-171-4/+4
* dpdk: disable warnings for using an experimental featureAndrew Lynch2021-12-061-0/+6
* dpdk: Upgrade to DPDK 19.11 APIAndrew Lynch2021-12-064-69/+69
* uhd: Remove superfluous boost/bind.hpp includesMartin Braun2021-12-031-1/+0
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-197-34/+34
* libusb: Remove unused context variableMartin Braun2021-09-301-2/+5
* cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIRMartin Braun2021-09-101-1/+1
* uhd: transport: Avoid exceptions in disconnect_receiver()Aaron Rossetto2021-08-311-10/+10
* lib: transport: Mark typecast as intendedMartin Anderseck2021-08-171-1/+2
* lib: transport: Initialize _hshake_args_serverMartin Anderseck2021-08-171-1/+1
* transport: Fix compiler warning in nirio_linkMartin Braun2021-06-221-2/+0
* host: Update code base using clang-tidyMartin Braun2021-03-174-21/+21
* host: Update code base using clang-tidyMartin Braun2021-03-0415-113/+115
* uhd: Check for overflow after timeout buff readSteven Koo2021-01-211-6/+0
* usrprio: catch exceptions if rpc data read failsSteven Koo2020-12-211-3/+17
* RFNoC: Handle receive of 0 samplesmichael-west2020-12-101-0/+6
* dpdk: Improve link status detectionAaron Rossetto2020-09-031-16/+37
* dpdk: clean up destruction order of dpdk context membersettus2020-08-141-4/+4
* uhd: Remove assignment to const var for mac buildSteven Koo2020-08-121-11/+0
* X300: fix for incorrect PCIe buffer size valuesMatthew Crymble2020-08-041-1/+6
* uhd: remove liberioRobertWalstab2020-07-202-161/+0
* Remove remaining Python 2 referencesMartin Braun2020-05-071-1/+1
* libusb: Remove deprecation warnings for libusb_set_debugMartin Braun2020-04-151-1/+14
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0327-1771/+1791
* cmake: Find DPDK via pkg-config, if availableAlex Williams2020-01-222-1/+2
* transport: liberio: correctly release resources on destructionJoerg Hofrichter2020-01-221-6/+8
* nirio: use `realpath` instead of `relpath`Michael Dickens2020-01-151-6/+6
* lib: Remove dpdk_zero_copy filesMartin Braun2019-12-2011-3014/+0
* dpdk: Add new DPDK stack to integrate with I/O servicesAlex Williams2019-12-206-253/+1436
* transport: Fix uninitialized offload I/O service _client_typeAlex Williams2019-12-201-5/+2
* rfnoc: fix packet swapping from U32 to U64Virendra Kakade2019-11-261-5/+8
* lib,tests: Remove old DPDK files from buildAlex Williams2019-11-262-14/+0
* transport: Add new base for DPDK links, based on 18.11Alex Williams2019-11-262-0/+637
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-262-34/+72
* rfnoc: Make I/O services relinquish CPU while waitingCiro Nishiguchi2019-11-262-9/+99
* rfnoc: Split up offload I/O service into multiple filesCiro Nishiguchi2019-11-261-297/+12
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-265-10/+11
* uhd: Introduce I/O service managerAaron Rossetto2019-11-262-27/+76
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-262-6/+6
* uhd: Replace boost::function with std::functionMartin Braun2019-11-263-10/+10
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-261-1/+1
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-2612-61/+60
* transport: Implement an I/O service that uses an offload threadCiro Nishiguchi2019-11-262-0/+999
* Remove proto-RFNoC filesMartin Braun2019-11-268-563/+0
* transport: Port liberio to link_ifAlex Williams2019-11-264-315/+153