index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
lib
/
transport
Commit message (
Expand
)
Author
Age
Files
Lines
*
rfnoc: fix packet swapping from U32 to U64
Virendra Kakade
2019-11-26
1
-5
/
+8
*
lib,tests: Remove old DPDK files from build
Alex Williams
2019-11-26
2
-14
/
+0
*
transport: Add new base for DPDK links, based on 18.11
Alex Williams
2019-11-26
2
-0
/
+637
*
rfnoc: Make polling I/O service not block on flow control
Ciro Nishiguchi
2019-11-26
2
-34
/
+72
*
rfnoc: Make I/O services relinquish CPU while waiting
Ciro Nishiguchi
2019-11-26
2
-9
/
+99
*
rfnoc: Split up offload I/O service into multiple files
Ciro Nishiguchi
2019-11-26
1
-297
/
+12
*
uhd: Replace all occurrences of boost::bind with std::bind
Martin Braun
2019-11-26
5
-10
/
+11
*
uhd: Introduce I/O service manager
Aaron Rossetto
2019-11-26
2
-27
/
+76
*
uhd: Replace boost::regex with std::regex
Martin Braun
2019-11-26
2
-6
/
+6
*
uhd: Replace boost::function with std::function
Martin Braun
2019-11-26
3
-10
/
+10
*
uhd: Replace BOOST_FOREACH(v, c) with for(v : c)
Martin Braun
2019-11-26
1
-1
/
+1
*
uhd: Replace usage of boost smart pointers with C++11 counterparts
Martin Braun
2019-11-26
12
-61
/
+60
*
transport: Implement an I/O service that uses an offload thread
Ciro Nishiguchi
2019-11-26
2
-0
/
+999
*
Remove proto-RFNoC files
Martin Braun
2019-11-26
8
-563
/
+0
*
transport: Port liberio to link_if
Alex Williams
2019-11-26
4
-315
/
+153
*
rfnoc: Fix transport buffer reservations
Ciro Nishiguchi
2019-11-26
1
-38
/
+47
*
rfnoc: Add nirio_link link object
Martin Braun
2019-11-26
2
-0
/
+366
*
transport: Add modeling of physical adapters
Alex Williams
2019-11-26
3
-5
/
+33
*
rfnoc: Add chdr_ctrl_xport
Alex Williams
2019-11-26
1
-4
/
+0
*
uhd: add udp boost asio implementation of transport interface
Ciro Nishiguchi
2019-11-26
7
-195
/
+176
*
transport: Implement a single-threaded I/O service
Alex Williams
2019-11-26
2
-0
/
+416
*
niusrpio: Apply formatting
Martin Braun
2019-11-26
1
-59
/
+69
*
libusb: fix global session race condition
Mark Meserve
2019-10-16
1
-0
/
+5
*
Device3: Fix MTU and default frame sizes
Michael West
2019-07-18
1
-0
/
+5
*
nirio: Fix typo in nirio_zero_copy
Michael West
2019-07-18
1
-1
/
+1
*
transport: usb: Allow to cancel USB requests without throwing
Behnam Sabaghi
2019-07-18
1
-1
/
+3
*
x310: fixed udp WSA buffer size assignment issue
Matthew Crymble
2019-07-17
1
-3
/
+21
*
transport: fixed a pre-mature buffer reset
mcrymble
2019-06-14
1
-2
/
+3
*
transport: Remove warning for memset in super_recv_packet_handler
Alex Williams
2019-06-07
1
-4
/
+4
*
liberio: Release context holder on destruction of last liberio xport
Sugandha Gupta
2019-05-01
1
-3
/
+24
*
uhdlib: Add dpdk_zero_copy.hpp
Alex Williams
2019-04-10
2
-46
/
+1
*
transport: Make dpdk_simple subclass udp_simple
Alex Williams
2019-04-10
1
-58
/
+63
*
uhd-dpdk: Wait for links to come up before poking MPM
Alex Williams
2019-04-02
1
-4
/
+12
*
uhd: mpm: update all license header w/ "-or-later"
Brent Stapleton
2019-03-08
5
-5
/
+5
*
transport: udp: Fix buffer size warning
Lars Amsel
2019-02-27
1
-2
/
+2
*
uhd: Replace all usage of boost::noncopyable with uhd::noncopyable
Martin Braun
2019-02-15
2
-7
/
+7
*
uhd-dpdk: Cover all paths to request TX offloads
Alex Williams
2019-01-25
3
-11
/
+61
*
uhd-dpdk: Delete useless test folder
Alex Williams
2019-01-25
2
-356
/
+0
*
mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copy
Alex Williams
2019-01-25
10
-285
/
+558
*
transport: muxed_zero_copy_if fixes
michael-west
2019-01-21
1
-2
/
+2
*
endianness: Replace Boost macros with custom ones
Martin Braun
2019-01-21
2
-3
/
+3
*
lib: transport: Revert to boost instead of std sleep
Sugandha Gupta
2019-01-18
1
-3
/
+1
*
lib: transport: apply clang-format
Brent Stapleton
2019-01-18
25
-2326
/
+2745
*
transport: Move uhd-dpdk header to uhdlib
Alex Williams
2019-01-15
3
-3
/
+3
*
transport: Add dpdk_zero_copy transport
Alex Williams
2019-01-15
3
-0
/
+527
*
transport: Add blocking recv calls to uhd-dpdk
Alex Williams
2019-01-15
10
-218
/
+690
*
uhd-dpdk: Add ARP responder, set MTU, and clean up API
Alex Williams
2019-01-15
4
-5
/
+73
*
udp_wsa_zero_copy: add default xport params
Thomas Vogel
2019-01-09
1
-1
/
+25
*
transport: Fix MSVC warning by replacing size_t with uint32_t
Martin Braun
2019-01-03
1
-1
/
+1
*
cmake: Update coding style to use lowercase commands
Martin Braun
2018-11-14
3
-67
/
+67
[next]