aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* fixup! RFNoC: More graph traversal fixesmichael-west2019-01-314-34/+14
* RFNoC: More graph traversal fixesmichael-west2019-01-314-4/+34
* RFNoC: Prevent unnecessary FC ACK packetsmichael-west2019-01-314-13/+13
* cmake: fix variable usageMichael Dickens2019-01-301-2/+1
* docs: Add information about what dpdk_zero_copy is doingAlex Williams2019-01-291-2/+9
* docs: Adding manual page for DPDKBrent Stapleton2019-01-293-1/+151
* mpmd: use init timeout for update_componentTrung Tran2019-01-291-4/+1
* RFNoC: Update FIFO XML definitionmichael-west2019-01-291-0/+2
* utils: Add check for gdb_eeprom before accessingmichael-west2019-01-291-1/+1
* cpack: Fix RPM generationMatt Reilly2019-01-282-2/+2
* ad9361: Replace Boost lock & mutex with std varietyMartin Braun2019-01-251-23/+21
* formatting: Apply clang-format to ad9361_ctrl.cppMartin Braun2019-01-251-72/+87
* tests: Fix up dpdk_test to use current APIsAlex Williams2019-01-251-64/+47
* uhd-dpdk: Cover all paths to request TX offloadsAlex Williams2019-01-253-11/+61
* uhd-dpdk: Delete useless test folderAlex Williams2019-01-252-356/+0
* mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copyAlex Williams2019-01-2522-344/+1220
* mpmd_xport: liberio: using 4096 bytes frame sizeTrung Tran2019-01-231-2/+6
* devtest: add universal_newlines to subprocess callTrung Tran2019-01-233-2/+4
* tests: replace has_key by using 'in'Trung Tran2019-01-235-8/+8
* lib: rfnoc: Add some missing virtual destructorsMartin Braun2019-01-223-2/+8
* formatting: Apply clang-format to nocscript filesMartin Braun2019-01-228-557/+499
* device3: Replace NULL with 0 for empty function pointersMartin Braun2019-01-221-2/+2
* cmake: Extend list of additional Boost versionsMartin Braun2019-01-221-0/+1
* examples: Fix boundary condition in ascii_art_dft plottingMartin Braun2019-01-211-1/+1
* transport: muxed_zero_copy_if fixesmichael-west2019-01-215-29/+22
* docs: Add manual page for the N320/N321Martin Braun2019-01-217-10/+187
* mpmd_xport: honor users' send(recv)frame_size argsTrung Tran2019-01-212-8/+11
* mpmd: implement get_*x_hintsTrung Tran2019-01-212-6/+11
* endianness: Replace Boost macros with custom onesMartin Braun2019-01-216-10/+41
* lib: transport: convert: apply clang-formatBrent Stapleton2019-01-212-193/+261
* cmake: Register N320 componentMartin Braun2019-01-211-1/+1
* rh: increase timeout of set_rate's rpc callMark Meserve2019-01-211-1/+4
* lib: transport: Revert to boost instead of std sleepSugandha Gupta2019-01-181-3/+1
* lib: transport: apply clang-formatBrent Stapleton2019-01-1825-2326/+2745
* multi_usrp: fix get_{tx/rx}_dc_offset_range default argumentChristian Hahn2019-01-181-2/+2
* math: Replace boost::*::{lcm,gcd}() with portable versionsMartin Braun2019-01-186-14/+40
* math: Remove uhd::math::log2, replace with std::log2Martin Braun2019-01-184-19/+5
* formatting: preparing for uhd::math cleanupBrent Stapleton2019-01-185-971/+1129
* rfnoc: Fix detection of outstanding acks by ctrl_ifaceMartin Braun2019-01-172-5/+4
* lib: rfnoc: apply clang-formatMartin Braun2019-01-1729-1905/+1859
* formatting: Add modified clang-format for headersMartin Braun2019-01-171-0/+94
* Debian: Rename file for libuhd installmichael-west2019-01-161-0/+0
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-16279-20123/+20150
* ascii_art_dft: move example within include guardBrent Stapleton2019-01-161-2/+1
* formatting: remove vim hints in headersBrent Stapleton2019-01-1643-43/+0
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-1642-0/+84
* uhd: skip formatting misc arrays, maps, etc.Brent Stapleton2019-01-168-1/+20
* transport: Move uhd-dpdk header to uhdlibAlex Williams2019-01-154-3/+3
* tests: Add arguments to dpdk_test to control core mappingAlex Williams2019-01-151-40/+100
* tests: Add unit test for DPDK transportAlex Williams2019-01-152-0/+353