aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lb
AgeCommit message (Expand)AuthorFilesLines
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko1-14/+12
2023-10-10lb: fix intermittent per-port-vip idx lookup failureDave Wallace1-0/+1
2023-07-13lb: Fix src_ip_sticky evaluation bug in per-port-vip case.Nobuhiro MIKI3-469/+74
2023-04-21lb: improve formatting in lb_types.apiVratko Polak1-5/+5
2023-04-19lb: initialize lb_vip_add_args_tVratko Polak1-2/+2
2023-03-06lb: keep AddressSanitizer happyBenoît Ganne2-3/+2
2023-01-18lb: add source ip based sticky load balancingNobuhiro MIKI7-34/+674
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-2/+0
2022-09-26api: replace print functions wth formatDamjan Marion1-7/+5
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns1-1/+1
2021-10-13docs: convert plugins doc md->rstNathan Skrzypczak2-192/+223
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