aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding/device.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2023-10-26devices: remove unused codeDamjan Marion1-9/+0
2022-08-09ip-neighbor: ARP and ND stats per-interface.Neale Ranns1-2/+4
2022-01-25bonding: refactor bonding hash functions to vnet/hashSteven Luong1-294/+70
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-4/+4
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-7/+0
2021-03-04bonding: coverity woe in bond_dev_class fuctionSteven Luong1-5/+14
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns1-1/+4
2020-11-09vlib: fix trace number accountingBenoît Ganne1-18/+21
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 Luong1-75/+78
2020-05-16l2: L2/L3 mode swicth cleanup and l2-patch fixJohn Lo1-6/+2
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-3/+2
2019-12-02bonding: add/del secondary mac address callbackMatthew Smith1-0/+45
2019-10-06bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong1-3/+23
2019-07-25bonding: incorrect RX counters for bond interfaceSteven Luong1-5/+0
2019-07-19bonding: add support for numa-only in lacp modeZhiyong Yang1-0/+5
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-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-2/+2
2019-02-21Revert "bond: problem switching from l2 to l3"Peter Mikus1-11/+0
2019-01-13bonding: support custom interface IDsAlexander Chernavin1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-2/+2
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-17bond: tx optimizationsDamjan Marion1-305/+328
2018-10-05bond: tx perf improvement, part troisDamjan Marion1-65/+164
2018-09-28bond: tx performance enhancement part deuxSteven1-110/+76
2018-09-26bond: tx perf improvementsDamjan Marion1-216/+172
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-0/+48
2018-05-25bond: performance harvestingSteven1-109/+146
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven1-12/+0
2018-04-13bond: ping fails between l2 BD [VPP-1238]Steven1-0/+43
2018-04-12bond: 1 packet/frame == bad performance [VPP-1236]Steven1-6/+8
2018-03-27bond: coverity woesSteven1-26/+31
2018-03-22bond: performance enhancementSteven1-155/+195
2018-03-21bond: Add bonding driver and LACP protocolSteven1-0/+610