aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding/node.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-23bond: packet drops on VPP bond interface [VPP-1544]Steven1-17/+16
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-5/+0
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-1/+1
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-2/+2
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven1-3/+1
2018-05-30bonding: fix packet trace in bond-inputDamjan Marion1-5/+1
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion1-21/+5
2018-05-27bond-input performance optimizationDamjan Marion1-291/+261
2018-05-25bond: performance harvestingSteven1-13/+15
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven1-2/+1
2018-03-30bond: show trace causes a crash if the interface is deletedSteven1-6/+16
2018-03-21bond: Add bonding driver and LACP protocolSteven1-0/+509