aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding
AgeCommit message (Expand)AuthorFilesLines
2022-08-09ip-neighbor: ARP and ND stats per-interface.Neale Ranns1-2/+4
2022-03-09stats: refactorDamjan Marion1-21/+18
2022-01-25bonding: refactor bonding hash functions to vnet/hashSteven Luong3-294/+83
2022-01-07bonding: memory leak on parsing bad CLI commandSteven Luong1-4/+10
2022-01-07ethernet: new interface registration functionDamjan Marion1-11/+5
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-6/+5
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-4/+4
2021-06-22bonding: api cleanupFilip Tehlar1-58/+16
2021-05-13tests: move test source to vpp/testDave Wallace2-373/+0
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne2-14/+0
2021-03-19interface: add capabilities flagsMohsin Kazmi1-3/+4
2021-03-04bonding: coverity woe in bond_dev_class fuctionSteven Luong1-5/+14
2021-01-08tests: move bond tests to src/vnet/bonding/testDave Wallace2-0/+373
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-8/+8
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns1-1/+4
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne1-2/+2
2020-11-09vlib: fix trace number accountingBenoît Ganne1-18/+21
2020-09-02bonding: add bond_create2 API to include gso optionSteven Luong2-4/+75
2020-08-24bonding: enhance binary api handlingSteven Luong1-0/+9
2020-07-28bonding: toggle bond admin state may cause hw link state to downSteven Luong1-1/+1
2020-07-28bonding lacp: replace slave string with memberSteven Luong6-417/+684
2020-05-29bonding: Revert adjust link stateMatthew Smith1-20/+3
2020-05-27bonding: adjust link state based on active slavesMatthew Smith1-3/+20
2020-05-16l2: L2/L3 mode swicth cleanup and l2-patch fixJohn Lo2-12/+7
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