aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bonding/device.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11l2: 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