aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/memif/memif_api.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-24api: binary api cleanupDave Barach1-2/+5
2019-03-07Remove local REPLY_MACRO so that socket transport works.Ole Troan1-36/+2
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-1/+1
2018-02-16memif: VPP-1172: Ensure memif_create reply contains sw_if_indexJon Loeliger1-1/+6
2018-01-29memif: Add new API calls to manage memif socket names.Jon Loeliger1-26/+118
2018-01-11api: remove transport specific code from handlersFlorin Coras1-6/+6
2018-01-09api: refactor vlibmemoryFlorin Coras1-4/+4
2017-10-03Repair vlib API socket serverDave Barach1-1/+1
2017-09-11memif: mode ip is not settable from binary APISteven1-0/+3
2017-09-08memif: fix coverity warnings as of 9/7Steven1-2/+5
2017-06-30memif: API message handler registration bug-fixJakub Grajciar1-11/+0
2017-06-25memif: If rx/tx_queues are unset, use default valuesMilan Lenco1-2/+12
2017-06-12memif: complete refactor of socket handling codeDamjan Marion1-22/+30
2017-05-31memif: multi-queues supportSteven1-0/+5
2017-03-22Add memif - packet memory interface for intra-host communicationDamjan Marion1-0/+332