Age | Commit message (Expand) | Author | Files | Lines |
2018-09-03 | Deprecate old buffer replication scheme | Damjan Marion | 3 | -64/+16 |
2018-08-29 | STATS: stat_client updates. | Ole Troan | 2 | -6/+7 |
2018-08-28 | vlib: add 'show node' and 'set node function' CLI | Damjan Marion | 3 | -35/+262 |
2018-08-26 | cmake: add add_vpp_library and add_vpp_executable macros | Damjan Marion | 1 | -11/+5 |
2018-08-25 | Add int cast to fit '.*' printf expectations | Pierre Pfister | 1 | -4/+5 |
2018-08-24 | Clean up packet tracer, especially "clear trace" | Dave Barach | 3 | -25/+24 |
2018-08-24 | Rename struct mallinfo -> struct dlmallinfo | Dave Barach | 1 | -1/+1 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+98 |
2018-08-14 | Run interior graph nodes before process nodes | Dave Barach | 1 | -14/+7 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 3 | -0/+46 |
2018-08-03 | vlib: avoid double process dispatch | Florin Coras | 1 | -1/+9 |
2018-08-01 | Improve cpu { coremask-% } configure option | Yi He | 1 | -20/+4 |
2018-07-27 | 128-bit SIMD version of vlib_get_buffers | Damjan Marion | 1 | -0/+8 |
2018-07-23 | Buffer clone: copy opaque2 | Neale Ranns | 1 | -0/+2 |
2018-07-20 | Add congestion drop in interface handoff | Damjan Marion | 3 | -21/+57 |
2018-07-20 | physmem: fix alloc when dlmaloc is used | Damjan Marion | 1 | -1/+5 |
2018-07-19 | Cleanup of handoff code | Damjan Marion | 1 | -0/+86 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 6 | -18/+98 |
2018-07-12 | Fix debug CLI node recycling bugs | Dave Barach | 1 | -5/+26 |
2018-07-11 | threads: fix issue with setting main-core to 0 | Damjan Marion | 2 | -8/+15 |
2018-07-04 | Do not override skip-cores if set in startup.conf | Damjan Marion | 1 | -4/+2 |
2018-07-03 | Set main thread affinity before main heap is allocated | Damjan Marion | 1 | -7/+7 |
2018-07-02 | Add per-numa page allocation info to 'show memory' | Damjan Marion | 1 | -2/+7 |
2018-06-30 | cli: Validate cli_file_index on quit command | Steve Shin | 1 | -0/+4 |
2018-06-27 | gcc8 and Wstringop-truncation | Marco Varlese | 1 | -2/+4 |
2018-06-26 | add backtrace in unix_signal_handler | Kingwel Xie | 1 | -9/+49 |
2018-06-21 | configurable per-dispatch-cycle sleep | Dave Barach | 3 | -2/+25 |
2018-06-15 | STATS: Add more hierarchy to counters. | Ole Troan | 1 | -1/+1 |
2018-06-14 | Use __attribute__((weak)) references where necessary | Dave Barach | 1 | -4/+17 |
2018-06-13 | Stat segment / client: show run" works now | Dave Barach | 4 | -14/+44 |
2018-06-13 | add end of string for format name in unix_physmem_region_alloc | lollita liu | 1 | -1/+1 |
2018-06-13 | cli: 'restart' should close open files (VPP-1068) | Chris Luke | 1 | -2/+17 |
2018-06-10 | cli: Disable XON/XOFF in the tty | Chris Luke | 1 | -0/+4 |
2018-06-10 | cli: Fix reverse-line-wrap in terminals (VPP-1295) | Chris Luke | 1 | -86/+195 |
2018-06-10 | cli: Fix off-by-one in the pager | Chris Luke | 1 | -2/+2 |
2018-06-09 | Fix bug in vlib_buffer_free_from_ring_no_next | Damjan Marion | 1 | -1/+1 |
2018-06-08 | export counters in a memfd segment | Dave Barach | 4 | -1/+82 |
2018-06-05 | VPP API: Memory trace | Ole Troan | 1 | -9/+49 |
2018-06-03 | dpdk: improve buffer alloc perfomance | Damjan Marion | 2 | -3/+0 |
2018-05-31 | fix missing void pointer explicit type cast | Zhiyong Yang | 1 | -1/+1 |
2018-05-31 | Add src/vlib/config.h.in template | Damjan Marion | 1 | -0/+21 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 2 | -0/+48 |
2018-05-29 | Fixed vlib_buffer_clone with stale chained buffers | Yoann Desmouceaux | 1 | -2/+7 |
2018-05-19 | log: Validate the size of vec in vlib_log | Mohsin Kazmi | 1 | -0/+1 |
2018-05-19 | Disable vector code in vlib_buffer_enqueue_to_next if no msb mask function | Damjan Marion | 1 | -1/+1 |
2018-05-18 | Add vlib_buffer_enqueue_to_next inline function | Damjan Marion | 1 | -0/+115 |
2018-05-18 | session: add session process node | Florin Coras | 1 | -1/+3 |
2018-05-17 | Add buffer pointer-to-index and index-to-pointer array functions | Damjan Marion | 1 | -0/+143 |
2018-05-17 | vlib: Fix WARN-ING macro in function | Mohsin Kazmi | 1 | -1/+1 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+1 |