aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/app
AgeCommit message (Expand)AuthorFilesLines
2024-03-13misc: fix the static vppctl buildAndrew Yourtchenko1-1/+3
2024-03-12misc: remove GNU Indent directivesDamjan Marion3-5/+0
2024-03-12vpp: set asan default optionsDmitry Valter2-0/+20
2024-03-05vpp: fix stdin vs non-interactive command clashVladislav Grishenko1-10/+13
2024-02-18vpp: Add required socket headers on FreeBSDTom Jones1-0/+5
2024-01-16stats: Add optional labels to prometheus metricsPim van Pelt1-59/+255
2023-10-03stats: added optional CLI arg "port" to specify non-default portFahad Khan1-6/+8
2023-04-17stats: check if stats vector entry is emptyOle Troan1-0/+2
2022-06-15stats: fix prometheus exporter crash on large number of FIB entriesAlexander Chernavin1-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-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
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-09-28stats: add name vectors to prometheus exporter outputAlexander Chernavin1-0/+9
2020-02-05stats: fix state counter removalVladimir Isaev2-0/+9
2019-12-17vpp: fix .short_help for "ip virtual"Paul Vinciguerra1-1/+1
2019-11-02vlib: enhance the "show cli" debug CLI commandDave Barach1-0/+1
2019-05-22stats: support multiple works for error countersOle Troan2-5/+13
2019-02-28stats: Add interface name to sw_if_index as /if/namesOle Troan1-0/+9
2018-10-23c11 safe string handling supportDave Barach2-2/+2
2018-10-17stats: vpp_get_stats missing last interface in dumpOle Troan1-2/+2
2018-10-08Stats: prometheus export coverity errors.Ole Troan1-0/+6
2018-10-02Stats: vpp_prometheus_export fixes.Ole Troan2-1/+12
2018-09-28stats: Split stat_segment and stats code in preparation for deprecation.Ole Troan1-1/+0
2018-09-27Trivial: Cleanup some typos.Paul Vinciguerra1-1/+1
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan2-50/+68
2018-09-05STATS: Update Prometheus portOle Troan1-1/+1
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan1-1/+1
2018-08-30Crude stat segment lock recoveryDave Barach2-2/+6
2018-08-29STATS: stat_client updates.Ole Troan4-444/+562
2018-07-13Improve the "show version" commandDave Barach1-5/+82
2018-07-13STATS fix memory leak in stat_client.cDave Cornejo1-0/+3
2018-06-15STATS: Separate socket for fd exchange.Ole Troan2-106/+25
2018-06-15STATS: Add more hierarchy to counters.Ole Troan1-8/+6
2018-06-13Stat segment / client: show run" works nowDave Barach2-2/+113
2018-06-08export counters in a memfd segmentDave Barach2-0/+413
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-1/+1
2017-12-06Remove unused, uninteresting codeDave Barach1-581/+0
2017-11-29Make whole version string available in core filesFlorin Coras1-1/+3
2017-10-27Fix for vppctl and interactive commands (VPP-1038)Chris Luke1-3/+7
2017-09-21vppctl,cli: Improve non-interactive vppctl (VPP-944)Chris Luke1-38/+96
2017-09-14clib_socket: add sendmsg / recvmsg with ancillary data supportDamjan Marion1-1/+1
2017-08-31Free memory the 'rpaths' pointers, that may incur memory leaks(VPP-965).ShenJibiao1-0/+1
2017-08-08L2 over MPLSNeale Ranns1-1/+1
2017-06-24Rewrite vppctl in CDamjan Marion1-0/+322
2017-03-01dpdk: be a pluginDamjan Marion2-829/+0