Age | Commit message (Expand) | Author | Files | Lines |
2022-03-09 | stats: refactor | Damjan Marion | 1 | -21/+18 |
2022-01-25 | bonding: refactor bonding hash functions to vnet/hash | Steven Luong | 3 | -294/+83 |
2022-01-07 | bonding: memory leak on parsing bad CLI command | Steven Luong | 1 | -4/+10 |
2022-01-07 | ethernet: new interface registration function | Damjan Marion | 1 | -11/+5 |
2022-01-05 | interface: refactor interface capabilities code | Damjan Marion | 1 | -6/+5 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 1 | -4/+4 |
2021-06-22 | bonding: api cleanup | Filip Tehlar | 1 | -58/+16 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 2 | -373/+0 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 2 | -14/+0 |
2021-03-19 | interface: add capabilities flags | Mohsin Kazmi | 1 | -3/+4 |
2021-03-04 | bonding: coverity woe in bond_dev_class fuction | Steven Luong | 1 | -5/+14 |
2021-01-08 | tests: move bond tests to src/vnet/bonding/test | Dave Wallace | 2 | -0/+373 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -8/+8 |
2020-11-20 | ip-neighbor: Use ip_address_t rather than ip46_address_t | Neale Ranns | 1 | -1/+4 |
2020-11-13 | ethernet: mac must support 64-bits loads | Benoît Ganne | 1 | -2/+2 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -18/+21 |
2020-09-02 | bonding: add bond_create2 API to include gso option | Steven Luong | 2 | -4/+75 |
2020-08-24 | bonding: enhance binary api handling | Steven Luong | 1 | -0/+9 |
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 | 6 | -417/+684 |
2020-05-29 | bonding: Revert adjust link state | Matthew Smith | 1 | -20/+3 |
2020-05-27 | bonding: adjust link state based on active slaves | Matthew Smith | 1 | -3/+20 |
2020-05-16 | l2: L2/L3 mode swicth cleanup and l2-patch fix | John Lo | 2 | -12/+7 |
2020-05-13 | bonding: fix the GSO flags | Mohsin Kazmi | 1 | -2/+8 |
2020-04-28 | tests: move defaults from defaultmapping to .api files | Paul Vinciguerra | 1 | -2/+2 |
2020-04-06 | bonding: Add GSO support | Steven Luong | 2 | -2/+21 |
2020-02-18 | misc: fix coverity warnings | Dave Barach | 2 | -4/+4 |
2020-01-09 | bonding: process lacp when bond is admin down | Matthew Smith | 1 | -1/+0 |
2020-01-07 | bonding: fix feature.yaml error | Ole Troan | 1 | -1/+1 |
2020-01-07 | bonding: Add FEATURE.yaml | Steven Luong | 1 | -0/+16 |
2019-12-17 | bonding: drop traffic on backup interface for active-backup mode | Steven Luong | 1 | -1/+12 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 1 | -3/+2 |
2019-12-13 | bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-state | Steven Luong | 2 | -12/+26 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-12-02 | bonding: add/del secondary mac address callback | Matthew Smith | 2 | -0/+77 |
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 |