| Commit message (Expand) | Author | Age | Files | Lines |
* | RFNoC: Re-enable flow ctrl for blocks on same xbar | Michael West | 2019-08-14 | 1 | -1/+1 |
* | rfnoc: fix multidevice graph connections | Mark Meserve | 2019-08-06 | 1 | -96/+107 |
* | rfnoc: Add update_graph() API call | Martin Braun | 2019-07-15 | 3 | -12/+9 |
* | device3: Remove unused 'rate' argument from update_?x_streamers() | Martin Braun | 2019-07-15 | 1 | -2/+2 |
* | device3: rfnoc: formatting changes | Brent Stapleton | 2019-07-15 | 2 | -9/+10 |
* | nocscript: add optional port argument to block sr_write | Mark Meserve | 2019-07-10 | 1 | -4/+15 |
* | rfnoc: tick_node: Search all nodes for tick rates | Martin Braun | 2019-05-08 | 1 | -3/+5 |
* | device3: Constraint send/recv_frame_size based on down/upstream MTU | Sugandha Gupta | 2019-05-01 | 3 | -5/+27 |
* | TwinRX: Fix duplicate write to N value in DDC | michael-west | 2019-03-26 | 1 | -2/+1 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 2 | -2/+2 |
* | RFNoC: Remove incorrect flush | Michael West | 2019-03-05 | 1 | -19/+0 |
* | Revert "RFNoC: Fix flush in source_block_ctrl_base" | Michael West | 2019-03-05 | 1 | -1/+18 |
* | lib: Fix various type-conversion compiler warnings | Martin Braun | 2019-02-28 | 4 | -5/+7 |
* | RFNoC: Fix flush in source_block_ctrl_base | Michael West | 2019-02-18 | 1 | -18/+1 |
* | RFNoC: Disable FC ACK packets for lossless links | Michael West | 2019-02-18 | 2 | -8/+15 |
* | fixup! RFNoC: Fix scaling of M and N values in DDC/DUC | Mark Meserve | 2019-02-08 | 1 | -1/+1 |
* | RFNoC: Limit number of control packets in flight | michael-west | 2019-01-31 | 1 | -2/+2 |
* | RFNoC: Fix typos in legacy_compat | michael-west | 2019-01-31 | 1 | -2/+2 |
* | X300: Fix tick and sample rate setting | michael-west | 2019-01-31 | 1 | -6/+8 |
* | RFNoC: Fix scaling of M and N values in DDC/DUC | michael-west | 2019-01-31 | 2 | -3/+10 |
* | fixup! RFNoC: More graph traversal fixes | michael-west | 2019-01-31 | 2 | -4/+4 |
* | RFNoC: More graph traversal fixes | michael-west | 2019-01-31 | 2 | -1/+3 |
* | lib: rfnoc: Add some missing virtual destructors | Martin Braun | 2019-01-22 | 3 | -2/+8 |
* | formatting: Apply clang-format to nocscript files | Martin Braun | 2019-01-22 | 8 | -557/+499 |
* | transport: muxed_zero_copy_if fixes | michael-west | 2019-01-21 | 1 | -1/+1 |
* | rfnoc: Fix detection of outstanding acks by ctrl_iface | Martin Braun | 2019-01-17 | 1 | -4/+3 |
* | lib: rfnoc: apply clang-format | Martin Braun | 2019-01-17 | 29 | -1905/+1859 |
* | formatting: remove vim hints in headers | Brent Stapleton | 2019-01-16 | 4 | -4/+0 |
* | RFNoC: Fix stream command propagation | michael-west | 2018-12-20 | 1 | -1/+1 |
* | RFNoC: Fix graph traversal | michael-west | 2018-12-19 | 3 | -14/+16 |
* | Device3: Fix block control flushing | Brent Stapleton | 2018-12-17 | 1 | -18/+25 |
* | Device3: Set default block control response SIDs | Brent Stapleton | 2018-12-17 | 1 | -0/+4 |
* | rfnoc: Add halt to replay API | Wade Fife | 2018-11-27 | 1 | -0/+4 |
* | rfnoc: Fix default SPP for replay | Wade Fife | 2018-11-27 | 1 | -4/+3 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -4/+4 |
* | rfnoc: Replace some [] with .at() in radio_ctrl_impl | Martin Braun | 2018-11-13 | 1 | -8/+8 |
* | block_ctrl_base: add UHD_SAFE_CALL to destructor | Trung Tran | 2018-10-24 | 1 | -13/+15 |
* | uhd: Add traffic counter to null source sink | Ciro Nishiguchi | 2018-10-11 | 1 | -0/+19 |
* | uhd: Fix rounding in ddc/duc rate calculation | Ciro Nishiguchi | 2018-10-05 | 2 | -2/+2 |
* | uhd: rfnoc: add async message handler | Trung Tran | 2018-09-14 | 3 | -4/+201 |
* | radio_ctrl: add disable time stamp | Trung Tran | 2018-09-14 | 1 | -0/+8 |
* | RFNoC: Add Replay API and example | Wade Fife | 2018-08-29 | 2 | -0/+184 |
* | RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes | Trung N Tran | 2018-08-22 | 1 | -3/+1 |
* | X300: Change Ethernet buffering | Michael West | 2018-07-25 | 3 | -9/+10 |
* | Device3: Change packet-based flow control to byte-based flow control | Martin Braun | 2018-07-25 | 5 | -41/+47 |
* | rfnoc: Enabled SW flush mechanism impl'd in noc_shell | Ashish Chaudhari | 2018-07-24 | 1 | -2/+84 |
* | rfnoc: legacy_compat: Remove superfluous variable | Martin Braun | 2018-07-23 | 1 | -1/+0 |
* | legacy_compat: Fix tx/rx channel map initialization for all channels | Sugandha Gupta | 2018-07-09 | 1 | -5/+14 |
* | UHD: Make ctrl_iface_impl deconstructor virtual | Martin Braun | 2018-06-22 | 1 | -1/+1 |
* | UHD: Update copyright dates | Martin Braun | 2018-06-22 | 2 | -2/+2 |