Age | Commit message (Expand) | Author | Files | Lines |
2023-10-30 | vcl: propagate correctly EADDRINUSE for UDP bind | Mohammed Hawari | 1 | -2/+6 |
2023-09-18 | vcl: unset fifo evt before size check | Florin Coras | 1 | -6/+8 |
2023-08-15 | vcl: handle postponed disconnects with select | Florin Coras | 1 | -5/+36 |
2023-08-15 | vcl: fix error state switch for vcl_handle_mq_event | wanghanlin | 1 | -2/+18 |
2023-08-07 | vcl: fix error state switch for VCL_STATE_LISTEN_NO_MQ sessions | wanghanlin | 1 | -3/+4 |
2023-07-21 | vcl: ldp support SO_ORIGINAL_DST | qinyang | 1 | -0/+32 |
2023-06-20 | vcl: fix epoll lt coverity warning | Florin Coras | 1 | -3/+3 |
2023-06-16 | vcl: no hup events in lt mode if session not epolled | Florin Coras | 1 | -24/+38 |
2023-06-14 | vcl: fix debug logging of mapped segments | Florin Coras | 1 | -1/+1 |
2023-06-06 | vcl: fix epoll ctl frequent deq ntf requests | Florin Coras | 1 | -18/+30 |
2023-06-05 | vcl: avoid duplicate tx events with epoll lt | Florin Coras | 1 | -1/+2 |
2023-06-02 | vcl: refactor want deq ntf checks for null fifos | Florin Coras | 1 | -29/+12 |
2023-05-23 | vcl: avoid reusing user provided events in lt mode | Florin Coras | 1 | -4/+6 |
2023-05-19 | vcl: set want deq flag earlier in epoll ctl mod | Florin Coras | 1 | -8/+10 |
2023-05-19 | vcl: always reset deq ntf flag in epoll evt handler | Florin Coras | 1 | -2/+2 |
2023-05-16 | vcl: avoid skipping last event in epoll lt | Florin Coras | 1 | -4/+9 |
2023-04-28 | vcl: inherit connected flag on accepted cl sessions | Florin Coras | 1 | -0/+2 |
2023-03-14 | session vcl: refactor builtin tx event for main tx | Florin Coras | 1 | -6/+11 |
2023-03-09 | vcl: fix select connected deq notification | Florin Coras | 1 | -6/+12 |
2023-03-09 | vcl: fix epoll out evt on connect | Florin Coras | 1 | -1/+1 |
2023-03-01 | vcl: accept bound notifications in epoll wait | Florin Coras | 1 | -0/+3 |
2023-03-01 | vcl: only add sessions to lt list if needed | Florin Coras | 1 | -1/+8 |
2023-02-28 | vcl: handle lt events in epoll ctl | Florin Coras | 1 | -18/+26 |
2023-02-27 | vcl: improve vls handling of shared listeners | Florin Coras | 1 | -52/+34 |
2023-02-20 | vcl: ldp support for ip_pktinfo | Florin Coras | 1 | -11/+62 |
2023-01-13 | vcl: set deq notify flag on epoll connected sessions | Florin Coras | 1 | -0/+4 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. | Dou Chao | 1 | -11/+17 |
2022-10-27 | vcl: register workers when reattaching to vpp | Maros Ondrejicka | 1 | -2/+45 |
2022-10-06 | vcl: add api to check if vcl disconnected from vpp | Maros Ondrejicka | 1 | -0/+11 |
2022-09-27 | vcl: repatch "align the RST behaviour with kernel" | Yacan Liu | 1 | -1/+1 |
2022-09-20 | vcl: align the RST behaviour with kernel | Yacan Liu | 1 | -1/+13 |
2022-07-20 | vcl: new vcl api to get detailed session errors | Radha krishna Saragadam | 1 | -0/+32 |
2022-06-30 | vcl: check if listener valid on disconnect cleanup | Florin Coras | 1 | -1/+2 |
2022-06-10 | vcl: fix iperf3 server crash issue when it runs over vpp host stack. | Liangxing Wang | 1 | -1/+8 |
2022-03-31 | vcl: fix api detach if attach failed | Florin Coras | 1 | -1/+8 |
2022-02-17 | vcl: add support for reconnect | Filip Tehlar | 1 | -0/+52 |
2022-01-19 | svm: update number of segments in svm_fifo_segments | Florin Coras | 1 | -1/+1 |
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 | 1 | -11/+59 |
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 | 1 | -167/+59 |
2021-11-15 | vcl: add DSCP support in VCL | Filip Tehlar | 1 | -0/+13 |
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-04 | vcl: remove unsed configs | Florin Coras | 1 | -5/+2 |
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-12 | session vcl: cert key add/del with socket api | Florin Coras | 1 | -10/+6 |