| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | RFNoC: Fix scaling of M and N values in DDC/DUC | michael-west | 2019-01-31 | 2 | -3/+10 |
* | Device3: Remove redundant function call | michael-west | 2019-01-31 | 1 | -1/+0 |
* | 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 |
* | RFNoC: Prevent unnecessary FC ACK packets | michael-west | 2019-01-31 | 4 | -13/+13 |
* | mpmd: use init timeout for update_component | Trung Tran | 2019-01-29 | 1 | -4/+1 |
* | ad9361: Replace Boost lock & mutex with std variety | Martin Braun | 2019-01-25 | 1 | -23/+21 |
* | formatting: Apply clang-format to ad9361_ctrl.cpp | Martin Braun | 2019-01-25 | 1 | -72/+87 |
* | uhd-dpdk: Cover all paths to request TX offloads | Alex Williams | 2019-01-25 | 3 | -11/+61 |
* | uhd-dpdk: Delete useless test folder | Alex Williams | 2019-01-25 | 2 | -356/+0 |
* | mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copy | Alex Williams | 2019-01-25 | 20 | -303/+1177 |
* | mpmd_xport: liberio: using 4096 bytes frame size | Trung Tran | 2019-01-23 | 1 | -2/+6 |
* | 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 |
* | device3: Replace NULL with 0 for empty function pointers | Martin Braun | 2019-01-22 | 1 | -2/+2 |
* | transport: muxed_zero_copy_if fixes | michael-west | 2019-01-21 | 4 | -29/+18 |
* | mpmd_xport: honor users' send(recv)frame_size args | Trung Tran | 2019-01-21 | 2 | -8/+11 |
* | mpmd: implement get_*x_hints | Trung Tran | 2019-01-21 | 2 | -6/+11 |
* | endianness: Replace Boost macros with custom ones | Martin Braun | 2019-01-21 | 3 | -4/+4 |
* | lib: transport: convert: apply clang-format | Brent Stapleton | 2019-01-21 | 1 | -119/+165 |
* | cmake: Register N320 component | Martin Braun | 2019-01-21 | 1 | -1/+1 |
* | rh: increase timeout of set_rate's rpc call | Mark Meserve | 2019-01-21 | 1 | -1/+4 |
* | lib: transport: Revert to boost instead of std sleep | Sugandha Gupta | 2019-01-18 | 1 | -3/+1 |
* | lib: transport: apply clang-format | Brent Stapleton | 2019-01-18 | 25 | -2326/+2745 |
* | math: Replace boost::*::{lcm,gcd}() with portable versions | Martin Braun | 2019-01-18 | 4 | -11/+10 |
* | math: Remove uhd::math::log2, replace with std::log2 | Martin Braun | 2019-01-18 | 1 | -1/+2 |
* | formatting: preparing for uhd::math cleanup | Brent Stapleton | 2019-01-18 | 5 | -971/+1129 |
* | 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 |
* | uhd: mpm: apply clang-format to all files | Brent Stapleton | 2019-01-16 | 61 | -7418/+6799 |
* | formatting: remove vim hints in headers | Brent Stapleton | 2019-01-16 | 22 | -22/+0 |
* | uhd: skip formatting misc arrays, maps, etc. | Brent Stapleton | 2019-01-16 | 7 | -1/+18 |
* | transport: Move uhd-dpdk header to uhdlib | Alex Williams | 2019-01-15 | 4 | -3/+3 |
* | transport: Add dpdk_zero_copy transport | Alex Williams | 2019-01-15 | 3 | -0/+527 |
* | transport: Add blocking recv calls to uhd-dpdk | Alex Williams | 2019-01-15 | 11 | -220/+704 |
* | uhd-dpdk: Add ARP responder, set MTU, and clean up API | Alex Williams | 2019-01-15 | 5 | -7/+75 |
* | mpmd: increase claim_rpc call timeout. | Trung Tran | 2019-01-14 | 2 | -3/+6 |
* | rpc,mpmd: replace all set_timeout() to new api | Trung Tran | 2019-01-14 | 4 | -58/+11 |
* | mpmd_impl: move timeout constants to header | Trung Tran | 2019-01-14 | 2 | -9/+13 |
* | utils:rpc: set rpc timeout during rpc call | Trung Tran | 2019-01-14 | 1 | -3/+120 |
* | tests: Add benchmark of streaming code paths | Ciro Nishiguchi | 2019-01-10 | 1 | -0/+4 |
* | uhd: Move device3 flow control functions to header for benchmark | Ciro Nishiguchi | 2019-01-10 | 2 | -291/+306 |
* | rh: add support for identify arg | Mark Meserve | 2019-01-10 | 2 | -12/+40 |
* | rh: implement set_rate | Mark Meserve | 2019-01-10 | 3 | -9/+40 |
* | rh: general code cleanup | Mark Meserve | 2019-01-10 | 1 | -4/+5 |
* | lib: experts: fixup for including Boost header | Martin Braun | 2019-01-09 | 1 | -0/+2 |
* | udp_wsa_zero_copy: add default xport params | Thomas Vogel | 2019-01-09 | 1 | -1/+25 |
* | rh: add support for iq and dc correction files | Mark Meserve | 2019-01-09 | 4 | -18/+88 |
* | lib: experts: Add potentially missing but sometimes inferred include | Martin Braun | 2019-01-09 | 1 | -0/+1 |
* | rh: adjust frequencies for lo filter bank | Mark Meserve | 2019-01-08 | 1 | -1/+1 |