aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
AgeCommit message (Expand)AuthorFilesLines
2022-03-09stats: refactorDamjan Marion17-168/+1467
2022-02-10vlib: vlib frame bitmapsDamjan Marion2-14/+94
2022-01-18vlib: allow bigger scalar data sizeDamjan Marion1-1/+2
2022-01-11vlib: fix the total len not including first buffer formatingMohsin Kazmi1-1/+1
2021-12-31vlib: remove external thread management supportDamjan Marion2-53/+6
2021-12-24vlib: introduce vlib frame aux dataDamjan Marion6-117/+122
2021-12-22vlib: null terminate elog stringDamjan Marion1-1/+1
2021-11-22vlib: add virtual time supportBenoît Ganne4-15/+121
2021-11-22vlib: fix coverity warningKlement Sekera1-1/+1
2021-11-16vlib: fix coverity warningKlement Sekera1-1/+0
2021-11-08vppinfra: vectorized index to pointer functionDamjan Marion1-92/+29
2021-11-08perfmon: fix iio-bw coverity issuesRay Kinsella2-2/+2
2021-11-06vppinfra: move clib_count_equal_* codeDamjan Marion1-0/+1
2021-11-05pci: remove dead codeDamjan Marion1-4/+0
2021-11-05vlib: remove dead codeDamjan Marion1-7/+0
2021-11-03pci: allocate and set length pci product nameRay Kinsella1-1/+1
2021-11-02vlib: retrieve the root bus of a given pci deviceRay Kinsella3-3/+70
2021-11-02vlib: add format pci link portRay Kinsella2-0/+14
2021-11-02vlib: allocate pci product_name with vec_allocRay Kinsella1-1/+1
2021-10-13vlib: fix vmbus error logBenoît Ganne1-3/+3
2021-10-06tcp: fix severity infoFilip Tehlar1-3/+3
2021-10-06vlib: doc nitfixesNathan Skrzypczak2-2/+2
2021-10-05build: don't hardcode triplet, allow specifying custom lib dirDamjan Marion2-1/+9
2021-09-29ipsec: Record the number of packets lost from an SANeale Ranns1-0/+14
2021-09-17build: use GNUInstallDirs install destinationsNick Brown1-1/+1
2021-09-15vlib: add option to plugin registration to prefer deep bindingDamjan Marion2-6/+7
2021-09-14vlib: add graceful termination with statusPierre Pfister2-1/+12
2021-09-09vlib: fix vlib_buffer_enqueue_to_next() overflowBenoît Ganne1-0/+25
2021-08-31vlib: fixed the issue of vpp crash caused by interface up/downfangtong1-1/+1
2021-08-27vlib: vpp banner is outputted to non-interactive vppctl sessionSteven Luong1-0/+11
2021-08-27bufmon: add buffer monitoring pluginBenoît Ganne3-24/+55
2021-08-20buffers: fix buffer linearizationBenoît Ganne1-95/+104
2021-07-27vlib: don't ASSERT(vm) in worker thread bootstrapDave Barach1-2/+4
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion2-3/+3
2021-07-13vppinfra: put each vector function into own fileDamjan Marion1-1/+2
2021-07-02vlib: fix buffer pool alignment sizeTianyu Li1-1/+1
2021-06-21vlib: fix coverity warningDave Barach1-0/+3
2021-06-13vlib: fix dangling reference in node_by_name hashDave Barach1-1/+4
2021-05-27vlib: handoff reworkDamjan Marion5-282/+177
2021-05-26pg: revert exec file fixesRay Kinsella1-6/+1
2021-05-26vlib: revert exec cmd handle scripts with blank linesRay Kinsella1-21/+3
2021-05-14vlib: remove unused codeDamjan Marion2-127/+0
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion3-8/+11
2021-05-13tests: move test source to vpp/testDave Wallace3-156/+0
2021-05-11vlib: exec cmd handle scripts with blank linesDave Barach1-3/+21
2021-05-07vppinfra: add universal array mask_compare and compress funcsDamjan Marion1-126/+29
2021-05-06vlib: remove unused simple counters fieldsOle Troan1-6/+0
2021-05-06vlib: rename vl_counter_t to vlib_error_desc_tOle Troan3-10/+8
2021-05-06stats: memory heap countersOle Troan2-0/+7
2021-05-06memif: add severity to countersOle Troan1-1/+1