Age | Commit message (Expand) | Author | Files | Lines |
2021-09-28 | api: API trace improvements |  Filip Tehlar | 3 | -108/+209 |
2021-09-27 | misc: move part of vpe apis to vlibmemory |  Florin Coras | 1 | -7/+3 |
2021-09-17 | build: use GNUInstallDirs install destinations |  Nick Brown | 1 | -1/+1 |
2021-07-29 | ip: add api test file |  Filip Tehlar | 1 | -0/+13 |
2021-05-10 | api: fix crash in vl_msg_api_free |  wanghanlin | 1 | -1/+15 |
2021-03-19 | api: Avoid the usage of the freed registration by the API calls |  Andrew Yourtchenko | 1 | -0/+1 |
2021-02-07 | vppinfra: do not crash if format string is null |  Andrew Yourtchenko | 1 | -4/+4 |
2021-02-04 | linux-cp: Linux Interface Mirroring for Control Plane Integration |  Neale Ranns | 1 | -27/+39 |
2020-10-24 | vrrp: asynchronous events on VR state change |  Matthew Smith | 1 | -1/+2 |
2020-10-06 | feature: Add packet trace API |  Jon Loeliger | 1 | -0/+29 |
2020-08-25 | api: register endian handlers for reply messages |  Ole Troan | 1 | -1/+20 |
2020-07-16 | misc: add callback hooks and refactor pmc |  Tom Seidenberg | 2 | -1/+21 |
2020-06-17 | docs: add more FEATURE.yaml documentation |  Dave Barach | 1 | -0/+14 |
2020-06-15 | api: check id is valid for bounce checking |  Benoît Ganne | 1 | -1/+1 |
2020-05-27 | api: make vpp api handlers endian independent |  Ole Troan | 3 | -1/+43 |
2020-05-25 | api: add new stream message convention |  Ole Troan | 1 | -0/+37 |
2020-05-06 | docs: clean up make docs job |  Paul Vinciguerra | 1 | -1/+2 |
2020-05-04 | misc: binary api fuzz test fixes |  Dave Barach | 3 | -2/+28 |
2020-04-14 | vat: fix socket connection |  Dave Barach | 1 | -15/+15 |
2020-02-26 | api: add macro that zeros out api reply buffer |  Paul Vinciguerra | 1 | -0/+32 |
2020-02-26 | api: improve api string safety |  Jakub Grajciar | 2 | -13/+34 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -13/+4 |
2019-12-11 | api: Use vl_msg_push/pop_heap |  Nathan Skrzypczak | 2 | -4/+18 |
2019-12-10 | api: pass api and client main to rx thread |  Florin Coras | 1 | -0/+6 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 3 | -24/+41 |
2019-12-06 | api: avoid swapping vlib_rp before barrier sync |  Florin Coras | 2 | -4/+19 |
2019-11-27 | misc: add address sanitizer heap instrumentation |  Benoît Ganne | 1 | -0/+20 |
2019-10-08 | api: add bapi thread handle to api main structure. |  IJsbrand Wijnands | 1 | -0/+3 |
2019-09-25 | api: split api generated files |  Ole Troan | 1 | -0/+15 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 2 | -3/+12 |
2019-08-20 | api: Cleanup APIs interface.api |  Jakub Grajciar | 1 | -0/+2 |
2019-08-08 | api: vppapitrace JSON/API trace converter |  Ole Troan | 2 | -4/+36 |
2019-07-19 | api: fix coverity warning |  Dave Barach | 1 | -3/+8 |
2019-07-16 | api: enable binary API event logging in vat |  Dave Barach | 2 | -28/+86 |
2019-07-09 | vat: unload unused vat plugins |  Dave Barach | 1 | -0/+21 |
2019-07-02 | api: fix coverity warnings |  Dave Barach | 1 | -7/+7 |
2019-06-26 | api: Remove the inlines file and replace with library functions |  Neale Ranns | 3 | -59/+55 |
2019-06-18 | api: string type to convert to vector |  Ole Troan | 2 | -27/+59 |
2019-06-14 | api: add mp-safe/barrier-sync indication to elogs |  Dave Barach | 1 | -6/+17 |
2019-06-12 | infra: fix minor memory leak in "api trace..." |  Dave Barach | 1 | -1/+3 |
2019-03-25 | add api trace print |  ezkexma | 1 | -1/+16 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" |  Ole Trøan | 1 | -3/+1 |
2019-03-15 | API: Cleanup APIs interface.api |  Jakub Grajciar | 1 | -1/+3 |
2019-01-24 | perfmon plugin: 2-way parallel stat collection |  Dave Barach | 1 | -9/+2 |
2019-01-14 | api_helper_macro mp->pid is network endian |  Ole Troan | 1 | -1/+1 |
2018-12-18 | VAPI/VOM: Removing legacy stats tests, add string type. |  Ole Troan | 1 | -4/+6 |
2018-12-17 | String type: Not include \0 in show_version |  Ole Troan | 1 | -0/+6 |
2018-12-14 | String type: Fix off by one error |  Ole Troan | 1 | -3/+2 |
2018-12-13 | API: Use string type instead of u8. |  Ole Troan | 3 | -0/+56 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -1/+1 |