aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lacp
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion8-30/+0
2022-09-26api: replace print functions wth formatDamjan Marion1-8/+5
2022-05-19api: refactor api data storageDamjan Marion1-1/+2
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-3/+3
2022-03-09stats: refactorDamjan Marion2-20/+20
2021-10-13docs: convert plugins doc md->rstNathan Skrzypczak2-104/+109
2021-10-04docs: plugin comment nitfixesNathan Skrzypczak1-1/+1
2021-09-27misc: api move continuedFlorin Coras1-1/+1
2021-05-15lacp: coverity fix on null pointer dereferenceSteven Luong1-2/+2
2021-05-13lacp: Prohibiting bonding with remote having different key than 1st memberSteven Luong4-23/+42
2021-05-13tests: move test source to vpp/testDave Wallace1-364/+0
2021-04-01lacp: correctly set is_mp_safe for VL_API_SW_INTERFACE_LACP_DUMPSteven Luong1-2/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion3-10/+9
2020-07-28bonding lacp: replace slave string with memberSteven Luong16-630/+631
2020-07-24lacp: fix vector overflowBenoît Ganne1-2/+2
2020-06-27lacp: add unit testSteven Luong1-0/+364
2020-05-12lacp: missing endian conversions for trace packet formatSteven Luong1-2/+2
2020-05-07lacp: fix regarding vm arg for vlib_time_now callsElias Rudberg6-43/+26
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-2/+2
2020-01-06lacp: Add FEATURE.yamlSteven Luong1-0/+8
2019-12-13bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-stateSteven Luong2-0/+38
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-07lacp: use explit api typesOle Troan3-6/+10
2019-12-07lacp: fix control_ping from pluginsOle Troan1-0/+2
2019-10-24lacp: add actor steady state check prior to skip processing lacp pduSteven Luong2-3/+5
2019-09-27lacp: remove api boilerplateOle Troan5-229/+8
2019-08-29lacp: continuing input packet trace from device driverSteven Luong1-5/+2
2019-08-28lacp: mark is_mp_safe for show and dump binary APISteven Luong2-0/+5
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong2-20/+27
2019-07-22bonding: fix create bond CLIZhiyong Yang1-1/+1
2019-07-09vat: unload unused vat pluginsDave Barach1-2/+4
2019-06-27lacp: custom dump for sw_interface_lacp_dumpSteven Luong1-3/+30
2019-06-22lacp: convert clib_warning to event loggerSteven Luong4-20/+78
2019-06-12lacp: cleanup unnecessary pointer castZhiyong Yang5-46/+38
2019-06-11lacp: remove duplicated codeZhiyong Yang1-1/+0
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoît Ganne1-1/+1
2019-06-07lacp: create lacp-process on demandSteven Luong4-26/+86
2019-05-16init / exit function orderingDave Barach1-6/+6
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-03lacp: passive mode support [VPP-1551]Steven Luong7-56/+124
2019-03-07Remove local REPLY_MACRO so that socket transport works.Ole Troan1-36/+2
2018-11-27cmake: Add protocol.h to lacp plugin .h includesAlexander Chernavin1-0/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-10-23c11 safe string handling supportDave Barach3-4/+4
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+10
2018-08-25cmake: handle api_test_plugins in add_vpp_plugin macroDamjan Marion1-3/+1
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-3/+6
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+32
2018-08-17lacp: issue with slave interface admin up after it is added to the bond groupSteven1-2/+2
2018-05-25bond: performance harvestingSteven1-7/+7