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
*
dpdk: Add support for DPDK 18.11 API
mattprost
2022-04-01
1
-0
/
+8
*
host: fix build with DPDK v21.11 LTS
Luca Boccassi
2022-01-20
3
-34
/
+76
*
uhd: Fix non-standard function name macros
Martin Braun
2022-01-12
1
-1
/
+2
*
lib: SSPH: Fix comment for convert_to_in_buff()
Martin Braun
2022-01-07
1
-2
/
+1
*
uhd: Remove tcp_zero_copy
Martin Braun
2022-01-05
2
-250
/
+0
*
dpdk: correct MTU warning message
Andrew Lynch
2021-12-17
1
-1
/
+1
*
dpdk: support new MTU discovery
Andrew Lynch
2021-12-17
1
-4
/
+4
*
dpdk: disable warnings for using an experimental feature
Andrew Lynch
2021-12-06
1
-0
/
+6
*
dpdk: Upgrade to DPDK 19.11 API
Andrew Lynch
2021-12-06
4
-69
/
+69
*
uhd: Remove superfluous boost/bind.hpp includes
Martin Braun
2021-12-03
1
-1
/
+0
*
uhd: Replace Boost mutexes and locks with standard options
Martin Braun
2021-10-19
7
-34
/
+34
*
libusb: Remove unused context variable
Martin Braun
2021-09-30
1
-2
/
+5
*
cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIR
Martin Braun
2021-09-10
1
-1
/
+1
*
uhd: transport: Avoid exceptions in disconnect_receiver()
Aaron Rossetto
2021-08-31
1
-10
/
+10
*
lib: transport: Mark typecast as intended
Martin Anderseck
2021-08-17
1
-1
/
+2
*
lib: transport: Initialize _hshake_args_server
Martin Anderseck
2021-08-17
1
-1
/
+1
*
transport: Fix compiler warning in nirio_link
Martin Braun
2021-06-22
1
-2
/
+0
*
host: Update code base using clang-tidy
Martin Braun
2021-03-17
4
-21
/
+21
*
host: Update code base using clang-tidy
Martin Braun
2021-03-04
15
-113
/
+115
*
uhd: Check for overflow after timeout buff read
Steven Koo
2021-01-21
1
-6
/
+0
*
usrprio: catch exceptions if rpc data read fails
Steven Koo
2020-12-21
1
-3
/
+17
*
RFNoC: Handle receive of 0 samples
michael-west
2020-12-10
1
-0
/
+6
*
dpdk: Improve link status detection
Aaron Rossetto
2020-09-03
1
-16
/
+37
*
dpdk: clean up destruction order of dpdk context members
ettus
2020-08-14
1
-4
/
+4
*
uhd: Remove assignment to const var for mac build
Steven Koo
2020-08-12
1
-11
/
+0
*
X300: fix for incorrect PCIe buffer size values
Matthew Crymble
2020-08-04
1
-1
/
+6
*
uhd: remove liberio
RobertWalstab
2020-07-20
2
-161
/
+0
*
Remove remaining Python 2 references
Martin Braun
2020-05-07
1
-1
/
+1
*
libusb: Remove deprecation warnings for libusb_set_debug
Martin Braun
2020-04-15
1
-1
/
+14
*
uhd: Apply clang-format against all .cpp and .hpp files in host/
Martin Braun
2020-03-03
27
-1771
/
+1791
*
cmake: Find DPDK via pkg-config, if available
Alex Williams
2020-01-22
2
-1
/
+2
*
transport: liberio: correctly release resources on destruction
Joerg Hofrichter
2020-01-22
1
-6
/
+8
*
nirio: use `realpath` instead of `relpath`
Michael Dickens
2020-01-15
1
-6
/
+6
*
lib: Remove dpdk_zero_copy files
Martin Braun
2019-12-20
11
-3014
/
+0
*
dpdk: Add new DPDK stack to integrate with I/O services
Alex Williams
2019-12-20
6
-253
/
+1436
*
transport: Fix uninitialized offload I/O service _client_type
Alex Williams
2019-12-20
1
-5
/
+2
*
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
[next]