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
/
rfnoc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rfnoc: client_zero can track num SEPs and num ctrl EPs separately
Martin Braun
2019-11-26
2
-4
/
+8
*
rfnoc: node: Add set_properties()
Martin Braun
2019-11-26
1
-0
/
+19
*
rfnoc: Add basic round-robin allocation for links
Alex Williams
2019-11-26
1
-12
/
+65
*
rfnoc: Add ability to select transport for streamers to user APIs
Alex Williams
2019-11-26
2
-10
/
+85
*
rfnoc: tx_streamer: add support for async messages
Ciro Nishiguchi
2019-11-26
5
-10
/
+148
*
rfnoc: Centralize initialization state of SEPs to epid_allocator
Alex Williams
2019-11-26
3
-23
/
+52
*
rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packets
Alex Williams
2019-11-26
3
-40
/
+64
*
rfnoc: rfnoc_graph: Improve error reporting for init failures
Martin Braun
2019-11-26
1
-0
/
+4
*
rfnoc: client0: Change flush-all-blocks to not throw on timeout
Martin Braun
2019-11-26
2
-21
/
+10
*
rfnoc: graph: Optimize property propagation algorithm
Martin Braun
2019-11-26
1
-23
/
+35
*
rfnoc: Add MTU property to TX streamer
Ciro Nishiguchi
2019-11-26
1
-2
/
+41
*
rfnoc: graph: Lock release/commit state
Martin Braun
2019-11-26
2
-4
/
+19
*
rfnoc: radio: Add async message validation
Martin Braun
2019-11-26
1
-0
/
+48
*
rfnoc: ctrlport: Separately validate and handle async messages
Martin Braun
2019-11-26
2
-5
/
+33
*
rfnoc: radio: Introduce coerce_rate() method
Martin Braun
2019-11-26
1
-3
/
+8
*
rfnoc: Add DUC block controller
Martin Braun
2019-11-26
2
-0
/
+525
*
rfnoc: rfnoc_graph: Formatting
Brent Stapleton
2019-11-26
1
-15
/
+10
*
rfnoc: rfnoc_graph: Add is_connectable() API
Martin Braun
2019-11-26
1
-0
/
+73
*
rfnoc: Add MTU tracking
Martin Braun
2019-11-26
4
-5
/
+124
*
rfnoc: Implement overrun handling using action API
Martin Braun
2019-11-26
3
-3
/
+140
*
rfnoc: actions: Allow sending actions to self
Martin Braun
2019-11-26
2
-20
/
+33
*
rfnoc: actions: Add dictionary to all actions
Martin Braun
2019-11-26
1
-4
/
+9
*
rfnoc: Introduce device-specific blocks
Lars Amsel
2019-11-26
2
-62
/
+43
*
rfnoc: radio: Remove async message registers for timestamp
Martin Braun
2019-11-26
1
-8
/
+5
*
rfnoc: async message: Include timestamp in async message handling
Martin Braun
2019-11-26
2
-6
/
+12
*
rfnoc: radio_control: Add async message handler
Martin Braun
2019-11-26
1
-14
/
+102
*
rfnoc: actions: Add rx_event action type
Martin Braun
2019-11-26
1
-1
/
+16
*
rfnoc: ctrlport_endpoint: Audit locks, lock more selectively
Martin Braun
2019-11-26
1
-5
/
+14
*
rfnoc: rfnoc_graph: Correctly read local device IDs from mb_iface
Martin Braun
2019-11-26
1
-8
/
+54
*
rfnoc: rfnoc_graph: Refactor class
Martin Braun
2019-11-26
1
-110
/
+142
*
rfnoc: DDC: Fix property propagation
Martin Braun
2019-11-26
1
-76
/
+90
*
rfnoc: node: Make register_property() unlock RW access
Martin Braun
2019-11-26
1
-1
/
+4
*
rfnoc: add rx and tx transports, and amend rfnoc_graph
Ciro Nishiguchi
2019-11-26
8
-290
/
+627
*
rfnoc: Add tracking of 'valid' bit to properties
Alex Williams
2019-11-26
1
-0
/
+9
*
rfnoc: Enable users to query connections in the graph
Alex Williams
2019-11-26
2
-2
/
+158
*
rfnoc: rfnoc_graph: Change block's subtrees to be /blocks/$BLOCKID
Martin Braun
2019-11-26
1
-2
/
+7
*
rfnoc: graph: Initialize properties on all nodes during init
Martin Braun
2019-11-26
2
-0
/
+10
*
rfnoc: flushing and reset blocks on graph creation
Brent Stapleton
2019-11-26
2
-3
/
+66
*
rfnoc: Add clock selection to blocks
Martin Braun
2019-11-26
7
-35
/
+83
*
rfnoc: Add shutdown feature to blocks
Martin Braun
2019-11-26
5
-3
/
+33
*
rfnoc: register_iface_holder: Add ability to invalidate and update
Martin Braun
2019-11-26
2
-0
/
+93
*
rfnoc: Make a chdr_ctrl_xport using the new link APIs
Alex Williams
2019-11-26
3
-101
/
+106
*
rfnoc: Add chdr_ctrl_xport
Alex Williams
2019-11-26
2
-0
/
+148
*
rfnoc: noc_block_base: Store property tree reference from make_args
Martin Braun
2019-11-26
1
-1
/
+4
*
rfnoc: Add mb_controller base class and X300/MPMD implementations
Martin Braun
2019-11-26
1
-0
/
+5
*
rfnoc: Add device_id allocator
Martin Braun
2019-11-26
2
-0
/
+18
*
rfnoc: Fixed race condition in chdr_ctrl_endpoint
Ashish Chaudhari
2019-11-26
1
-2
/
+4
*
rfnoc: Add check_topology() API to nodes
Martin Braun
2019-11-26
2
-0
/
+53
*
rfnoc: rfnoc_graph: Add API to query the number of motherboards
Martin Braun
2019-11-26
1
-1
/
+11
*
rfnoc: enumerate and construct block controllers, enable connect()
Brent Stapleton
2019-11-26
1
-3
/
+202
[prev]
[next]