Age | Commit message (Expand) | Author | Files | Lines |
2023-05-27 | vlib: add vlib_log_is_enabled |  Damjan Marion | 2 | -20/+34 |
2023-04-12 | vlib dhcp: default to logging without elogs |  Florin Coras | 1 | -1/+1 |
2023-04-10 | vlib:process node scheduling use timing_wheel have problem. |  jinsh | 2 | -2/+6 |
2023-04-06 | vlib: reset stop_timer_handle on expired processes |  Matthew Smith | 1 | -8/+23 |
2023-04-06 | vppinfra: refactor uword bitmaps |  Damjan Marion | 1 | -24/+22 |
2023-04-02 | vlib: add vlib_frame_bitmap_{set,clear}_bit_at_index |  Damjan Marion | 1 | -0/+16 |
2023-03-30 | vlib: fix segfault on panic in worker |  Mikhail Sokolovskiy | 1 | -1/+7 |
2023-03-14 | vlib: pre-alloc dma backend batches |  Marvin Liu | 1 | -0/+1 |
2023-03-10 | vlib: 512-bit SIMD version of vlib_buffer_free |  Leyi Rong | 1 | -1/+69 |
2023-03-07 | vlib: stop worker threads on main loop exit |  Vladislav Grishenko | 1 | -1/+2 |
2023-03-06 | vlib: fix vlib_log for elog |  luoyaozu | 1 | -8/+8 |
2023-03-06 | vlib: avoid non-mp-safe cli process node updates |  Vladislav Grishenko | 1 | -56/+34 |
2023-03-06 | vlib: fix macro define command not work in startup config exec script |  Xiaoming Jiang | 1 | -81/+8 |
2023-03-06 | vlib: fix ASAN fake stack size set error when switching to process |  Xiaoming Jiang | 1 | -1/+2 |
2023-03-06 | vppinfra: display only the 1st 50 memory traces by default |  Benoît Ganne | 1 | -1/+1 |
2023-03-06 | stats: fix node name compare error when updating stats segment |  Xiaoming Jiang | 1 | -1/+1 |
2023-01-30 | vlib: chdir to runtime_dir |  Damjan Marion | 1 | -0/+3 |
2023-01-21 | vlib: make pending_interrupts valid for AddressSanitizer |  Benoît Ganne | 1 | -1/+1 |
2023-01-18 | pci: fix musl crash |  Benoît Ganne | 1 | -8/+9 |
2023-01-17 | vlib: install dma.h to fix out-of-tree plugins |  Mohammed Hawari | 1 | -0/+1 |
2023-01-14 | vlib: add const to char* params of several funcs |  Sergey Nikiforov | 2 | -2/+3 |
2023-01-12 | misc: use right include for fctnl.h and poll.h |  Guillaume Solignac | 1 | -1/+1 |
2023-01-11 | pci: add option to force uio binding |  Benoît Ganne | 2 | -62/+66 |
2022-12-02 | buffers: revert protect against bad thread indices |  Benoît Ganne | 1 | -4/+1 |
2022-11-30 | stats: add boot time in stats segment |  Ole Troan | 2 | -1/+5 |
2022-10-17 | vlib: Counter free needs to NULL the allocated counter vector |  Neale Ranns | 1 | -2/+8 |
2022-10-12 | misc: fix issues reported by clang-15 |  Damjan Marion | 2 | -3/+4 |
2022-10-11 | vppinfra: fix AddressSanitizer |  Benoît Ganne | 3 | -0/+3 |
2022-09-12 | vlib: add vlib_frame_bitmap_is_bit_set |  Damjan Marion | 1 | -0/+8 |
2022-09-09 | vlib: don't leak node frames on refork |  Dmitry Valter | 6 | -10/+22 |
2022-08-30 | vlib: fix coverity 277203 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-29 | vlib: use error description when dropping packets |  Arthur de Kerhor | 1 | -1/+1 |
2022-08-25 | vlib: introduce DMA infrastructure |  Marvin Liu | 5 | -0/+445 |
2022-08-24 | vlib: allow longer version string |  Matthew Smith | 1 | -2/+2 |
2022-08-19 | vlib: memory leak in vlib_register_errors on create and delete interface |  Steven Luong | 1 | -0/+1 |
2022-08-09 | vlib: vlib_validate_buffer_enqueue_with_aux_x1 |  Mohammed Hawari | 2 | -0/+71 |
2022-07-19 | stats: add loops per second counter in the stats segment. |  Radha krishna Saragadam | 1 | -3/+15 |
2022-07-06 | misc: pass NULL instead of 0 for pointer in variadic functions |  Andreas Schultz | 3 | -16/+12 |
2022-07-01 | buffers: protect against bad thread indices |  Jon Loeliger | 1 | -0/+3 |
2022-06-29 | vlib: enqueue_to_next_with_aux implementation |  Mohammed Hawari | 4 | -37/+233 |
2022-06-07 | vlib: fix crash on packet on deleted interface |  Pim van Pelt | 1 | -3/+6 |
2022-06-01 | stats: swap used and total stats |  Leland Krych | 1 | -2/+2 |
2022-06-01 | vlib: add VLIB_NUM_WORKERS_CHANGE_FN() handler |  Damjan Marion | 4 | -10/+15 |
2022-05-24 | vlib: implement aux data handoff |  Mohammed Hawari | 6 | -19/+125 |
2022-05-19 | stats: fix collector updates of symlinks |  Arthur de Kerhor | 1 | -3/+9 |
2022-05-16 | vlib: exec cli line-by-line processing and script updates |  Damjan Marion | 1 | -31/+39 |
2022-05-14 | session: revert "fix session cli maybe parse wrong args if executed in files" |  Damjan Marion | 2 | -41/+0 |
2022-05-13 | vlib: process startup config exec scripts line by line |  Damjan Marion | 3 | -1/+72 |
2022-05-06 | session: fix session cli maybe parse wrong args if executed in files |  Xiaoming Jiang | 2 | -0/+41 |
2022-05-06 | stats: add vlib_stats_free_string_vector |  Damjan Marion | 2 | -0/+8 |