Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-05-06 | stats: strings in string vector are c strings |  Damjan Marion | 1 | -0/+1 |
2022-04-26 | stats: string vector and node collector improvements |  Damjan Marion | 4 | -109/+149 |
2022-04-15 | stats: store heap in the directory_entry vector |  Damjan Marion | 2 | -15/+2 |
2022-04-14 | vlib: disable cpu pinning if not configured |  Benoît Ganne | 2 | -19/+17 |
2022-04-12 | vppinfra: vector perf improvements |  Damjan Marion | 1 | -3/+2 |
2022-04-08 | stats: fix vector overrun in expend check |  Dmitry Valter | 1 | -2/+2 |
2022-04-06 | stats: avoid linear search for empty entry |  Damjan Marion | 3 | -10/+16 |
2022-04-06 | interface: unregister node counters on interface delete |  Damjan Marion | 2 | -7/+19 |
2022-04-06 | vlib: clear frame flags on free |  Stanislav Zaikin | 1 | -0/+2 |
2022-04-05 | vppinfra: refactor address sanitizer |  Damjan Marion | 1 | -2/+2 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 11 | -49/+49 |
2022-04-04 | vlib: remove unused fields |  Damjan Marion | 3 | -17/+0 |
2022-04-04 | vlib: improve exec path search |  Damjan Marion | 3 | -8/+33 |
2022-04-04 | vlib: fix memory leak in load_one_plugin |  Damjan Marion | 1 | -0/+2 |
2022-03-31 | vlib: add support for workers sync |  Florin Coras | 2 | -0/+64 |
2022-03-31 | stats: use vlib_stats_validate in collector |  Damjan Marion | 1 | -28/+5 |
2022-03-31 | stats: convert error counters to normal counters |  Damjan Marion | 7 | -143/+85 |
2022-03-30 | vppinfra: vector allocator rework |  Damjan Marion | 2 | -6/+4 |
2022-03-29 | vlib: fix unaligned runtime_data |  Dmitry Valter | 1 | -0/+2 |
2022-03-28 | vlib: use pthread_attr_setstack() to set thread stack |  Damjan Marion | 1 | -12/+26 |
2022-03-23 | vlib: send full error message to syslog |  Jing Peng | 1 | -22/+6 |
2022-03-23 | vppinfra: change vlib_register_node so it takes format string for node name |  Damjan Marion | 3 | -23/+13 |
2022-03-23 | vlib: avoid use of vector of voids |  Damjan Marion | 2 | -3/+3 |
2022-03-23 | vlib: mitigate outdated new cli session events |  Vladislav Grishenko | 1 | -1/+5 |
2022-03-23 | vlib: fix memory leak on process nodes reforking |  Vladislav Grishenko | 1 | -0/+1 |
2022-03-23 | vlib: leave SIGCONT signal with its default handler |  Vladislav Grishenko | 1 | -0/+1 |
2022-03-23 | stats: fix crash due to pointer taken before validate |  Damjan Marion | 1 | -2/+4 |
2022-03-21 | stats: fix vlib_stats_validate_will_expand_internal |  Damjan Marion | 1 | -2/+2 |
2022-03-18 | vppinfra: use stored vec header size to find header |  Damjan Marion | 1 | -1/+1 |
2022-03-17 | vlib: fix vlib_mains vector alignment |  Florin Coras | 1 | -1/+1 |
2022-03-15 | vlib: add vlib_frame_bitmap_and |  Damjan Marion | 1 | -0/+8 |
2022-03-14 | stats: refactor vlib counters |  Damjan Marion | 6 | -161/+217 |
2022-03-14 | stats: support recursive locking |  Damjan Marion | 3 | -5/+32 |
2022-03-11 | vlib: remoove unused field |  Damjan Marion | 3 | -24/+0 |
2022-03-10 | vlib: init logging eearlier |  Damjan Marion | 3 | -5/+9 |
2022-03-09 | stats: refactor |  Damjan Marion | 17 | -168/+1467 |
2022-02-10 | vlib: vlib frame bitmaps |  Damjan Marion | 2 | -14/+94 |