Age | Commit message (Expand) | Author | Files | Lines |
2024-04-02 | lb: fix using vip after free |  Georgy Borodin | 1 | -3/+3 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 2 | -4/+0 |
2024-03-05 | vnet: fix format of deleted sw interfaces |  Vladislav Grishenko | 1 | -14/+12 |
2023-10-10 | lb: fix intermittent per-port-vip idx lookup failure |  Dave Wallace | 1 | -0/+1 |
2023-07-13 | lb: Fix src_ip_sticky evaluation bug in per-port-vip case. |  Nobuhiro MIKI | 3 | -469/+74 |
2023-04-21 | lb: improve formatting in lb_types.api |  Vratko Polak | 1 | -5/+5 |
2023-04-19 | lb: initialize lb_vip_add_args_t |  Vratko Polak | 1 | -2/+2 |
2023-03-06 | lb: keep AddressSanitizer happy |  Benoît Ganne | 2 | -3/+2 |
2023-01-18 | lb: add source ip based sticky load balancing |  Nobuhiro MIKI | 7 | -34/+674 |
2022-10-12 | misc: fix issues reported by clang-15 |  Damjan Marion | 1 | -2/+0 |
2022-09-26 | api: replace print functions wth format |  Damjan Marion | 1 | -7/+5 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -1/+1 |
2021-12-03 | fib: Fix the display (or lack of) for fib node types in dependent children lists |  Neale Ranns | 1 | -1/+1 |
2021-10-13 | docs: convert plugins doc md->rst |  Nathan Skrzypczak | 2 | -192/+223 |
2021-10-04 | docs: plugin comment nitfixes |  Nathan Skrzypczak | 1 | -1/+1 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 3 | -662/+0 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 3 | -25/+25 |
2020-12-14 | api: add missing version info |  Paul Vinciguerra | 1 | -1/+2 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 2 | -81/+4 |
2020-10-24 | lb: Loadbalancer plugin, correctly rewrite checksum in L3DSR, non-TCP cases |  Hiroki Narukawa | 1 | -4/+14 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 1 | -1/+1 |
2020-08-06 | misc: harmonize names |  Dave Barach | 4 | -7/+6 |
2020-05-06 | docs: clean up make docs job |  Paul Vinciguerra | 1 | -0/+2 |
2020-04-28 | tests: move defaults from defaultmapping to .api files |  Paul Vinciguerra | 1 | -2/+2 |
2020-03-10 | lb: fix coverity warning |  Dave Barach | 1 | -1/+1 |
2020-02-26 | lb: Fix generating illegal key in per-port vip |  Yasuhiro Nakamura | 1 | -0/+2 |
2020-01-17 | lb: fix that lb_add_del_vip and lb_add_del_as api doesn't work correctly |  Yulong Pei | 3 | -12/+9 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -2/+2 |
2020-01-06 | lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoe |  Hongjun Ni | 1 | -0/+13 |
2019-12-04 | fib: Decouple source from priority and behaviour |  Neale Ranns | 1 | -2/+10 |
2019-11-26 | lb: lb_add_del_vip and lb_add_del_as doesn't work. |  Hongjun Ni | 2 | -4/+14 |
2019-10-30 | lb: refactor ntohl in lb_conf handler |  Vratko Polak | 1 | -9/+9 |
2019-10-17 | tests: python3 changes for load balancer test |  snaramre | 1 | -1/+1 |
2019-09-30 | lb: remove api boilerplate |  Ole Troan | 5 | -241/+50 |
2019-09-26 | lb: add APIs for set interface nat4 and nat6 |  Hongjun Ni | 2 | -0/+68 |
2019-09-26 | lb: vl_api_lb_conf_t_handler has to ntohl |  Vratko Polak | 1 | -4/+4 |
2019-09-19 | api: split vl_api_prefix into two |  Ole Troan | 2 | -6/+6 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 2 | -0/+6 |
2019-08-29 | lb: fix memcpy error issue |  Yulong Pei | 1 | -7/+3 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test |  Dave Wallace | 3 | -0/+662 |
2019-08-20 | vppapigen: remove support for legacy typedefs |  Paul Vinciguerra | 1 | -1/+1 |
2019-08-02 | lb: fix usage of lb_main in test |  Florin Coras | 1 | -2/+18 |
2019-07-31 | lb: vip and as dump/detail api's |  Hongjun Ni | 7 | -75/+441 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t |  jaszha03 | 2 | -9/+12 |
2019-07-18 | lb: update api.c to use scaffolding from latest skel |  Paul Vinciguerra | 4 | -43/+112 |
2019-07-09 | vat: unload unused vat plugins |  Dave Barach | 1 | -21/+3 |
2019-06-07 | build: add -Wall and -fno-common, fix reported issues |  Benoît Ganne | 1 | -3/+4 |
2019-06-06 | lb: crashed with some specific commit under heavy traffic |  Hongjun Ni | 3 | -5/+13 |
2019-05-03 | plugins: clean up plugin descriptions |  Dave Wallace | 1 | -1/+1 |
2019-03-22 | tests: update test_lb.py to use api call lb_conf. |  Paul Vinciguerra | 3 | -7/+16 |