Age | Commit message (Expand) | Author | Files | Lines |
2022-09-26 | api: replace print functions wth format | Damjan Marion | 1 | -8/+5 |
2022-05-19 | api: refactor api data storage | Damjan Marion | 1 | -1/+2 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -3/+3 |
2022-03-09 | stats: refactor | Damjan Marion | 2 | -20/+20 |
2021-10-13 | docs: convert plugins doc md->rst | Nathan Skrzypczak | 2 | -104/+109 |
2021-10-04 | docs: plugin comment nitfixes | Nathan Skrzypczak | 1 | -1/+1 |
2021-09-27 | misc: api move continued | Florin Coras | 1 | -1/+1 |
2021-05-15 | lacp: coverity fix on null pointer dereference | Steven Luong | 1 | -2/+2 |
2021-05-13 | lacp: Prohibiting bonding with remote having different key than 1st member | Steven Luong | 4 | -23/+42 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 1 | -364/+0 |
2021-04-01 | lacp: correctly set is_mp_safe for VL_API_SW_INTERFACE_LACP_DUMP | Steven Luong | 1 | -2/+1 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 3 | -10/+9 |
2020-07-28 | bonding lacp: replace slave string with member | Steven Luong | 16 | -630/+631 |
2020-07-24 | lacp: fix vector overflow | Benoît Ganne | 1 | -2/+2 |
2020-06-27 | lacp: add unit test | Steven Luong | 1 | -0/+364 |
2020-05-12 | lacp: missing endian conversions for trace packet format | Steven Luong | 1 | -2/+2 |
2020-05-07 | lacp: fix regarding vm arg for vlib_time_now calls | Elias Rudberg | 6 | -43/+26 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -2/+2 |
2020-01-06 | lacp: Add FEATURE.yaml | Steven Luong | 1 | -0/+8 |
2019-12-13 | bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-state | Steven Luong | 2 | -0/+38 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-12-07 | lacp: use explit api types | Ole Troan | 3 | -6/+10 |
2019-12-07 | lacp: fix control_ping from plugins | Ole Troan | 1 | -0/+2 |
2019-10-24 | lacp: add actor steady state check prior to skip processing lacp pdu | Steven Luong | 2 | -3/+5 |
2019-09-27 | lacp: remove api boilerplate | Ole Troan | 5 | -229/+8 |
2019-08-29 | lacp: continuing input packet trace from device driver | Steven Luong | 1 | -5/+2 |
2019-08-28 | lacp: mark is_mp_safe for show and dump binary API | Steven Luong | 2 | -0/+5 |
2019-08-17 | bonding lacp: deleting virtual interface which was enslaved may cause crash | Steven Luong | 2 | -20/+27 |
2019-07-22 | bonding: fix create bond CLI | Zhiyong Yang | 1 | -1/+1 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -2/+4 |
2019-06-27 | lacp: custom dump for sw_interface_lacp_dump | Steven Luong | 1 | -3/+30 |
2019-06-22 | lacp: convert clib_warning to event logger | Steven Luong | 4 | -20/+78 |
2019-06-12 | lacp: cleanup unnecessary pointer cast | Zhiyong Yang | 5 | -46/+38 |
2019-06-11 | lacp: remove duplicated code | Zhiyong Yang | 1 | -1/+0 |
2019-06-07 | build: add -Wall and -fno-common, fix reported issues | Benoît Ganne | 1 | -1/+1 |
2019-06-07 | lacp: create lacp-process on demand | Steven Luong | 4 | -26/+86 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -6/+6 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-04-03 | lacp: passive mode support [VPP-1551] | Steven Luong | 7 | -56/+124 |
2019-03-07 | Remove local REPLY_MACRO so that socket transport works. | Ole Troan | 1 | -36/+2 |
2018-11-27 | cmake: Add protocol.h to lacp plugin .h includes | Alexander Chernavin | 1 | -0/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -1/+1 |
2018-10-23 | c11 safe string handling support | Dave Barach | 3 | -4/+4 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+10 |
2018-08-25 | cmake: handle api_test_plugins in add_vpp_plugin macro | Damjan Marion | 1 | -3/+1 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -3/+6 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+32 |
2018-08-17 | lacp: issue with slave interface admin up after it is added to the bond group | Steven | 1 | -2/+2 |
2018-05-25 | bond: performance harvesting | Steven | 1 | -7/+7 |
2018-04-24 | lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-... | Steven | 2 | -15/+8 |