aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lb
AgeCommit message (Expand)AuthorFilesLines
2021-10-04docs: plugin comment nitfixesNathan Skrzypczak1-1/+1
2021-05-13tests: move test source to vpp/testDave Wallace3-662/+0
2020-12-14misc: move to new pool_foreach macrosDamjan Marion3-25/+25
2020-12-14api: add missing version infoPaul Vinciguerra1-1/+2
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan2-81/+4
2020-10-24lb: Loadbalancer plugin, correctly rewrite checksum in L3DSR, non-TCP casesHiroki Narukawa1-4/+14
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-1/+1
2020-08-06misc: harmonize namesDave Barach4-7/+6
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-0/+2
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra1-2/+2
2020-03-10lb: fix coverity warningDave Barach1-1/+1
2020-02-26lb: Fix generating illegal key in per-port vipYasuhiro Nakamura1-0/+2
2020-01-17lb: fix that lb_add_del_vip and lb_add_del_as api doesn't work correctlyYulong Pei3-12/+9
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-2/+2
2020-01-06lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoeHongjun Ni1-0/+13
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-2/+10
2019-11-26lb: lb_add_del_vip and lb_add_del_as doesn't work.Hongjun Ni2-4/+14
2019-10-30lb: refactor ntohl in lb_conf handlerVratko Polak1-9/+9
2019-10-17tests: python3 changes for load balancer testsnaramre1-1/+1
2019-09-30lb: remove api boilerplateOle Troan5-241/+50
2019-09-26lb: add APIs for set interface nat4 and nat6Hongjun Ni2-0/+68
2019-09-26lb: vl_api_lb_conf_t_handler has to ntohlVratko Polak1-4/+4
2019-09-19api: split vl_api_prefix into twoOle Troan2-6/+6
2019-09-16api: autogenerate api trace print/endianOle Troan2-0/+6
2019-08-29lb: fix memcpy error issueYulong Pei1-7/+3
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace3-0/+662
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-1/+1
2019-08-02lb: fix usage of lb_main in testFlorin Coras1-2/+18
2019-07-31lb: vip and as dump/detail api'sHongjun Ni7-75/+441
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha032-9/+12
2019-07-18lb: update api.c to use scaffolding from latest skelPaul Vinciguerra4-43/+112
2019-07-09vat: unload unused vat pluginsDave Barach1-21/+3
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoƮt Ganne1-3/+4
2019-06-06lb: crashed with some specific commit under heavy trafficHongjun Ni3-5/+13
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-03-22tests: update test_lb.py to use api call lb_conf.Paul Vinciguerra3-7/+16
2019-03-07Add VAT support for LBHongjun Ni2-60/+179
2019-01-21Fix LB lookup table failed issueHongjun Ni1-5/+11
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