aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/linux-cp
AgeCommit message (Expand)AuthorFilesLines
2022-01-28linux-cp: Fix coverity issuePim van Pelt1-1/+1
2022-01-28linux-cp: Linux Control Plane Netlink ListenerNeale Ranns8-16/+1768
2022-01-18linux-cp: fix possible null derefPim van Pelt1-0/+2
2022-01-11linux-cp: Add VPP->Linux synchronizationPim van Pelt7-166/+697
2022-01-06tap: add num_tx_queues APINathan Skrzypczak1-0/+1
2021-11-26api: add helper macros for native endianMohsin Kazmi1-10/+2
2021-11-03linux-cp: Cleanup any existing pairs when an interface is deletedNeale Ranns1-0/+17
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