aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/linux-cp
AgeCommit message (Expand)AuthorFilesLines
2022-11-10linux-cp: fix lcp_itf_pair_create()'s memory leakluoyaozu1-0/+3
2022-10-15linux-cp: fix infinite loop in CLI lcp defaultluoyaozu1-3/+12
2022-09-19linux-cp: fix some CLI error messagesMatthew Smith1-79/+71
2022-08-26linux-cp: fix coverity 216937Andrew Yourtchenko1-1/+1
2022-08-23linux-cp: handle AF_BRIDGE neighborsMatthew Smith1-2/+8
2022-08-19ipsec: enable UDP encap for IPv6 ESP tun protectMatthew Smith1-0/+2
2022-08-11linux-cp: FIB lookup for P2MP tunnel interfacesMatthew Smith1-4/+22
2022-07-21linux-cp: fix endianess for autoendian methodsStanislav Zaikin1-9/+9
2022-07-19linux-cp: change namespace to netnsStanislav Zaikin2-33/+28
2022-07-19linux-cp: API downgrade due to namespace keywordMatthew Smith1-0/+5
2022-05-23linux-cp: fix display of link_speedAnton Nikolaev1-1/+2
2022-04-26linux-cp: sync addr and neigh only for lcp interfacesStanislav Zaikin1-3/+30
2022-04-08linux-cp: fix setting mtu on hardware interfacesMatthew Smith1-1/+1
2022-03-29linux-cp: fix tap interface attrs in case the sw pool realloc'dVladislav Grishenko1-18/+16
2022-03-29linux-cp: handle ipv4 routes when link goes down on subifAlexander Chernavin1-17/+43
2022-03-29linux-cp: add support for table flush if multiple interfacesAlexander Chernavin1-15/+39
2022-03-28linux-cp: Fix API responsePim van Pelt1-5/+7
2022-03-27linux-cp: fix name formattingDmitry Valter1-1/+1
2022-03-25linux-cp: handle ipv4 routes when link goes downAlexander Chernavin5-0/+163
2022-03-07linux-cp: handle ipv4 routes when interface is disabledAlexander Chernavin1-2/+88
2022-03-04linux-cp: fix issue of possibly closing negative fdAlexander Chernavin1-5/+14
2022-03-04linux-cp: stop signaling read event on every notifAlexander Chernavin1-7/+9
2022-03-04linux-cp: stop ignoring ENOBUFS while reading notifAlexander Chernavin1-9/+2
2022-03-04linux-cp: ignore neighbors if ip addr is multicastAlexander Chernavin1-0/+17
2022-03-03linux-cp: detect and delete stale entries after syncAlexander Chernavin1-0/+95
2022-03-03linux-cp: resync with kernel after nl socket errorAlexander Chernavin2-27/+503
2022-03-03linux-cp: make check of message ts null-tolerantAlexander Chernavin1-0/+3
2022-03-03linux-cp: reflect hw link state on tap on pair creationAlexander Chernavin1-0/+14
2022-03-02linux-cp: lcp fib fixesVladimir Ratnikov1-5/+6
2022-02-22linux-cp: Only enable/disable the punt feature on the 0<->1 transitionNeale Ranns1-9/+14
2022-01-30linux-cp: check if libmnl headers are presentFlorin Coras1-0/+6
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