| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: improve exception handling for reachability checks | Mark Meserve | 2019-10-15 | 1 | -2/+3 |
* | Device3: Restore default buffer sizes for MPMD UDP | Michael West | 2019-09-13 | 1 | -0/+2 |
* | mpmd: Fix corner case in MPM device reachability | Sugandha Gupta | 2019-08-07 | 1 | -1/+1 |
* | Device3: Fix MTU and default frame sizes | Michael West | 2019-07-18 | 3 | -47/+128 |
* | mpmd: image_loader: Add support for devices without fpga_type | Sugandha Gupta | 2019-05-21 | 1 | -1/+5 |
* | utils: add support for directly updating components from image_loader | Andrew Lynch | 2019-05-02 | 1 | -71/+96 |
* | mpmd: Release resources on destruction | Virendra Kakade | 2019-05-01 | 2 | -4/+6 |
* | mpmd: Fix spurious reclaim call after unclaim | Virendra Kakade | 2019-05-01 | 1 | -3/+6 |
* | device3: Constraint send/recv_frame_size based on down/upstream MTU | Sugandha Gupta | 2019-05-01 | 2 | -0/+7 |
* | mpm: Add option for muxed data stream for liberio transport | Sugandha Gupta | 2019-05-01 | 2 | -2/+18 |
* | uhdlib: Add dpdk_zero_copy.hpp | Alex Williams | 2019-04-10 | 2 | -2/+2 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | mpmd: Fix typecast warning in property tree default settings | Martin Braun | 2019-02-22 | 1 | -1/+1 |
* | mpmd: Allow reclaim failures on component updates | Martin Braun | 2019-02-22 | 3 | -14/+67 |
* | RFNoC: Limit number of control packets in flight | michael-west | 2019-01-31 | 1 | -16/+8 |
* | RFNoC: Prevent unnecessary FC ACK packets | michael-west | 2019-01-31 | 1 | -8/+1 |
* | mpmd: use init timeout for update_component | Trung Tran | 2019-01-29 | 1 | -4/+1 |
* | mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copy | Alex Williams | 2019-01-25 | 5 | -0/+350 |
* | mpmd_xport: liberio: using 4096 bytes frame size | Trung Tran | 2019-01-23 | 1 | -2/+6 |
* | transport: muxed_zero_copy_if fixes | michael-west | 2019-01-21 | 1 | -24/+13 |
* | 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 |
* | uhd: mpm: apply clang-format to all files | Brent Stapleton | 2019-01-16 | 15 | -1284/+983 |
* | formatting: remove vim hints in headers | Brent Stapleton | 2019-01-16 | 1 | -1/+0 |
* | 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 | 3 | -53/+11 |
* | mpmd_impl: move timeout constants to header | Trung Tran | 2019-01-14 | 2 | -9/+13 |
* | mpmd: add fpga_vesion_hash info | Trung Tran | 2018-11-16 | 1 | -0/+2 |
* | mpmd: Improve error message for compat number mismatches | Martin Braun | 2018-11-16 | 1 | -6/+14 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -8/+8 |
* | mpmd: increase rpc timeout during reading mb sensor | Trung Tran | 2018-11-13 | 1 | -1/+4 |
* | mpmd: Increase rpcc timeout when calling set_time_source() | Trung Tran | 2018-10-11 | 1 | -0/+2 |
* | mpmd: add link speed to xport udp | Trung Tran | 2018-09-13 | 1 | -6/+29 |
* | mpmd: add option to enum rfnoc blocks from args | Trung Tran | 2018-08-31 | 1 | -5/+21 |
* | mpmd: Allow setting time_source and clock_source props | Martin Braun | 2018-08-02 | 1 | -24/+4 |
* | mpmd: Parallelize broadcast-finding | Martin Braun | 2018-07-31 | 1 | -2/+11 |
* | mpmd: Add set_timeout_init() API call to mpmd_mboard_impl | Martin Braun | 2018-07-18 | 2 | -2/+11 |
* | uhd: initial commit of UHD support for E320 | Brent Stapleton | 2018-07-18 | 2 | -2/+6 |
* | mpmd: add missing virtual destructors | Mark Meserve | 2018-05-02 | 2 | -0/+2 |
* | mpmd: Use separate rpc connection for claim loop | Trung N Tran | 2018-04-30 | 2 | -27/+55 |
* | mpmd: tighten reclaiming time. | Trung N Tran | 2018-04-02 | 1 | -2/+3 |
* | mpmd: Fixed MPM marking wrong device as reachable | Brent Stapleton | 2018-03-30 | 1 | -1/+12 |
* | mpmd: Provide list of MPM devices to fail fast on find | Martin Braun | 2018-03-29 | 2 | -1/+34 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 2 | -2/+9 |
* | n310: Make MPM report FPGA version and description, UHD read it | Martin Braun | 2018-03-02 | 1 | -2/+6 |
* | mpmd: Fix typo in image loader | Martin Braun | 2018-02-20 | 1 | -3/+4 |
* | mpmd: image loader: add default path | Brent Stapleton | 2018-02-19 | 1 | -5/+58 |
* | mpmd: add getter for components in property tree | Brent Stapleton | 2018-02-19 | 2 | -4/+32 |
* | mpmd: components: Add doxygen for update component | Brent Stapleton | 2018-02-19 | 1 | -0/+6 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 14 | -14/+14 |