Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | bonding: fix non-null terminated vector |  Benoît Ganne | 1 | -2/+2 |
2019-10-24 | lacp: add actor steady state check prior to skip processing lacp pdu |  Steven Luong | 2 | -26/+26 |
2019-10-17 | bonding: fix interface deletion |  Benoît Ganne | 1 | -15/+7 |
2019-10-16 | bonding: graph node running after bond-input in feature arc may crash |  Steven Luong | 1 | -3/+35 |
2019-10-11 | bonding: feature arc may not be enabled for the slave interface |  Steven Luong | 1 | -2/+2 |
2019-10-06 | bonding: traffic traversing the wrong interface |  Steven Luong | 1 | -0/+1 |
2019-09-30 | bonding: fix non-null-terminated C-string |  Benoît Ganne | 1 | -2/+8 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 1 | -0/+1 |
2019-09-11 | bonding: API cleanup |  Jakub Grajciar | 2 | -31/+54 |
2019-09-06 | bonding: add weight support for active-backup mode |  Steven Luong | 4 | -82/+258 |
2019-09-04 | stats: add /if/<n>/<n>/state for lacp interface state |  Steven Luong | 2 | -2/+31 |
2019-08-17 | bonding lacp: deleting virtual interface which was enslaved may cause crash |  Steven Luong | 3 | -26/+39 |
2019-07-25 | bonding: incorrect RX counters for bond interface |  Steven Luong | 2 | -44/+36 |
2019-07-24 | bonding: print the name on the cli when created |  Mohsin Kazmi | 1 | -0/+6 |
2019-07-22 | bonding: fix create bond CLI |  Zhiyong Yang | 1 | -1/+1 |
2019-07-19 | bonding: add support for numa-only in lacp mode |  Zhiyong Yang | 5 | -3/+56 |
2019-06-26 | bonding: fix comment typo |  Zhiyong Yang | 1 | -1/+1 |
2019-05-31 | bonding: add support for numa awareness |  Zhiyong Yang | 2 | -12/+85 |
2019-05-20 | bonding: clean up redundant code |  Zhiyong Yang | 1 | -55/+44 |
2019-04-17 | Revert "Revert "bond: problem switching from l2 to l3"" |  Steven Luong | 1 | -0/+11 |
2019-04-10 | API: Fix shared memory only action handlers. |  Ole Troan | 1 | -68/+12 |
2019-04-03 | lacp: passive mode support [VPP-1551] |  Steven Luong | 1 | -1/+28 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -2/+2 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" |  Ole Trøan | 1 | -1/+2 |
2019-03-15 | API: Cleanup APIs interface.api |  Jakub Grajciar | 1 | -2/+1 |
2019-02-21 | Revert "bond: problem switching from l2 to l3" |  Peter Mikus | 1 | -11/+0 |
2019-02-14 | Add -fno-common compile option |  Benoît Ganne | 2 | -1/+3 |
2019-01-23 | bond: packet drops on VPP bond interface [VPP-1544] |  Steven | 2 | -20/+21 |
2019-01-13 | bonding: support custom interface IDs |  Alexander Chernavin | 5 | -3/+40 |
2018-11-18 | add vlib_prefetch_buffer_data(...) macro |  Damjan Marion | 1 | -8/+4 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 2 | -4/+4 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) |  Damjan Marion | 1 | -2/+2 |
2018-10-29 | bond: problem switching from l2 to l3 |  Steven | 1 | -0/+11 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 2 | -11/+11 |
2018-10-17 | bond: tx optimizations |  Damjan Marion | 3 | -307/+330 |
2018-10-06 | bond: active-backup mode is using the wrong load balance algo |  Steven | 1 | -2/+4 |
2018-10-05 | bond: tx perf improvement, part trois |  Damjan Marion | 2 | -67/+166 |
2018-09-28 | bond: tx performance enhancement part deux |  Steven | 3 | -124/+106 |
2018-09-26 | bond: tx perf improvements |  Damjan Marion | 3 | -219/+172 |
2018-09-25 | bond: crash when deleting bond interface [VPP-1427] |  Steven | 1 | -2/+5 |
2018-08-13 | Multiarch handling in different constructor macros |  Damjan Marion | 1 | -5/+0 |
2018-07-19 | Remove unused argument to vlib_feature_next |  Damjan Marion | 1 | -1/+1 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 2 | -4/+4 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode |  Steven | 4 | -3/+74 |
2018-05-30 | bonding: fix packet trace in bond-input |  Damjan Marion | 1 | -5/+1 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions |  Damjan Marion | 1 | -21/+5 |
2018-05-27 | bond-input performance optimization |  Damjan Marion | 1 | -291/+261 |
2018-05-25 | bond: performance harvesting |  Steven | 4 | -133/+183 |
2018-04-24 | lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-... |  Steven | 3 | -23/+2 |
2018-04-13 | bond: ping fails between l2 BD [VPP-1238] |  Steven | 2 | -15/+76 |