aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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