aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lb
AgeCommit message (Expand)AuthorFilesLines
2019-05-08plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-10-02VPP-1440: clean up coverity warningsDave Barach1-2/+3
2018-09-24LB: fix flush flow table issueHongjun Ni5-69/+90
2018-09-12Fix LB memory leak and remove useless codePierre Pfister1-11/+1
2018-09-07Add flush flag on del as commandHongjun Ni5-16/+164
2018-09-04Fixed showing negative count in stats show CLINaoyuki Mori1-2/+2
2018-08-31Support lb on both vip and per-port-vip caseHongjun Ni7-201/+735
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+5
2018-08-25cmake: handle api_test_plugins in add_vpp_plugin macroDamjan Marion1-3/+1
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-3/+6
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+27
2018-07-18VPP crash when run "lb set interface nat4 in <intc>" VPP-1343Hongjun Ni1-1/+1
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-06-26L3DSR fix ip checksum issue and add testHongjun Ni1-9/+12
2018-06-13Fix clang compilation on aarch64: extraneous parenthesesSirshak Das1-6/+16
2018-06-08LB: reply message id and table length are wrong.Hongjun Ni1-2/+2
2018-06-05lb api: correct byte order of new_flows_table_length argumentAndrey "Zed" Zaikin1-1/+1
2018-05-28add missing lb_put_writer_lock() to lb_vip_add() invalid args casesAndrey "Zed" Zaikin1-2/+7
2018-05-25bond: performance harvestingSteven1-21/+1
2018-05-18Rework kube-proxy into LB pluginHongjun Ni8-425/+1772
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns2-3/+3
2018-03-06LB plugin: Fix Layer-4 checksum error in L3DSR.Yusuke Tatsumi1-0/+5
2018-02-02Add L3DSR feature in LB pluginHongjun Ni8-88/+246
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2017-12-16Use crc32 wrapper (VPP-1086)Gabriel Ganne1-6/+6
2017-12-06Restructure some files in LB to src/vnet to reuseHongjun Ni3-109/+1
2017-10-31lb plugin tests - wipe flowtable after each unit testGabriel Ganne1-0/+38
2017-10-16lb plugin - fix format() type mismatchesGabriel Ganne1-2/+3
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-10-03Repair vlib API socket serverDave Barach2-2/+2
2017-09-13lb_vip_command_fn param redundancy when unformat ip address(VPP-977)flyingeagle231-1/+1
2017-08-11Fix IP fragment-id and offset issue in LB-GRE4Hongjun Ni1-0/+2
2017-05-10Add crc32c inline function, allows compilation on 32-bit systemsDamjan Marion1-1/+1
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-18/+3
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-2/+1
2017-04-06Use thread local storage for thread indexDamjan Marion4-21/+21
2017-03-22vlib: add description field in plugin registrationDamjan Marion1-0/+1
2017-03-16API:replaced all REPLY_MACRO's with api_helper_macros.hEyal Bari1-23/+4
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-37/+62
2017-02-03Plugin infrastructure improvementsDamjan Marion1-9/+6
2017-02-02Refactor fragile msg macro W and W2 to not burry return control flow.Jon Loeliger1-10/+9
2017-02-02Localize the timeout variable within the W message macro.Jon Loeliger1-3/+0
2017-02-02Convert message macro S to accept a message pointer parameter;Jon Loeliger1-3/+3
2017-02-02Ensure all M() and M2() second parameters are the message pointer.Jon Loeliger1-3/+9
2017-01-25Repair plugin binary API message numberingDave Barach1-0/+2
2017-01-23binary-api debug CLI works with pluginsDave Barach1-31/+4