aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding
AgeCommit message (Expand)AuthorFilesLines
2020-05-13bonding: fix the GSO flagsMohsin Kazmi1-2/+8
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra1-2/+2
2020-04-06bonding: Add GSO supportSteven Luong2-2/+21
2020-02-18misc: fix coverity warningsDave Barach2-4/+4
2020-01-09bonding: process lacp when bond is admin downMatthew Smith1-1/+0
2020-01-07bonding: fix feature.yaml errorOle Troan1-1/+1
2020-01-07bonding: Add FEATURE.yamlSteven Luong1-0/+16
2019-12-17bonding: drop traffic on backup interface for active-backup modeSteven Luong1-1/+12
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-3/+2
2019-12-13bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-stateSteven Luong2-12/+26
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-02bonding: add/del secondary mac address callbackMatthew Smith2-0/+77
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 Luong2-26/+26
2019-10-17bonding: fix interface deletionBenoît Ganne1-15/+7
2019-10-16bonding: graph node running after bond-input in feature arc may crashSteven Luong1-3/+35
2019-10-11bonding: feature arc may not be enabled for the slave interfaceSteven Luong1-2/+2
2019-10-06bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-09-30bonding: fix non-null-terminated C-stringBenoît Ganne1-2/+8
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-11bonding: API cleanupJakub Grajciar2-31/+54
2019-09-06bonding: add weight support for active-backup modeSteven Luong4-82/+258
2019-09-04stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong2-2/+31
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong3-26/+39
2019-07-25bonding: incorrect RX counters for bond interfaceSteven Luong2-44/+36
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 Yang5-3/+56
2019-06-26bonding: fix comment typoZhiyong Yang1-1/+1
2019-05-31bonding: add support for numa awarenessZhiyong Yang2-12/+85
2019-05-20bonding: clean up redundant codeZhiyong Yang1-55/+44
2019-04-17Revert "Revert "bond: problem switching from l2 to l3""Steven Luong1-0/+11
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-68/+12
2019-04-03lacp: passive mode support [VPP-1551]Steven Luong1-1/+28
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-2/+2
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-1/+2
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-2/+1
2019-02-21Revert "bond: problem switching from l2 to l3"Peter Mikus1-11/+0
2019-02-14Add -fno-common compile optionBenoît Ganne2-1/+3
2019-01-23bond: packet drops on VPP bond interface [VPP-1544]Steven2-20/+21
2019-01-13bonding: support custom interface IDsAlexander Chernavin5-3/+40
2018-11-18add vlib_prefetch_buffer_data(...) macroDamjan Marion1-8/+4
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-4/+4
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-2/+2
2018-10-29bond: problem switching from l2 to l3Steven1-0/+11
2018-10-23c11 safe string handling supportDave Barach2-11/+11
2018-10-17bond: tx optimizationsDamjan Marion3-307/+330
2018-10-06bond: active-backup mode is using the wrong load balance algoSteven1-2/+4
2018-10-05bond: tx perf improvement, part troisDamjan Marion2-67/+166
2018-09-28bond: tx performance enhancement part deuxSteven3-124/+106