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
/
rfnoc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-0
/
+10
*
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
12
-36
/
+1530
*
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
*
rfnoc: flushing and reset blocks on graph creation
Brent Stapleton
2019-11-26
1
-0
/
+5
*
rfnoc: Add clock selection to blocks
Martin Braun
2019-11-26
3
-3
/
+18
*
rfnoc: clock_iface: Add flag for clock to be (im-)mutable
Martin Braun
2019-11-26
1
-1
/
+21
*
rfnoc: Add shutdown feature to blocks
Martin Braun
2019-11-26
2
-0
/
+15
*
rfnoc: rfnoc_device: Make get_mb_iface() pure virtual
Martin Braun
2019-11-26
1
-22
/
+1
*
rfnoc: Make a chdr_ctrl_xport using the new link APIs
Alex Williams
2019-11-26
5
-34
/
+76
*
rfnoc: Add chdr_ctrl_xport
Alex Williams
2019-11-26
1
-0
/
+128
*
rfnoc: Add mb_controller base class and X300/MPMD implementations
Martin Braun
2019-11-26
1
-0
/
+13
*
rfnoc: Add device_id allocator
Martin Braun
2019-11-26
1
-0
/
+22
*
rfnoc: add reg_iface_adapter
Martin Braun
2019-11-26
1
-0
/
+121
*
rfnoc: Add check_topology() API to nodes
Martin Braun
2019-11-26
2
-0
/
+18
*
rfnoc: graph: Add commit/release API
Martin Braun
2019-11-26
1
-2
/
+13
*
rfnoc: Add mb_controller API
Martin Braun
2019-11-26
1
-1
/
+4
*
rfnoc: SW support for FPGA byte swapper
Ashish Chaudhari
2019-11-26
1
-0
/
+6
*
rfnoc: Add radio block controller
Martin Braun
2019-11-26
1
-0
/
+289
*
rfnoc: Graph and link stream manager API cleanup
Ashish Chaudhari
2019-11-26
5
-36
/
+161
*
rfnoc: Added link/graph specific stream managers
Ashish Chaudhari
2019-11-26
5
-27
/
+260
*
rfnoc: API cleanup for ctrl/mgmt code
Ashish Chaudhari
2019-11-26
4
-13
/
+44
*
rfnoc: Moved chdr types/packet class out of chdr dir
Ashish Chaudhari
2019-11-26
7
-43
/
+80
*
rfnoc: Added clock_iface to convey info about clocks
Ashish Chaudhari
2019-11-26
3
-4
/
+69
*
rfnoc: Support for new backend iface plus fixes
Ashish Chaudhari
2019-11-26
2
-2
/
+6
*
rfnoc: Move graph_edge data structure to its own header, add to_string()
Martin Braun
2019-11-26
1
-59
/
+3
*
rfnoc: Add rfnoc_device base class
Martin Braun
2019-11-26
2
-0
/
+83
*
rfnoc: Add block registry/factory and make_args
Martin Braun
2019-11-26
1
-0
/
+32
*
rfnoc: adding client_zero
Brent Stapleton
2019-11-26
1
-0
/
+199
*
rfnoc: Added impl for reg_iface and ctrl_endpoint
Ashish Chaudhari
2019-11-26
3
-0
/
+131
*
rfnoc: Add action API
Martin Braun
2019-11-26
2
-1
/
+68
*
rfnoc: Added initial impl for mgmt_portal
Ashish Chaudhari
2019-11-26
1
-0
/
+191
*
rfnoc: Refactored CHDR packet interfaces
Ashish Chaudhari
2019-11-26
2
-0
/
+1127
*
rfnoc: Add property propagation, Boost.Graph storage
Martin Braun
2019-11-26
2
-2
/
+274
*
rfnoc: Add detail::block_container_t class
Martin Braun
2019-11-26
1
-0
/
+57
*
rfnoc: Add rfnoc::mb_iface interface class
Martin Braun
2019-11-26
1
-0
/
+76
*
rfnoc: Add properties, nodes, and accessors
Martin Braun
2019-11-26
2
-0
/
+180
[prev]
[next]