Age | Commit message (Expand) | Author | Files | Lines |
2018-03-06 | LB plugin: Fix Layer-4 checksum error in L3DSR. | ![](//seccdn.libravatar.org/avatar/20c92d74b72c14e7d1949a083237437e?s=13&d=retro) Yusuke Tatsumi | 1 | -0/+5 |
2018-02-02 | Add L3DSR feature in LB plugin | ![](//seccdn.libravatar.org/avatar/4eb33c17d38b20ebad778ecc0f7d26fc?s=13&d=retro) Hongjun Ni | 8 | -88/+246 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -1/+1 |
2017-12-16 | Use crc32 wrapper (VPP-1086) | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -6/+6 |
2017-12-06 | Restructure some files in LB to src/vnet to reuse | ![](//seccdn.libravatar.org/avatar/4eb33c17d38b20ebad778ecc0f7d26fc?s=13&d=retro) Hongjun Ni | 3 | -109/+1 |
2017-10-31 | lb plugin tests - wipe flowtable after each unit test | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -0/+38 |
2017-10-16 | lb plugin - fix format() type mismatches | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -2/+3 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -0/+2 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | ![](//seccdn.libravatar.org/avatar/addc40e395a2e187d32a25f334920b28?s=13&d=retro) Christophe Fontaine | 1 | -1/+1 |
2017-10-03 | Repair vlib API socket server | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 2 | -2/+2 |
2017-09-13 | lb_vip_command_fn param redundancy when unformat ip address(VPP-977) | ![](//seccdn.libravatar.org/avatar/6093266f7af5ac549f8ce5ddd17d1983?s=13&d=retro) flyingeagle23 | 1 | -1/+1 |
2017-08-11 | Fix IP fragment-id and offset issue in LB-GRE4 | ![](//seccdn.libravatar.org/avatar/4eb33c17d38b20ebad778ecc0f7d26fc?s=13&d=retro) Hongjun Ni | 1 | -0/+2 |
2017-05-10 | Add crc32c inline function, allows compilation on 32-bit systems | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -1/+1 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -18/+3 |
2017-04-13 | Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t... | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+1 |
2017-04-06 | Use thread local storage for thread index | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 4 | -21/+21 |
2017-03-22 | vlib: add description field in plugin registration | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+1 |
2017-03-16 | API:replaced all REPLY_MACRO's with api_helper_macros.h | ![](//seccdn.libravatar.org/avatar/4ae54e830c6c787e7dff4d53577f871c?s=13&d=retro) Eyal Bari | 1 | -23/+4 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter | ![](//seccdn.libravatar.org/avatar/70ada0cdcea985bad3d17970f358378e?s=13&d=retro) Billy McFall | 1 | -37/+62 |
2017-02-03 | Plugin infrastructure improvements | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -9/+6 |
2017-02-02 | Refactor fragile msg macro W and W2 to not burry return control flow. | ![](//seccdn.libravatar.org/avatar/128dfeb95310571e0fe3162b727e18d1?s=13&d=retro) Jon Loeliger | 1 | -10/+9 |
2017-02-02 | Localize the timeout variable within the W message macro. | ![](//seccdn.libravatar.org/avatar/128dfeb95310571e0fe3162b727e18d1?s=13&d=retro) Jon Loeliger | 1 | -3/+0 |
2017-02-02 | Convert message macro S to accept a message pointer parameter; | ![](//seccdn.libravatar.org/avatar/128dfeb95310571e0fe3162b727e18d1?s=13&d=retro) Jon Loeliger | 1 | -3/+3 |
2017-02-02 | Ensure all M() and M2() second parameters are the message pointer. | ![](//seccdn.libravatar.org/avatar/128dfeb95310571e0fe3162b727e18d1?s=13&d=retro) Jon Loeliger | 1 | -3/+9 |
2017-01-25 | Repair plugin binary API message numbering | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -0/+2 |
2017-01-23 | binary-api debug CLI works with plugins | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -31/+4 |
2017-01-01 | Move java,lua api and remaining plugins to src/ | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 13 | -0/+3015 |