Age | Commit message (Expand) | Author | Files | Lines |
2021-12-31 | vlib: remove external thread management support | Damjan Marion | 2 | -53/+6 |
2021-12-24 | vlib: introduce vlib frame aux data | Damjan Marion | 6 | -117/+122 |
2021-12-22 | vlib: null terminate elog string | Damjan Marion | 1 | -1/+1 |
2021-11-22 | vlib: add virtual time support | Benoît Ganne | 4 | -15/+121 |
2021-11-22 | vlib: fix coverity warning | Klement Sekera | 1 | -1/+1 |
2021-11-16 | vlib: fix coverity warning | Klement Sekera | 1 | -1/+0 |
2021-11-08 | vppinfra: vectorized index to pointer function | Damjan Marion | 1 | -92/+29 |
2021-11-08 | perfmon: fix iio-bw coverity issues | Ray Kinsella | 2 | -2/+2 |
2021-11-06 | vppinfra: move clib_count_equal_* code | Damjan Marion | 1 | -0/+1 |
2021-11-05 | pci: remove dead code | Damjan Marion | 1 | -4/+0 |
2021-11-05 | vlib: remove dead code | Damjan Marion | 1 | -7/+0 |
2021-11-03 | pci: allocate and set length pci product name | Ray Kinsella | 1 | -1/+1 |
2021-11-02 | vlib: retrieve the root bus of a given pci device | Ray Kinsella | 3 | -3/+70 |
2021-11-02 | vlib: add format pci link port | Ray Kinsella | 2 | -0/+14 |
2021-11-02 | vlib: allocate pci product_name with vec_alloc | Ray Kinsella | 1 | -1/+1 |
2021-10-13 | vlib: fix vmbus error log | Benoît Ganne | 1 | -3/+3 |
2021-10-06 | tcp: fix severity info | Filip Tehlar | 1 | -3/+3 |
2021-10-06 | vlib: doc nitfixes | Nathan Skrzypczak | 2 | -2/+2 |
2021-10-05 | build: don't hardcode triplet, allow specifying custom lib dir | Damjan Marion | 2 | -1/+9 |
2021-09-29 | ipsec: Record the number of packets lost from an SA | Neale Ranns | 1 | -0/+14 |
2021-09-17 | build: use GNUInstallDirs install destinations | Nick Brown | 1 | -1/+1 |
2021-09-15 | vlib: add option to plugin registration to prefer deep binding | Damjan Marion | 2 | -6/+7 |
2021-09-14 | vlib: add graceful termination with status | Pierre Pfister | 2 | -1/+12 |
2021-09-09 | vlib: fix vlib_buffer_enqueue_to_next() overflow | Benoît Ganne | 1 | -0/+25 |
2021-08-31 | vlib: fixed the issue of vpp crash caused by interface up/down | fangtong | 1 | -1/+1 |
2021-08-27 | vlib: vpp banner is outputted to non-interactive vppctl session | Steven Luong | 1 | -0/+11 |
2021-08-27 | bufmon: add buffer monitoring plugin | Benoît Ganne | 3 | -24/+55 |
2021-08-20 | buffers: fix buffer linearization | Benoît Ganne | 1 | -95/+104 |
2021-07-27 | vlib: don't ASSERT(vm) in worker thread bootstrap | Dave Barach | 1 | -2/+4 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 2 | -3/+3 |
2021-07-13 | vppinfra: put each vector function into own file | Damjan Marion | 1 | -1/+2 |
2021-07-02 | vlib: fix buffer pool alignment size | Tianyu Li | 1 | -1/+1 |
2021-06-21 | vlib: fix coverity warning | Dave Barach | 1 | -0/+3 |
2021-06-13 | vlib: fix dangling reference in node_by_name hash | Dave Barach | 1 | -1/+4 |
2021-05-27 | vlib: handoff rework | Damjan Marion | 5 | -282/+177 |
2021-05-26 | pg: revert exec file fixes | Ray Kinsella | 1 | -6/+1 |
2021-05-26 | vlib: revert exec cmd handle scripts with blank lines | Ray Kinsella | 1 | -21/+3 |
2021-05-14 | vlib: remove unused code | Damjan Marion | 2 | -127/+0 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() | Damjan Marion | 3 | -8/+11 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 3 | -156/+0 |
2021-05-11 | vlib: exec cmd handle scripts with blank lines | Dave Barach | 1 | -3/+21 |
2021-05-07 | vppinfra: add universal array mask_compare and compress funcs | Damjan Marion | 1 | -126/+29 |
2021-05-06 | vlib: remove unused simple counters fields | Ole Troan | 1 | -6/+0 |
2021-05-06 | vlib: rename vl_counter_t to vlib_error_desc_t | Ole Troan | 3 | -10/+8 |
2021-05-06 | stats: memory heap counters | Ole Troan | 2 | -0/+7 |
2021-05-06 | memif: add severity to counters | Ole Troan | 1 | -1/+1 |
2021-05-05 | vlib: fix adaptive mode flag unset on nodes reforking | Maxime Peim | 1 | -0/+4 |
2021-05-03 | vlib: multiarch vlib_frame_queue_dequeue() | Damjan Marion | 5 | -143/+131 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 2 | -40/+29 |
2021-04-30 | build: declare some CMake variables as advanced | Damjan Marion | 1 | -2/+2 |