- 80c0ae2 vlib: Counter free needs to NULL the allocated counter vector by Neale Ranns · 2 years, 2 months ago
- dd298e8 misc: fix issues reported by clang-15 by Damjan Marion · 2 years, 2 months ago
- 6531cf5 vppinfra: fix AddressSanitizer by Benoît Ganne · 2 years, 2 months ago
- 51a7e44 vlib: add vlib_frame_bitmap_is_bit_set by Damjan Marion · 2 years, 3 months ago
- 9f5b369 vlib: don't leak node frames on refork by Dmitry Valter · 2 years, 3 months ago
- a21b38e vlib: fix coverity 277203 by Andrew Yourtchenko · 2 years, 4 months ago
- a9bfef7 vlib: use error description when dropping packets by Arthur de Kerhor · 2 years, 4 months ago
- abd5669 vlib: introduce DMA infrastructure by Marvin Liu · 2 years, 4 months ago
- d3456b8 vlib: allow longer version string by Matthew Smith · 2 years, 4 months ago
- c428fd5 vlib: memory leak in vlib_register_errors on create and delete interface by Steven Luong · 2 years, 4 months ago
- 1605248 vlib: vlib_validate_buffer_enqueue_with_aux_x1 by Mohammed Hawari · 2 years, 6 months ago
- eccb5c2 stats: add loops per second counter in the stats segment. by Radha krishna Saragadam · 2 years, 5 months ago
- 972dc17 misc: pass NULL instead of 0 for pointer in variadic functions by Andreas Schultz · 4 years, 7 months ago
- f8631ce buffers: protect against bad thread indices by Jon Loeliger · 2 years, 6 months ago
- cd758e6 vlib: enqueue_to_next_with_aux implementation by Mohammed Hawari · 2 years, 7 months ago
- 9615883 vlib: fix crash on packet on deleted interface by Pim van Pelt · 2 years, 6 months ago
- 082dc14 stats: swap used and total stats by Leland Krych · 2 years, 7 months ago
- 321bd10 vlib: add VLIB_NUM_WORKERS_CHANGE_FN() handler by Damjan Marion · 2 years, 7 months ago
- e714926 vlib: implement aux data handoff by Mohammed Hawari · 2 years, 7 months ago
- add6a38 stats: fix collector updates of symlinks by Arthur de Kerhor · 2 years, 7 months ago
- 3153f00 vlib: exec cli line-by-line processing and script updates by Damjan Marion · 2 years, 7 months ago
- 342044a session: revert "fix session cli maybe parse wrong args if executed in files" by Damjan Marion · 2 years, 7 months ago
- c50bcbd vlib: process startup config exec scripts line by line by Damjan Marion · 2 years, 7 months ago
- da052b6 session: fix session cli maybe parse wrong args if executed in files by Xiaoming Jiang · 2 years, 8 months ago
- 0530d09 stats: add vlib_stats_free_string_vector by Damjan Marion · 2 years, 7 months ago
- 4cfb46d stats: strings in string vector are c strings by Damjan Marion · 2 years, 7 months ago
- c5d81b9 stats: string vector and node collector improvements by Damjan Marion · 2 years, 8 months ago
- 4b922ff stats: store heap in the directory_entry vector by Damjan Marion · 2 years, 8 months ago
- 8b153de vlib: disable cpu pinning if not configured by Benoît Ganne · 3 years ago
- e4fa1d2 vppinfra: vector perf improvements by Damjan Marion · 2 years, 8 months ago
- 1c8c6d3 stats: fix vector overrun in expend check by Dmitry Valter · 2 years, 8 months ago
- eecec8c stats: avoid linear search for empty entry by Damjan Marion · 2 years, 8 months ago
- 8271dfd interface: unregister node counters on interface delete by Damjan Marion · 2 years, 8 months ago
- 3791a03 vlib: clear frame flags on free by Stanislav Zaikin · 2 years, 9 months ago
- 79934e8 vppinfra: refactor address sanitizer by Damjan Marion · 2 years, 8 months ago
- 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
- 564005b vlib: remove unused fields by Damjan Marion · 2 years, 8 months ago
- 2e90b29 vlib: improve exec path search by Damjan Marion · 2 years, 8 months ago
- c7ef4f3 vlib: fix memory leak in load_one_plugin by Damjan Marion · 2 years, 8 months ago
- 4b20830 vlib: add support for workers sync by Florin Coras · 2 years, 9 months ago
- b3a5b39 stats: use vlib_stats_validate in collector by Damjan Marion · 2 years, 9 months ago
- 66c8583 stats: convert error counters to normal counters by Damjan Marion · 2 years, 9 months ago
- 299571a vppinfra: vector allocator rework by Damjan Marion · 2 years, 9 months ago
- 5760fdf vlib: fix unaligned runtime_data by Dmitry Valter · 2 years, 9 months ago
- 7bf2317 vlib: use pthread_attr_setstack() to set thread stack by Damjan Marion · 2 years, 9 months ago
- 4859d8d vlib: send full error message to syslog by Jing Peng · 2 years, 9 months ago
- f87acfa vppinfra: change vlib_register_node so it takes format string for node name by Damjan Marion · 2 years, 9 months ago
- d24b86e vlib: avoid use of vector of voids by Damjan Marion · 2 years, 9 months ago
- 49ebbf7 vlib: mitigate outdated new cli session events by Vladislav Grishenko · 3 years ago
- 2973350 vlib: fix memory leak on process nodes reforking by Vladislav Grishenko · 3 years, 3 months ago
- 8486283 vlib: leave SIGCONT signal with its default handler by Vladislav Grishenko · 2 years, 9 months ago
- fa7f21b stats: fix crash due to pointer taken before validate by Damjan Marion · 2 years, 9 months ago
- f0574da stats: fix vlib_stats_validate_will_expand_internal by Damjan Marion · 2 years, 9 months ago
- a4a28f0 vppinfra: use stored vec header size to find header by Damjan Marion · 2 years, 9 months ago
- f540d1e vlib: fix vlib_mains vector alignment by Florin Coras · 2 years, 9 months ago
- 218e4ec vlib: add vlib_frame_bitmap_and by Damjan Marion · 2 years, 9 months ago
- 58fd481 stats: refactor vlib counters by Damjan Marion · 2 years, 9 months ago
- d1bd9af stats: support recursive locking by Damjan Marion · 2 years, 9 months ago
- 9652177 vlib: remoove unused field by Damjan Marion · 2 years, 9 months ago
- 62d656a vlib: init logging eearlier by Damjan Marion · 2 years, 9 months ago
- 8973b07 stats: refactor by Damjan Marion · 2 years, 10 months ago
- efeea5b vlib: vlib frame bitmaps by Damjan Marion · 2 years, 10 months ago
- 198ddad vlib: allow bigger scalar data size by Damjan Marion · 2 years, 11 months ago
- 30d46e7 vlib: fix the total len not including first buffer formating by Mohsin Kazmi · 3 years ago
- a2b7a02 vlib: remove external thread management support by Damjan Marion · 3 years ago
- b32bd70 vlib: introduce vlib frame aux data by Damjan Marion · 3 years ago
- 4926cdd vlib: null terminate elog string by Damjan Marion · 3 years ago
- 56eccdb vlib: add virtual time support by Benoît Ganne · 3 years, 4 months ago
- bd46907 vlib: fix coverity warning by Klement Sekera · 3 years, 1 month ago
- 2f89f3a vlib: fix coverity warning by Klement Sekera · 3 years, 1 month ago
- 4c53ff4 vppinfra: vectorized index to pointer function by Damjan Marion · 3 years, 2 months ago
- 81865bc perfmon: fix iio-bw coverity issues by Ray Kinsella · 3 years, 1 month ago
- 4c276f0 vppinfra: move clib_count_equal_* code by Damjan Marion · 3 years, 1 month ago
- e107709 pci: remove dead code by Damjan Marion · 3 years, 1 month ago
- 3f8b8d3 vlib: remove dead code by Damjan Marion · 3 years, 1 month ago
- 03d0fbe pci: allocate and set length pci product name by Ray Kinsella · 3 years, 1 month ago
- 5714a49 vlib: retrieve the root bus of a given pci device by Ray Kinsella · 3 years, 1 month ago
- 6efe025 vlib: add format pci link port by Ray Kinsella · 3 years, 1 month ago
- 4b1e76b vlib: allocate pci product_name with vec_alloc by Ray Kinsella · 3 years, 1 month ago
- 57cc4bc vlib: fix vmbus error log by Benoît Ganne · 3 years, 2 months ago
- 0c4931c tcp: fix severity info by Filip Tehlar · 3 years, 2 months ago
- ecd6b1a vlib: doc nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
- 5546e43 build: don't hardcode triplet, allow specifying custom lib dir by Damjan Marion · 3 years, 2 months ago
- e11203e ipsec: Record the number of packets lost from an SA by Neale Ranns · 3 years, 3 months ago
- e3cf4d0 build: use GNUInstallDirs install destinations by Nick Brown · 3 years, 3 months ago
- ef4ddfa vlib: add option to plugin registration to prefer deep binding by Damjan Marion · 3 years, 3 months ago
- c26cc72 vlib: add graceful termination with status by Pierre Pfister · 3 years, 3 months ago
- 10bb21f vlib: fix vlib_buffer_enqueue_to_next() overflow by Benoît Ganne · 3 years, 3 months ago
- 33b18d4 vlib: fixed the issue of vpp crash caused by interface up/down by fangtong · 3 years, 5 months ago
- 17a6721 vlib: vpp banner is outputted to non-interactive vppctl session by Steven Luong · 3 years, 4 months ago
- e09a233 bufmon: add buffer monitoring plugin by Benoît Ganne · 3 years, 9 months ago
- 1a19552 buffers: fix buffer linearization by Benoît Ganne · 3 years, 7 months ago
- 37579c3 vlib: don't ASSERT(vm) in worker thread bootstrap by Dave Barach · 3 years, 5 months ago
- af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
- d154a17 vppinfra: put each vector function into own file by Damjan Marion · 3 years, 5 months ago
- 70b1cbd vlib: fix buffer pool alignment size by Tianyu Li · 3 years, 6 months ago
- bfb9a66 vlib: fix coverity warning by Dave Barach · 3 years, 6 months ago
- 52c33d6 vlib: fix dangling reference in node_by_name hash by Dave Barach · 3 years, 6 months ago
- c0d9ca7 vlib: handoff rework by Damjan Marion · 3 years, 7 months ago
- 457271d pg: revert exec file fixes by Ray Kinsella · 3 years, 7 months ago