aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/api
AgeCommit message (Expand)AuthorFilesLines
2024-04-05api: fix [un]formatting in vpp/api/types.cKlement Sekera1-26/+23
2024-03-12misc: remove GNU Indent directivesDamjan Marion3-12/+0
2024-02-18vpp: Add platform specific headers for socket and inetTom Jones1-0/+5
2023-09-06api: fix mp-safe mark for some messages and add moreVladislav Grishenko1-0/+7
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion2-2/+2
2022-03-23vlib: leave SIGCONT signal with its default handlerVladislav Grishenko1-0/+1
2022-03-09vat: fix vat_suspend crashDamjan Marion1-2/+2
2021-10-18interface: add api test fileFilip Tehlar1-2/+29
2021-10-11vat: move memset after initFilip Tehlar1-1/+1
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan7-1923/+110
2021-09-27misc: api move continuedFlorin Coras2-41/+0
2021-09-27misc: move part of vpe apis to vlibmemoryFlorin Coras2-593/+17
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-16api: remove custom dumpFilip Tehlar1-3112/+0
2021-05-05api: fix crash in custom dumpPaul Vinciguerra1-1/+1
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion2-5/+0
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-1/+1
2021-03-11misc: remove cop API support (part 1)Dave Barach1-35/+0
2021-02-22api: fix memory leak in vl_api_cli_inband_t_handlerAndrew Yourtchenko1-0/+1
2021-02-12policer: remove SSE2 prefixBrian Russell1-13/+13
2021-02-11policer: use ip dscpBrian Russell1-6/+4
2021-01-08vhost: Add event index for interrupt notification to driverSteven Luong1-0/+53
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns1-43/+0
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-3/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-1/+1
2020-12-14api: add missing version infoPaul Vinciguerra1-0/+1
2020-12-08fib: Source Address SelectionNeale Ranns1-22/+0
2020-11-26gre: Move to new API generated types/messagesNeale Ranns1-42/+0
2020-10-10misc: clib_unix_warning usage errorjiangxiaoming1-1/+1
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion5-5/+0
2020-09-28virtio: add packet buffering on txMohsin Kazmi1-0/+2
2020-09-22lisp: Move to pluginNeale Ranns1-405/+7
2020-09-21misc: Move l2tp to pluginNeale Ranns1-100/+0
2020-09-21lldp: Move to pluginNeale Ranns1-43/+0
2020-09-18vat: add infrastructure to align vnet test code and plugin test codeOle Troan2-70/+22
2020-09-04vpp: Fix node APIsNathan Skrzypczak1-4/+4
2020-09-03api: fix ipsec custom_dump functionChristian Hopps1-8/+5
2020-09-02bonding: add bond_create2 API to include gso optionSteven Luong1-0/+26
2020-09-02virtio: add virtio 1.1 api flagsMohsin Kazmi1-0/+29
2020-09-02tap: add virtio 1.1 API flagMohsin Kazmi1-0/+4
2020-08-25flow: add vnet/flow formal APIChenmin Sun1-1/+2
2020-08-20tap: fix flags in custom-dumpMohsin Kazmi1-6/+6
2020-08-14gso: packet coalesce libraryMohsin Kazmi1-0/+16
2020-07-28bonding lacp: replace slave string with memberSteven Luong1-16/+18
2020-06-16virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dumpSteven Luong1-1/+2
2020-05-29lisp: fix custom dumpFlorin Coras1-15/+27