aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding/cli.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11l2: L2/L3 mode swicth cleanup and l2-patch fixJohn Lo1-6/+5
2020-05-13bonding: fix the GSO flagsMohsin Kazmi1-2/+8
2020-04-06bonding: Add GSO supportSteven Luong1-2/+19
2020-02-18misc: fix coverity warningsDave Barach1-2/+2
2019-12-13bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-stateSteven Luong1-11/+19
2019-12-02bonding: add/del secondary mac address callbackMatthew Smith1-0/+32
2019-11-12bonding: fix non-null terminated vectorBenoît Ganne1-2/+2
2019-10-24lacp: add actor steady state check prior to skip processing lacp pduSteven Luong1-23/+26
2019-10-17bonding: fix interface deletionBenoît Ganne1-15/+7
2019-10-11bonding: feature arc may not be enabled for the slave interfaceSteven Luong1-2/+2
2019-09-30bonding: fix non-null-terminated C-stringBenoît Ganne1-2/+8
2019-09-06bonding: add weight support for active-backup modeSteven Luong1-76/+198
2019-09-04stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong1-2/+29
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong1-3/+3
2019-07-24bonding: print the name on the cli when createdMohsin Kazmi1-0/+6
2019-07-22bonding: fix create bond CLIZhiyong Yang1-1/+1
2019-07-19bonding: add support for numa-only in lacp modeZhiyong Yang1-2/+34
2019-05-31bonding: add support for numa awarenessZhiyong Yang1-12/+80
2019-01-23bond: packet drops on VPP bond interface [VPP-1544]Steven1-3/+5
2019-01-13bonding: support custom interface IDsAlexander Chernavin1-2/+22
2018-10-23c11 safe string handling supportDave Barach1-5/+5
2018-10-17bond: tx optimizationsDamjan Marion1-1/+1
2018-10-06bond: active-backup mode is using the wrong load balance algoSteven1-2/+4
2018-09-28bond: tx performance enhancement part deuxSteven1-10/+19
2018-09-26bond: tx perf improvementsDamjan Marion1-1/+0
2018-09-25bond: crash when deleting bond interface [VPP-1427]Steven1-2/+5
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven1-0/+19
2018-05-25bond: performance harvestingSteven1-4/+11
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven1-9/+1
2018-04-13bond: ping fails between l2 BD [VPP-1238]Steven1-15/+33
2018-03-30bond: show trace causes a crash if the interface is deletedSteven1-3/+14
2018-03-28bond: cli renameSteven1-11/+10
2018-03-22bond: performance enhancementSteven1-0/+16
2018-03-21bond: Add bonding driver and LACP protocolSteven1-0/+706