Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-23 | lacp: partner may time us out if fast-rate is configured [VPP-1247] |  Steven | 5 | -8/+14 |
2018-04-04 | Doc updates prior to branch |  Chris Luke | 1 | -9/+21 |
2018-03-30 | lacp: faster convergence for slow-rate config option |  Steven | 6 | -18/+29 |
2018-03-21 | bond: Add bonding driver and LACP protocol |  Steven | 22 | -0/+3943 |