aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp
AgeCommit message (Expand)AuthorFilesLines
2022-10-13session: make session code compile with SESSION_DEBUG enableSteven Luong1-0/+1
2022-10-11vppinfra: fix AddressSanitizerBenoît Ganne1-0/+1
2022-10-07tcp: build image with TCP_DEBUG_ALWAYS via makeSteven Luong1-0/+1
2022-08-25vlib: introduce DMA infrastructureMarvin Liu1-0/+6
2022-06-15stats: fix prometheus exporter crash on large number of FIB entriesAlexander Chernavin1-2/+2
2022-04-24build: fix 16-8-8 mtrie build optionBenoît Ganne1-1/+1
2022-04-14vlib: disable cpu pinning if not configuredBenoît Ganne1-4/+7
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion2-2/+2
2022-04-04vlib: improve exec path searchDamjan Marion1-1/+2
2022-03-31stats: convert error counters to normal countersDamjan Marion2-22/+0
2022-03-30vppinfra: vector allocator reworkDamjan Marion1-1/+1
2022-03-23vlib: leave SIGCONT signal with its default handlerVladislav Grishenko1-0/+1
2022-03-09stats: refactorDamjan Marion5-1543/+0
2022-03-09vat: fix vat_suspend crashDamjan Marion1-2/+2
2022-02-10stats: Remove unsolicited clib_warningSteven Luong1-1/+1
2022-02-06stats: fix memory leaksOle Troan1-32/+66
2022-01-28misc: vppctl - fix coverity warningKlement Sekera1-4/+8
2022-01-28misc: vppctl - fix coverity warningKlement Sekera1-0/+7
2022-01-18misc: fix coverity warningsDave Barach1-1/+1
2022-01-05dpdk: remove vlan-strip offload codeFilip Varga1-4/+0
2021-12-14misc: vppctl fix heap-buffer-overflow & memleaksTianyu Li1-0/+8
2021-11-24misc: vppctl - fix coverity warningKlement Sekera1-1/+4
2021-11-15misc: vppctl - remove the dependency on vppinfraAndrew Yourtchenko1-89/+158
2021-10-30build: add missing fib headers in packagesBenoît Ganne1-0/+6
2021-10-18interface: add api test fileFilip Tehlar1-2/+29
2021-10-13docs: convert vpp doc md->rstNathan Skrzypczak4-151/+203
2021-10-11vat: move memset after initFilip Tehlar1-1/+1
2021-10-05build: don't hardcode triplet, allow specifying custom lib dirDamjan Marion2-4/+4
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan9-1927/+116
2021-09-28stats: add name vectors to prometheus exporter outputAlexander Chernavin1-0/+9
2021-09-27misc: api move continuedFlorin Coras2-41/+0
2021-09-27misc: move part of vpe apis to vlibmemoryFlorin Coras3-595/+17
2021-09-23stats: revert stat_validate_counter_vector3 non-staticRay Kinsella2-4/+1
2021-09-22vppinfra: make default hugepage size configurableDamjan Marion2-0/+10
2021-09-17build: use GNUInstallDirs install destinationsNick Brown1-3/+3
2021-09-09stats: revert enable/disable segments pollsRay Kinsella3-29/+16
2021-08-31stats: enable/disable segments pollsRay Kinsella3-19/+32
2021-08-31stats: stat_validate_counter_vector3 non-staticRay Kinsella2-1/+4
2021-08-11fib: Compiile time option to use 8-8-8-8 stride tries for FIB ratherNeale Ranns1-0/+1
2021-07-29ip: add api test fileFilip Tehlar1-0/+1
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar1-5/+0
2021-07-12session: api cleanupFilip Tehlar1-0/+1
2021-07-02interface: api cleanupFilip Tehlar1-0/+1
2021-07-01ip: api cleanupFilip Tehlar1-0/+1
2021-06-21classify: api cleanupFilip Tehlar1-0/+1
2021-06-16stats: fix counters name overflowBenoît Ganne1-6/+6
2021-06-16api: remove custom dumpFilip Tehlar2-3113/+0
2021-05-21nat: add maximum configured sessions to stat segmentOle Troan1-1/+2
2021-05-06stats: move vector_rate counters into providerOle Troan3-66/+96
2021-05-06stats: memory heap countersOle Troan4-87/+229