aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/linux-cp/lcp_interface.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01linux-cp: add support for tap num queues configVladislav Grishenko1-2/+9
2023-10-13linux-cp: check if lcp_itf_pair exists before creating tapStanislav Zaikin1-0/+9
2023-04-11linux-cp: don't create tap for non-eth ifacesStanislav Zaikin1-0/+8
2022-11-10linux-cp: fix lcp_itf_pair_create()'s memory leakluoyaozu1-0/+3
2022-08-26linux-cp: fix coverity 216937Andrew Yourtchenko1-1/+1
2022-08-19ipsec: enable UDP encap for IPv6 ESP tun protectMatthew Smith1-0/+2
2022-05-23linux-cp: fix display of link_speedAnton Nikolaev1-1/+2
2022-03-29linux-cp: fix tap interface attrs in case the sw pool realloc'dVladislav Grishenko1-18/+16
2022-03-27linux-cp: fix name formattingDmitry Valter1-1/+1
2022-03-25linux-cp: handle ipv4 routes when link goes downAlexander Chernavin1-0/+8
2022-03-03linux-cp: reflect hw link state on tap on pair creationAlexander Chernavin1-0/+14
2022-02-22linux-cp: Only enable/disable the punt feature on the 0<->1 transitionNeale Ranns1-9/+14
2022-01-28linux-cp: Linux Control Plane Netlink ListenerNeale Ranns1-2/+2
2022-01-11linux-cp: Add VPP->Linux synchronizationPim van Pelt1-156/+106
2022-01-06tap: add num_tx_queues APINathan Skrzypczak1-0/+1
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 Pelt1-44/+243
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: add callbacks for pair managementMatthew Smith1-15/+31
2021-05-25linux-cp: A V2 variant of pair create API that returns the hostNeale Ranns1-2/+6
2021-02-25linux-cp: fix vector-used-a-C-string overflowBenoît Ganne1-1/+1
2021-02-04linux-cp: Linux Interface Mirroring for Control Plane IntegrationNeale Ranns1-0/+1016