Age | Commit message (Expand) | Author | Files | Lines |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -1/+1 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -2/+2 |
2018-10-02 | VPP-1440: clean up coverity warnings | Dave Barach | 1 | -2/+3 |
2018-09-24 | LB: fix flush flow table issue | Hongjun Ni | 5 | -69/+90 |
2018-09-12 | Fix LB memory leak and remove useless code | Pierre Pfister | 1 | -11/+1 |
2018-09-07 | Add flush flag on del as command | Hongjun Ni | 5 | -16/+164 |
2018-09-04 | Fixed showing negative count in stats show CLI | Naoyuki Mori | 1 | -2/+2 |
2018-08-31 | Support lb on both vip and per-port-vip case | Hongjun Ni | 7 | -201/+735 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+5 |
2018-08-25 | cmake: handle api_test_plugins in add_vpp_plugin macro | Damjan Marion | 1 | -3/+1 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -3/+6 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+27 |
2018-07-18 | VPP crash when run "lb set interface nat4 in <intc>" VPP-1343 | Hongjun Ni | 1 | -1/+1 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 1 | -1/+1 |
2018-06-26 | L3DSR fix ip checksum issue and add test | Hongjun Ni | 1 | -9/+12 |
2018-06-13 | Fix clang compilation on aarch64: extraneous parentheses | Sirshak Das | 1 | -6/+16 |
2018-06-08 | LB: reply message id and table length are wrong. | Hongjun Ni | 1 | -2/+2 |
2018-06-05 | lb api: correct byte order of new_flows_table_length argument | Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-05-28 | add missing lb_put_writer_lock() to lb_vip_add() invalid args cases | Andrey "Zed" Zaikin | 1 | -2/+7 |
2018-05-25 | bond: performance harvesting | Steven | 1 | -21/+1 |
2018-05-18 | Rework kube-proxy into LB plugin | Hongjun Ni | 8 | -425/+1772 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 2 | -3/+3 |
2018-03-06 | LB plugin: Fix Layer-4 checksum error in L3DSR. | Yusuke Tatsumi | 1 | -0/+5 |
2018-02-02 | Add L3DSR feature in LB plugin | Hongjun Ni | 8 | -88/+246 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2017-12-16 | Use crc32 wrapper (VPP-1086) | Gabriel Ganne | 1 | -6/+6 |
2017-12-06 | Restructure some files in LB to src/vnet to reuse | Hongjun Ni | 3 | -109/+1 |
2017-10-31 | lb plugin tests - wipe flowtable after each unit test | Gabriel Ganne | 1 | -0/+38 |
2017-10-16 | lb plugin - fix format() type mismatches | Gabriel Ganne | 1 | -2/+3 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+2 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 1 | -1/+1 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 2 | -2/+2 |
2017-09-13 | lb_vip_command_fn param redundancy when unformat ip address(VPP-977) | flyingeagle23 | 1 | -1/+1 |
2017-08-11 | Fix IP fragment-id and offset issue in LB-GRE4 | Hongjun Ni | 1 | -0/+2 |
2017-05-10 | Add crc32c inline function, allows compilation on 32-bit systems | Damjan Marion | 1 | -1/+1 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages | Dave Barach | 1 | -18/+3 |
2017-04-13 | Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t... | Neale Ranns | 1 | -2/+1 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 4 | -21/+21 |
2017-03-22 | vlib: add description field in plugin registration | Damjan Marion | 1 | -0/+1 |
2017-03-16 | API:replaced all REPLY_MACRO's with api_helper_macros.h | Eyal Bari | 1 | -23/+4 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter | Billy McFall | 1 | -37/+62 |
2017-02-03 | Plugin infrastructure improvements | Damjan Marion | 1 | -9/+6 |
2017-02-02 | Refactor fragile msg macro W and W2 to not burry return control flow. | Jon Loeliger | 1 | -10/+9 |
2017-02-02 | Localize the timeout variable within the W message macro. | Jon Loeliger | 1 | -3/+0 |
2017-02-02 | Convert message macro S to accept a message pointer parameter; | Jon Loeliger | 1 | -3/+3 |
2017-02-02 | Ensure all M() and M2() second parameters are the message pointer. | Jon Loeliger | 1 | -3/+9 |
2017-01-25 | Repair plugin binary API message numbering | Dave Barach | 1 | -0/+2 |
2017-01-23 | binary-api debug CLI works with plugins | Dave Barach | 1 | -31/+4 |
2017-01-01 | Move java,lua api and remaining plugins to src/ | Damjan Marion | 13 | -0/+3015 |