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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rfnoc: Make polling I/O service not block on flow control
Ciro Nishiguchi
2019-11-26
5
-27
/
+77
*
rfnoc: Make I/O services relinquish CPU while waiting
Ciro Nishiguchi
2019-11-26
2
-16
/
+41
*
rfnoc: xports: Count FC bytes as multiples of CHDR width
Martin Braun
2019-11-26
4
-17
/
+41
*
rfnoc: Restrict to inline I/O service based on link restrictions
Ciro Nishiguchi
2019-11-26
2
-0
/
+36
*
rfnoc: Merge I/O service device args with stream args
Ciro Nishiguchi
2019-11-26
2
-3
/
+18
*
rfnoc: Split up offload I/O service into multiple files
Ciro Nishiguchi
2019-11-26
3
-0
/
+339
*
uhd: Replace all occurrences of boost::bind with std::bind
Martin Braun
2019-11-26
2
-8
/
+9
*
uhd: Introduce I/O service manager
Aaron Rossetto
2019-11-26
11
-23
/
+341
*
rfnoc: Make trasnport safe to use with offload threads
Ciro Nishiguchi
2019-11-26
3
-8
/
+19
*
transport: Implement eov indications for Rx and Tx streams
Aaron Rossetto
2019-11-26
6
-45
/
+274
*
uhd: Replace boost::function with std::function
Martin Braun
2019-11-26
6
-14
/
+14
*
uhd: Replace usage of boost smart pointers with C++11 counterparts
Martin Braun
2019-11-26
30
-61
/
+61
*
transport: Implement an I/O service that uses an offload thread
Ciro Nishiguchi
2019-11-26
1
-0
/
+66
*
rfnoc: Add DMA FIFO block controller
Martin Braun
2019-11-26
1
-46
/
+27
*
Remove proto-RFNoC files
Martin Braun
2019-11-26
10
-862
/
+0
*
x300/mpmd: Port all RFNoC devices to the new RFNoC framework
Martin Braun
2019-11-26
2
-22
/
+119
*
rfnoc: radio: Add API call to disable timestamps
Martin Braun
2019-11-26
1
-1
/
+4
*
transport: Port liberio to link_if
Alex Williams
2019-11-26
1
-0
/
+180
*
rfnoc: Fix transport buffer reservations
Ciro Nishiguchi
2019-11-26
2
-9
/
+11
*
streamer: Add option to ignore sequence errors
Ciro Nishiguchi
2019-11-26
3
-8
/
+9
*
rfnoc: Move data xport sep configuration to static methods
Ciro Nishiguchi
2019-11-26
5
-408
/
+133
*
rfnoc: Add multi_usrp_rfnoc, modify multi_usrp
Brent Stapleton
2019-11-26
2
-2
/
+11
*
rfnoc: radio/streamer: Handle late commands and burst ACKs
Martin Braun
2019-11-26
3
-7
/
+32
*
rfnoc: Add MTU property to RX streamer
Ciro Nishiguchi
2019-11-26
3
-12
/
+44
*
rfnoc: Implement flushing on overrun
Ciro Nishiguchi
2019-11-26
4
-29
/
+130
*
rfnoc: Add nirio_link link object
Martin Braun
2019-11-26
1
-0
/
+210
*
rfnoc: Use adapter_id_t for balancing load across links
Alex Williams
2019-11-26
4
-19
/
+46
*
rfnoc: ctrlport: Fixing timeouts for timed commands
Brent Stapleton
2019-11-26
1
-0
/
+6
*
rfnoc: client_zero can track num SEPs and num ctrl EPs separately
Martin Braun
2019-11-26
1
-0
/
+13
*
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
3
-4
/
+13
*
rfnoc: tx_streamer: add support for async messages
Ciro Nishiguchi
2019-11-26
5
-10
/
+114
*
rfnoc: Centralize initialization state of SEPs to epid_allocator
Alex Williams
2019-11-26
3
-2
/
+28
*
rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packets
Alex Williams
2019-11-26
5
-57
/
+36
*
rfnoc: client0: Change flush-all-blocks to not throw on timeout
Martin Braun
2019-11-26
1
-2
/
+2
*
rfnoc: graph: Optimize property propagation algorithm
Martin Braun
2019-11-26
2
-1
/
+29
*
rfnoc: Add MTU property to TX streamer
Ciro Nishiguchi
2019-11-26
2
-5
/
+34
*
rfnoc: graph: Lock release/commit state
Martin Braun
2019-11-26
1
-5
/
+8
*
rfnoc: radio: Add async message validation
Martin Braun
2019-11-26
1
-0
/
+5
*
rfnoc: radio: Introduce coerce_rate() method
Martin Braun
2019-11-26
1
-0
/
+16
*
rfnoc: Implement overrun handling using action API
Martin Braun
2019-11-26
2
-0
/
+11
*
rfnoc: actions: Allow sending actions to self
Martin Braun
2019-11-26
1
-0
/
+10
*
rfnoc: Introduce device-specific blocks
Lars Amsel
2019-11-26
1
-6
/
+5
*
rfnoc: async message: Include timestamp in async message handling
Martin Braun
2019-11-26
1
-1
/
+3
*
rfnoc: radio_control: Add async message handler
Martin Braun
2019-11-26
1
-0
/
+17
*
rfnoc: mb_iface: Add API to query link endianness
Martin Braun
2019-11-26
1
-0
/
+9
*
rfnoc: add rx and tx transports, and amend rfnoc_graph
Ciro Nishiguchi
2019-11-26
17
-36
/
+2707
*
rfnoc: Add tracking of 'valid' bit to properties
Alex Williams
2019-11-26
1
-1
/
+1
*
rfnoc: Enable users to query connections in the graph
Alex Williams
2019-11-26
1
-0
/
+4
*
rfnoc: graph: Initialize properties on all nodes during init
Martin Braun
2019-11-26
1
-0
/
+4
[prev]
[next]