Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-12 | bond: 1 packet/frame == bad performance [VPP-1236] | Steven | 1 | -6/+8 |
2018-03-30 | bond: show trace causes a crash if the interface is deleted | Steven | 2 | -9/+30 |
2018-03-28 | bond: cli rename | Steven | 1 | -11/+10 |
2018-03-27 | bond: coverity woes | Steven | 2 | -27/+32 |
2018-03-22 | bond: performance enhancement | Steven | 3 | -155/+220 |
2018-03-21 | bond: Add bonding driver and LACP protocol | Steven | 6 | -0/+2767 |