aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/linux-cp
AgeCommit message (Expand)AuthorFilesLines
2021-09-09linux-cp: fix non-NULL terminated stringBenoît Ganne1-1/+1
2021-09-09linux-cp: Complete interface creation logicPim van Pelt6-86/+268
2021-09-08linux-cp: fix crash on failed vlib_buffer_copyPim van Pelt1-12/+24
2021-07-22vppinfra: add abstract socket & netns fnsNathan Skrzypczak1-23/+10
2021-07-15linux-cp: clear all db entries when deleting a pairSergio Gonzalez Monroy1-1/+2
2021-06-24linux-cp: stop managing adjacencies for tunnelsAlexander Chernavin1-0/+12
2021-06-24linux-cp: add callbacks for pair managementMatthew Smith2-15/+41
2021-06-03linux-cp: use default adjacencyMatthew Smith1-21/+16
2021-05-25linux-cp: A V2 variant of pair create API that returns the hostNeale Ranns5-22/+88
2021-05-21linux-cp: Add delegate to adjacenciesMatthew Smith1-10/+74
2021-05-13tests: move test source to vpp/testDave Wallace1-174/+0
2021-04-30build: declare some CMake variables as advancedDamjan Marion1-1/+1
2021-03-15tests: use socket transport instead of shared memoryOle Troan1-2/+2
2021-02-25linux-cp: fix vector-used-a-C-string overflowBenoît Ganne2-4/+3
2021-02-17linux-cp: fix coverity defectMatthew Smith1-0/+6
2021-02-04linux-cp: Linux Interface Mirroring for Control Plane IntegrationNeale Ranns15-0/+3555