Age | Commit message (Expand) | Author | Files | Lines |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -1/+1 |
2022-03-31 | vcl: fix api detach if attach failed | Florin Coras | 2 | -1/+12 |
2022-03-17 | vcl: fix invalid socket read | Filip Tehlar | 1 | -1/+1 |
2022-03-03 | vcl: validate vls_epoll_ctl inputs | Florin Coras | 1 | -2/+18 |
2022-03-02 | vcl: fix segment detach post api disconnect | Florin Coras | 2 | -9/+36 |
2022-02-17 | vcl: add support for reconnect | Filip Tehlar | 4 | -1/+127 |
2022-02-09 | vcl: make eventfd flag configurable from env | Filip Tehlar | 2 | -0/+8 |
2022-01-19 | svm: update number of segments in svm_fifo_segments | Florin Coras | 1 | -1/+1 |
2021-12-14 | api: verify message size on receipt | Klement Sekera | 1 | -1/+6 |
2021-12-08 | vcl: validate closed sessions on disconnect and reset | Florin Coras | 1 | -2/+2 |
2021-12-07 | vcl: debug code improvements | Florin Coras | 1 | -36/+33 |
2021-12-07 | vcl: handle reordering of disconnect and reset msgs | Florin Coras | 2 | -11/+61 |
2021-12-06 | vcl: fix ldp shared listener bitmap leak | Florin Coras | 1 | -1/+2 |
2021-11-30 | vcl: improve handling of failed connects | Florin Coras | 1 | -10/+13 |
2021-11-30 | vcl: avoid ip format function vnet dependency | Florin Coras | 3 | -169/+187 |
2021-11-29 | vcl: fix build with older gcc | Florin Coras | 1 | -1/+1 |
2021-11-15 | vcl: add DSCP support in VCL | Filip Tehlar | 3 | -0/+15 |
2021-11-11 | vcl: notify vpp if connected inexistent session | Florin Coras | 1 | -1/+11 |
2021-11-03 | vcl: fix event triggered after closing connections. | liuyacan | 1 | -1/+15 |
2021-10-22 | vcl: fix cfg parser handling of empty lines | Florin Coras | 1 | -0/+2 |
2021-10-15 | vcl: narrow the scope of the restriction of vlsh_bit_val | wanghanlin | 1 | -3/+4 |
2021-10-04 | vcl: remove unsed configs | Florin Coras | 3 | -38/+2 |
2021-09-28 | api: API trace improvements | Filip Tehlar | 1 | -4/+5 |
2021-09-23 | vcl: grab wrk create lock sooner | Florin Coras | 1 | -3/+6 |
2021-09-10 | vcl: avoid duplicated events in epoll lt | liuyacan | 1 | -4/+6 |
2021-09-10 | vcl: fix free segments assert | Florin Coras | 1 | -1/+1 |
2021-09-01 | vcl: ignore rx events for sessions in epoll lt list | Florin Coras | 1 | -2/+3 |
2021-08-30 | vcl: fix vlsh conversion error | liuyacan | 1 | -3/+1 |
2021-08-12 | session vcl: cert key add/del with socket api | Florin Coras | 3 | -10/+117 |
2021-08-02 | vcl: fix sendto for dgrams | liuyacan | 1 | -4/+4 |
2021-08-02 | vcl: fix sleep time in ldp_pselect() | liuyacan | 1 | -1/+2 |
2021-07-31 | vcl: fix ldp for __recv_chk socket calls | Sivaprasad Tummala | 2 | -0/+17 |
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: configure the cert-key pair from app | Sivaprasad Tummala | 1 | -4/+4 |
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-22 | session vcl: explit mq indices in ctrl messages | Florin Coras | 3 | -15/+16 |
2021-07-14 | vcl:fix segfault when unshare NO_MQ session | liuyacan | 1 | -1/+2 |
2021-07-12 | session: api cleanup | Filip Tehlar | 1 | -29/+42 |
2021-07-06 | vcl: fix packetdrill test error | wanghanlin | 1 | -1/+1 |
2021-07-06 | vcl: print current app state for timeout | wanghanlin | 1 | -2/+2 |
2021-07-06 | vcl: fix return value check for ldp_fd_to_vlsh | wanghanlin | 1 | -3/+3 |
2021-06-30 | vcl: coverity fixes | Florin Coras | 1 | -1/+1 |
2021-06-29 | vcl: improvements to epoll lt | Florin Coras | 3 | -52/+85 |
2021-06-29 | vcl: Don't use app_socket_api to notify VPP in parent when child exited | wanghanlin | 1 | -1/+5 |
2021-06-29 | vcl: Don't memset events to optimize CPU usage | wanghanlin | 1 | -8/+6 |
2021-06-28 | vcl: epoll fix postponed evt handling | Florin Coras | 1 | -6/+33 |
2021-06-24 | vcl: fix vcl_session_write_ready when connecting | liuyacan | 1 | -0/+4 |
2021-06-22 | vcl: validate vep handle when copying sessions on fork | wanghanlin | 1 | -0/+31 |