Age | Commit message (Expand) | Author | Files | Lines |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -4/+0 |
2023-10-26 | devices: remove unused code |  Damjan Marion | 1 | -9/+0 |
2022-08-09 | ip-neighbor: ARP and ND stats per-interface. |  Neale Ranns | 1 | -2/+4 |
2022-01-25 | bonding: refactor bonding hash functions to vnet/hash |  Steven Luong | 1 | -294/+70 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -4/+4 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 1 | -7/+0 |
2021-03-04 | bonding: coverity woe in bond_dev_class fuction |  Steven Luong | 1 | -5/+14 |
2020-11-20 | ip-neighbor: Use ip_address_t rather than ip46_address_t |  Neale Ranns | 1 | -1/+4 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 1 | -18/+21 |
2020-07-28 | bonding: toggle bond admin state may cause hw link state to down |  Steven Luong | 1 | -1/+1 |
2020-07-28 | bonding lacp: replace slave string with member |  Steven Luong | 1 | -75/+78 |
2020-05-16 | l2: L2/L3 mode swicth cleanup and l2-patch fix |  John Lo | 1 | -6/+2 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -3/+2 |
2019-12-02 | bonding: add/del secondary mac address callback |  Matthew Smith | 1 | -0/+45 |
2019-10-06 | bonding: traffic traversing the wrong interface |  Steven Luong | 1 | -0/+1 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 1 | -0/+1 |
2019-08-17 | bonding lacp: deleting virtual interface which was enslaved may cause crash |  Steven Luong | 1 | -3/+23 |
2019-07-25 | bonding: incorrect RX counters for bond interface |  Steven Luong | 1 | -5/+0 |
2019-07-19 | bonding: add support for numa-only in lacp mode |  Zhiyong Yang | 1 | -0/+5 |
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-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -2/+2 |
2019-02-21 | Revert "bond: problem switching from l2 to l3" |  Peter Mikus | 1 | -11/+0 |
2019-01-13 | bonding: support custom interface IDs |  Alexander Chernavin | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -2/+2 |
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-17 | bond: tx optimizations |  Damjan Marion | 1 | -305/+328 |
2018-10-05 | bond: tx perf improvement, part trois |  Damjan Marion | 1 | -65/+164 |
2018-09-28 | bond: tx performance enhancement part deux |  Steven | 1 | -110/+76 |
2018-09-26 | bond: tx perf improvements |  Damjan Marion | 1 | -216/+172 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 1 | -2/+2 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode |  Steven | 1 | -0/+48 |
2018-05-25 | bond: performance harvesting |  Steven | 1 | -109/+146 |
2018-04-24 | lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-... |  Steven | 1 | -12/+0 |
2018-04-13 | bond: ping fails between l2 BD [VPP-1238] |  Steven | 1 | -0/+43 |
2018-04-12 | bond: 1 packet/frame == bad performance [VPP-1236] |  Steven | 1 | -6/+8 |
2018-03-27 | bond: coverity woes |  Steven | 1 | -26/+31 |
2018-03-22 | bond: performance enhancement |  Steven | 1 | -155/+195 |
2018-03-21 | bond: Add bonding driver and LACP protocol |  Steven | 1 | -0/+610 |