| Commit message (Expand) | Author | Age | Files | Lines |
* | Docs: Update DPDK dep command | natetemple | 2019-02-06 | 1 | -1/+1 |
* | Preparing branch for 3.14.0.0 Release | michael-west | 2019-02-01 | 1 | -1/+1 |
* | docs: Document FPGA functional verification test for N320 | Alex Williams | 2019-01-31 | 1 | -0/+101 |
* | E31x: Destruct RFNoC before loading idle image | michael-west | 2019-01-31 | 1 | -0/+2 |
* | E3xx: Increase spp limit for E3xx radio | michael-west | 2019-01-31 | 1 | -2/+1 |
* | Device3: Fix flow control window and interval | michael-west | 2019-01-31 | 2 | -9/+14 |
* | RFNoC: Limit number of control packets in flight | michael-west | 2019-01-31 | 3 | -19/+23 |
* | 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 | 2 | -11/+9 |
* | 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 | 4 | -34/+14 |
* | RFNoC: More graph traversal fixes | michael-west | 2019-01-31 | 4 | -4/+34 |
* | RFNoC: Prevent unnecessary FC ACK packets | michael-west | 2019-01-31 | 4 | -13/+13 |
* | cmake: fix variable usage | Michael Dickens | 2019-01-30 | 1 | -2/+1 |
* | docs: Add information about what dpdk_zero_copy is doing | Alex Williams | 2019-01-29 | 1 | -2/+9 |
* | docs: Adding manual page for DPDK | Brent Stapleton | 2019-01-29 | 3 | -1/+151 |
* | mpmd: use init timeout for update_component | Trung Tran | 2019-01-29 | 1 | -4/+1 |
* | RFNoC: Update FIFO XML definition | michael-west | 2019-01-29 | 1 | -0/+2 |
* | utils: Add check for gdb_eeprom before accessing | michael-west | 2019-01-29 | 1 | -1/+1 |
* | cpack: Fix RPM generation | Matt Reilly | 2019-01-28 | 2 | -2/+2 |
* | 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 |
* | tests: Fix up dpdk_test to use current APIs | Alex Williams | 2019-01-25 | 1 | -64/+47 |
* | 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 | 22 | -344/+1220 |
* | mpmd_xport: liberio: using 4096 bytes frame size | Trung Tran | 2019-01-23 | 1 | -2/+6 |
* | devtest: add universal_newlines to subprocess call | Trung Tran | 2019-01-23 | 3 | -2/+4 |
* | tests: replace has_key by using 'in' | Trung Tran | 2019-01-23 | 5 | -8/+8 |
* | 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 |
* | cmake: Extend list of additional Boost versions | Martin Braun | 2019-01-22 | 1 | -0/+1 |
* | examples: Fix boundary condition in ascii_art_dft plotting | Martin Braun | 2019-01-21 | 1 | -1/+1 |
* | transport: muxed_zero_copy_if fixes | michael-west | 2019-01-21 | 5 | -29/+22 |
* | docs: Add manual page for the N320/N321 | Martin Braun | 2019-01-21 | 7 | -10/+187 |
* | 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 | 6 | -10/+41 |
* | lib: transport: convert: apply clang-format | Brent Stapleton | 2019-01-21 | 2 | -193/+261 |
* | 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 |
* | multi_usrp: fix get_{tx/rx}_dc_offset_range default argument | Christian Hahn | 2019-01-18 | 1 | -2/+2 |
* | math: Replace boost::*::{lcm,gcd}() with portable versions | Martin Braun | 2019-01-18 | 6 | -14/+40 |
* | math: Remove uhd::math::log2, replace with std::log2 | Martin Braun | 2019-01-18 | 4 | -19/+5 |
* | 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 | 2 | -5/+4 |