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
/
include
/
uhdlib
/
transport
Commit message (
Expand
)
Author
Age
Files
Lines
*
dpdk: Add support for DPDK 18.11 API
mattprost
2022-04-01
1
-0
/
+32
*
host: fix build with DPDK v21.11 LTS
Luca Boccassi
2022-01-20
1
-8
/
+17
*
rfnoc: Add atomic item size property for RFNoC blocks
Lars Amsel
2022-01-10
2
-0
/
+12
*
rfnoc: transport: Check if streamers are connected in send() and recv()
Martin Braun
2022-01-10
2
-2
/
+40
*
dpdk: Upgrade to DPDK 19.11 API
Andrew Lynch
2021-12-06
5
-56
/
+56
*
rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPP
Martin Braun
2021-12-02
2
-10
/
+29
*
uhd: update num_recv_frames calculation for ctrl links
Andrew Lynch
2021-11-02
1
-1
/
+4
*
uhd: streamer: Restore original recv(0) semantics
Aaron Rossetto
2021-08-20
1
-0
/
+32
*
rfnoc: Add option to disable flow control on rx streaming
mattprost
2021-04-29
1
-1
/
+2
*
lib: Fix unresolved cleanup conflict (sorry!)
Aaron Rossetto
2021-03-04
1
-5
/
+1
*
lib: Add some virtual dtors
Martin Braun
2021-03-04
3
-1
/
+14
*
rfnoc: tx_streamer: Remove EOV size attribute
Martin Braun
2021-03-04
1
-2
/
+0
*
host: Update code base using clang-tidy
Martin Braun
2021-03-04
7
-34
/
+34
*
uhd: Check for overflow after timeout buff read
Steven Koo
2021-01-21
2
-18
/
+15
*
fixup! RFNoC: Handle receive of 0 samples
michael-west
2020-12-21
1
-3
/
+3
*
RFNoC: Handle receive of 0 samples
michael-west
2020-12-10
1
-0
/
+5
*
dpdk: Improve link status detection
Aaron Rossetto
2020-09-03
1
-0
/
+1
*
X300: fix for incorrect PCIe buffer size values
Matthew Crymble
2020-08-04
1
-3
/
+5
*
RFNoC: Add xport disconnect callbacks
michael-west
2020-08-04
1
-0
/
+7
*
uhd: remove liberio
RobertWalstab
2020-07-20
1
-178
/
+0
*
uhd: Replace include guards with pragma once
Lane Kolbly
2020-04-08
27
-107
/
+28
*
uhd: Apply clang-format against all .cpp and .hpp files in host/
Martin Braun
2020-03-03
7
-37
/
+40
*
lib: move OSX specific code to where the values are initially set
Michael Dickens
2020-02-21
1
-0
/
+11
*
uhd: fixing MSVC warnings
Brent Stapleton
2020-01-09
1
-2
/
+4
*
dpdk: Change client to wait on member variable
Ciro Nishiguchi
2019-12-20
1
-8
/
+12
*
transport,usrp: Make available packet-based flow control
Alex Williams
2019-12-20
1
-2
/
+2
*
transport: Fix comment on recv_io_if::fc_callback_t
Alex Williams
2019-12-20
1
-1
/
+1
*
lib: Remove dpdk_zero_copy files
Martin Braun
2019-12-20
3
-406
/
+0
*
dpdk: Add new DPDK stack to integrate with I/O services
Alex Williams
2019-12-20
9
-90
/
+1121
*
rfnoc: fix incorrect long fifo wait timeouts
Virendra Kakade
2019-11-26
1
-2
/
+2
*
lib: Add DPDK service queue
Alex Williams
2019-11-26
1
-0
/
+237
*
rfnoc: fix invalid access when sending packet with no samples
Ciro Nishiguchi
2019-11-26
1
-1
/
+3
*
transport: Add new base for DPDK links, based on 18.11
Alex Williams
2019-11-26
1
-0
/
+319
*
rfnoc: Make polling I/O service not block on flow control
Ciro Nishiguchi
2019-11-26
4
-12
/
+43
*
rfnoc: Make I/O services relinquish CPU while waiting
Ciro Nishiguchi
2019-11-26
2
-16
/
+41
*
rfnoc: Restrict to inline I/O service based on link restrictions
Ciro Nishiguchi
2019-11-26
2
-0
/
+36
*
rfnoc: Split up offload I/O service into multiple files
Ciro Nishiguchi
2019-11-26
2
-0
/
+268
*
uhd: Introduce I/O service manager
Aaron Rossetto
2019-11-26
5
-17
/
+94
*
transport: Implement eov indications for Rx and Tx streams
Aaron Rossetto
2019-11-26
4
-45
/
+270
*
uhd: Replace usage of boost smart pointers with C++11 counterparts
Martin Braun
2019-11-26
1
-2
/
+2
*
transport: Implement an I/O service that uses an offload thread
Ciro Nishiguchi
2019-11-26
1
-0
/
+66
*
transport: Port liberio to link_if
Alex Williams
2019-11-26
1
-0
/
+180
*
rfnoc: Fix transport buffer reservations
Ciro Nishiguchi
2019-11-26
1
-9
/
+4
*
streamer: Add option to ignore sequence errors
Ciro Nishiguchi
2019-11-26
3
-8
/
+9
*
rfnoc: radio/streamer: Handle late commands and burst ACKs
Martin Braun
2019-11-26
2
-0
/
+22
*
rfnoc: Add MTU property to RX streamer
Ciro Nishiguchi
2019-11-26
2
-12
/
+34
*
rfnoc: Implement flushing on overrun
Ciro Nishiguchi
2019-11-26
2
-25
/
+125
*
rfnoc: Add nirio_link link object
Martin Braun
2019-11-26
1
-0
/
+210
*
transport: Add modeling of physical adapters
Alex Williams
2019-11-26
4
-0
/
+116
*
rfnoc: Add ability to select transport for streamers to user APIs
Alex Williams
2019-11-26
1
-0
/
+1
[next]