aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/api/api.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2023-09-06api: fix mp-safe mark for some messages and add moreVladislav Grishenko1-0/+7
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan1-67/+9
2021-09-27misc: api move continuedFlorin Coras1-17/+0
2021-09-27misc: move part of vpe apis to vlibmemoryFlorin Coras1-357/+10
2021-07-01ip: api cleanupFilip Tehlar1-0/+1
2021-06-21classify: api cleanupFilip Tehlar1-0/+1
2021-02-22api: fix memory leak in vl_api_cli_inband_t_handlerAndrew Yourtchenko1-0/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-1/+1
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-1/+0
2020-09-04vpp: Fix node APIsNathan Skrzypczak1-4/+4
2020-05-04misc: binary api fuzz test fixesDave Barach1-1/+1
2020-02-26api: improve api string safetyJakub Grajciar1-6/+7
2020-02-05vppinfra: numa vector placement supportDave Barach1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-72/+0
2019-12-11api: Use vl_msg_push/pop_heapNathan Skrzypczak1-17/+6
2019-12-10api: multiple connections per processDave Barach1-4/+4
2019-10-03api: fix non-null-terminated C-stringBenoît Ganne1-5/+10
2019-09-03api: enforce vla is last and fixed string typeOle Troan1-16/+12
2019-07-31api papi: add alias for timestamp(datetime)/timedeltaPaul Vinciguerra1-15/+9
2019-07-08map gbp papi: match endianess of f64Paul Vinciguerra1-1/+34
2019-07-08api: Implement log_dump/log_detailsPaul Vinciguerra1-7/+90
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns1-1/+0
2019-06-18fib: fib api updatesNeale Ranns1-1/+1
2019-06-18api: string type to convert to vectorOle Troan1-0/+1
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoît Ganne1-2/+1
2019-05-10cli: Add return value in cli_inbandOle Troan1-1/+1
2019-05-03mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong1-0/+2
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-2/+3
2018-12-17stats: Deprecate old stats frameworkOle Troan1-3/+0
2018-12-17String type: Not include \0 in show_versionOle Troan1-5/+4
2018-12-14String type: Fix off by one errorOle Troan1-1/+2
2018-12-13API: Use string type instead of u8.Ole Troan1-12/+27
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-01thread: Add show threads apiMohsin Kazmi1-1/+65
2018-09-28stats: Split stat_segment and stats code in preparation for deprecation.Ole Troan1-1/+1
2018-09-27Trivial: Cleanup some typos.Paul Vinciguerra1-1/+1
2018-06-14Use __attribute__((weak)) references where necessaryDave Barach1-4/+1
2018-06-13Stat segment / client: show run" works nowDave Barach1-4/+6
2018-01-11api: remove transport specific code from handlersFlorin Coras1-5/+5
2018-01-09api: refactor vlibmemoryFlorin Coras1-6/+9
2017-11-10Break up vpe.apiNeale Ranns1-1754/+1
2017-11-09BIERNeale Ranns1-0/+1
2017-10-20null-terminate some formatted stringGabriel Ganne1-0/+4
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+5
2017-10-03Repair vlib API socket serverDave Barach1-11/+0
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari1-76/+145
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari1-37/+137
2017-09-11FIB table add/delete APINeale Ranns1-2/+3
2017-09-07Allow individual stats API and introduce stats.apiKeith Burns (alagalah)1-59/+0