Age | Commit message (Expand) | Author | Files | Lines |
2019-03-12 | Perf tune handoff queue polling |  Dave Barach | 3 | -3/+25 |
2019-03-12 | ICMP46 error: Clone first buffer instead of "truncating" original buffer |  Ole Troan | 1 | -0/+21 |
2019-03-10 | Perf tune get_frame_size_info |  Dave Barach | 3 | -3/+14 |
2019-03-06 | vmbus: fix bug that breaks multiple netvsc vdevs |  Matthew Smith | 1 | -2/+2 |
2019-03-06 | vlib: coverity woes |  Steven Luong | 1 | -2/+1 |
2019-03-04 | buffers: support cases where numa node memory is not available |  Damjan Marion | 3 | -40/+82 |
2019-03-04 | stats: fix crash on early init |  Filip Tehlar | 1 | -4/+18 |
2019-03-01 | Save signum and faulting address in static variables |  Dave Barach | 1 | -0/+6 |
2019-02-27 | VPP-1576: fix Coverity issues |  Dave Barach | 1 | -27/+17 |
2019-02-27 | Fix crash in barrier sync when vlib_worker_threads is zero |  Damjan Marion | 2 | -3/+5 |
2019-02-26 | stats: buffer gauge callbacks use index instead of name. |  Ole Troan | 1 | -26/+20 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin |  Dave Barach | 1 | -0/+16 |
2019-02-25 | buffer chain linearization |  Klement Sekera | 2 | -97/+125 |
2019-02-22 | stats: add buffer gauges |  Filip Tehlar | 2 | -4/+90 |
2019-02-22 | Add no-append flag to vlib_frame_t |  Damjan Marion | 3 | -4/+15 |
2019-02-21 | physmem: keep physmem VA in 39-bit address space on x86_64 |  Damjan Marion | 2 | -1/+34 |
2019-02-20 | calculate per-thread time offset |  Dave Barach | 3 | -1/+66 |
2019-02-14 | buffer: bug fix vlib_buffer_free_inline |  Lollita Liu | 1 | -6/+7 |
2019-02-09 | buffers: fix typo |  Damjan Marion | 3 | -13/+15 |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 4 | -29/+43 |
2019-02-06 | buffers: improve buffer init performance |  Damjan Marion | 1 | -17/+14 |
2019-02-02 | CLI control of graph dispatch elogs |  Dave Barach | 3 | -126/+214 |
2019-02-02 | Deprecate old mutliarch code, phase 1 |  Damjan Marion | 1 | -24/+2 |
2019-01-31 | buffers: vallidate that buffer is allocated during buffer pool put |  Damjan Marion | 1 | -8/+5 |
2019-01-31 | Add 'show vlib graphviz' command |  Benoît Ganne | 4 | -16/+108 |
2019-01-31 | assert on double-free in debug build |  Klement Sekera | 1 | -4/+2 |
2019-01-31 | pci: get the number of interrupts |  Mohsin Kazmi | 2 | -0/+21 |
2019-01-31 | buffers: reinitialize metadata, add additional validation |  Damjan Marion | 2 | -13/+44 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 8 | -683/+591 |
2019-01-29 | Fix error while compiling using 'vlib/vlib.h' dependencie. |  Dmitry Vakhrushev | 1 | -0/+2 |
2019-01-28 | Less intrusive way to capture numa_node and cpu_id changes |  Damjan Marion | 4 | -11/+13 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early |  Damjan Marion | 4 | -5/+9 |
2019-01-27 | perfmon: collect data on selected thread(s) |  Dave Barach | 2 | -9/+43 |
2019-01-24 | move misc-drop-errors to vnet |  Dave Barach | 1 | -31/+0 |
2019-01-24 | perfmon plugin: 2-way parallel stat collection |  Dave Barach | 4 | -58/+54 |
2019-01-24 | buffers: fix vector types |  Damjan Marion | 2 | -3/+5 |
2019-01-23 | buffers: wrap vlib_buffer_t to union and expose vector types |  Damjan Marion | 3 | -79/+98 |
2019-01-20 | buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes |  Damjan Marion | 5 | -61/+17 |
2019-01-20 | buffers: remove vlib_buffer_delete_free_list |  Damjan Marion | 3 | -62/+0 |
2019-01-20 | buffers: don't init metadata, as it is already initialized |  Damjan Marion | 2 | -39/+1 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t |  Damjan Marion | 6 | -42/+45 |
2019-01-20 | Store numa-noda and cpu-index in vlib_main_t |  Damjan Marion | 3 | -1/+8 |
2019-01-20 | log: bug fix register class compare mismatch |  Su Wang | 1 | -1/+3 |
2019-01-18 | Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro |  Steven Luong | 1 | -2/+2 |
2019-01-19 | buffers: remove free-list information from buffer metadata |  Damjan Marion | 4 | -70/+19 |
2019-01-18 | buffers: remove freelist argument from vlib_buffer_add_data |  Damjan Marion | 2 | -12/+7 |
2019-01-18 | Add vlib_buffer_copy_indices inline function |  Damjan Marion | 2 | -8/+14 |
2019-01-18 | deprecate clib_memcpy64_x4 |  Damjan Marion | 2 | -9/+14 |
2019-01-17 | vmbus: fix strncpy related warnings |  Stephen Hemminger | 1 | -4/+4 |
2019-01-17 | pci: fix strncpy warnings |  Stephen Hemminger | 1 | -4/+4 |