Age | Commit message (Expand) | Author | Files | Lines |
2024-09-04 | vcl: fix vcl issue in multi-thread-workers mode |  Mohamed Feroz | 1 | -1/+7 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -8/+0 |
2024-01-09 | session: support for cl port reuse |  Florin Coras | 1 | -4/+5 |
2023-03-06 | vcl: do not stop listeners on vls epoll del |  Florin Coras | 1 | -1/+7 |
2023-02-27 | vcl: improve vls handling of shared listeners |  Florin Coras | 1 | -2/+13 |
2022-03-03 | vcl: validate vls_epoll_ctl inputs |  Florin Coras | 1 | -2/+18 |
2021-12-06 | vcl: fix ldp shared listener bitmap leak |  Florin Coras | 1 | -1/+2 |
2021-07-29 | vcl: move vls pool lock to process local state |  Florin Coras | 1 | -6/+7 |
2021-07-29 | vcl: vls cleanup and more docs |  Florin Coras | 1 | -101/+167 |
2021-07-27 | vcl: fix some risk after fork() |  liuyacan | 1 | -9/+17 |
2021-07-25 | vcl: fix shutdown deadlock issue |  liuyacan | 1 | -1/+1 |
2021-07-14 | vcl:fix segfault when unshare NO_MQ session |  liuyacan | 1 | -1/+2 |
2021-06-29 | vcl: Don't use app_socket_api to notify VPP in parent when child exited |  wanghanlin | 1 | -1/+5 |
2021-06-22 | vcl: validate vep handle when copying sessions on fork |  wanghanlin | 1 | -0/+31 |
2021-06-22 | vcl: move child wrk cleanup from sighandler to vls_epoll_wait |  wanghanlin | 1 | -1/+42 |
2021-06-16 | vcl: fix fifo sharing |  Florin Coras | 1 | -2/+1 |
2021-06-14 | vcl: improve shutdown() |  liuyacan | 1 | -2/+2 |
2021-05-12 | session: support half-close connection |  liuyacan | 1 | -0/+18 |
2021-03-28 | vcl: fix only first epoll listen session be registered |  nandfan | 1 | -14/+2 |
2021-02-22 | vcl: fix vls_intercept_sigchld_handler be called recursively |  nandfan | 1 | -0/+5 |
2021-01-12 | vcl: fix session_handle_to_vlsh_table update after session migrate |  wanghanlin | 1 | -7/+48 |
2021-01-11 | vcl: fix deadlock in rpc |  wanghanlin | 1 | -71/+133 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 1 | -2/+2 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -4/+4 |
2020-12-11 | vcl: fix crash problem for invalidation of vls_table_lock |  wanghanlin | 1 | -6/+5 |
2020-11-19 | vcl: stop tracking vpp event queues and thread index |  Florin Coras | 1 | -1/+0 |
2020-10-20 | vcl: more session struct cleanup |  Florin Coras | 1 | -1/+1 |
2020-10-20 | vcl: convert vep variables into flags |  Florin Coras | 1 | -2/+3 |
2020-10-15 | vcl: refactor session state enum |  Florin Coras | 1 | -10/+10 |
2020-09-14 | vcl: cleanup bapi and wrk registration |  Florin Coras | 1 | -20/+6 |
2020-08-26 | vcl: fix duplicated key of session_index_to_vlsh_table in multiple |  hanlin | 1 | -11/+21 |
2020-08-12 | vcl: mt detection and cleanup |  Florin Coras | 1 | -60/+100 |
2020-08-12 | vcl: support multi-threads with session migration |  hanlin | 1 | -16/+229 |
2020-08-11 | vcl: support inter worker rpc |  Florin Coras | 1 | -30/+113 |
2020-05-20 | vcl: nest vcl_mq_epfd to support epoll_wait without high CPU usage |  hanlin | 1 | -0/+6 |
2020-03-07 | vcl: fix coverity warning |  Florin Coras | 1 | -2/+2 |
2020-03-06 | vcl: refactor vls to minimize lock usage |  Florin Coras | 1 | -104/+416 |
2019-08-27 | session: move ctrl messages from bapi to mq |  Florin Coras | 1 | -1/+1 |
2019-05-09 | vls: relax copy on fork locks |  Florin Coras | 1 | -2/+2 |
2019-03-29 | vls: add pthread check on vls_attr |  Florin Coras | 1 | -1/+7 |
2019-03-08 | session/tcp/vcl: fixes and optimizations |  Florin Coras | 1 | -0/+3 |
2019-02-22 | session/vcl: fix coverity warnings |  Florin Coras | 1 | -0/+1 |
2019-01-30 | vls: support passive listeners |  Florin Coras | 1 | -70/+236 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements |  Florin Coras | 1 | -39/+254 |
2019-01-18 | vcl: move forking logic to vls |  Florin Coras | 1 | -6/+236 |
2019-01-07 | vcl/ldp: add locked sessions shim layer |  Florin Coras | 1 | -0/+457 |