Age | Commit message (Expand) | Author | Files | Lines |
2023-05-12 | vcl: fix ldp ioctl FIONBIO handler | Florin Coras | 1 | -1/+1 |
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 | 2 | -6/+17 |
2023-03-10 | vcl: init ldp config before vcl init | Florin Coras | 1 | -26/+31 |
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-06 | vcl: do not stop listeners on vls epoll del | Florin Coras | 1 | -1/+7 |
2023-03-06 | vcl: always drain libc epoll with eventfds in ldp | Florin Coras | 1 | -17/+36 |
2023-03-01 | vcl: accept bound notifications in epoll wait | Florin Coras | 1 | -0/+3 |
2023-03-01 | vcl: accept vcl spurious wakeup in epoll wait eventfd | Florin Coras | 1 | -1/+5 |
2023-03-01 | vcl: close libc epfd on vls epfd close | Florin Coras | 1 | -7/+7 |
2023-03-01 | vcl: only add sessions to lt list if needed | Florin Coras | 1 | -1/+8 |
2023-03-01 | vcl: fix undeclared UDP_SEGMENT for centos 8 | Tianyu Li | 1 | -0/+4 |
2023-02-28 | vcl: use program invocation name in ldp app name | Florin Coras | 1 | -3/+2 |
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 | 3 | -54/+49 |
2023-02-20 | vcl: ldp support for ip_pktinfo | Florin Coras | 4 | -87/+245 |
2023-02-16 | vcl: fix incorrect ldp worker in ldp_epoll_pwait() | Liangxing Wang | 1 | -1/+5 |
2023-02-07 | vcl: drop lock on segment attach failure | Florin Coras | 1 | -0/+1 |
2023-02-07 | vcl: add ldp implementation for recvmmsg | Florin Coras | 1 | -31/+39 |
2023-02-07 | vcl: better handlig of ldp apis that rely on gnu source | Florin Coras | 6 | -91/+139 |
2023-01-13 | vcl: set deq notify flag on epoll connected sessions | Florin Coras | 1 | -0/+4 |
2023-01-12 | misc: use right include for fctnl.h and poll.h | Guillaume Solignac | 1 | -2/+2 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. | Dou Chao | 3 | -16/+62 |
2022-10-27 | vcl: register workers when reattaching to vpp | Maros Ondrejicka | 3 | -2/+51 |
2022-10-11 | vppinfra: fix AddressSanitizer | Benoît Ganne | 1 | -0/+2 |
2022-10-06 | vcl: add api to check if vcl disconnected from vpp | Maros Ondrejicka | 2 | -1/+21 |
2022-09-29 | api: deprecate vl_msg_api_set_handlers | Damjan Marion | 1 | -5/+12 |
2022-09-27 | vcl: repatch "align the RST behaviour with kernel" | Yacan Liu | 1 | -1/+1 |
2022-09-26 | api: replace print functions wth format | Damjan Marion | 1 | -7/+5 |
2022-09-20 | vcl: align the RST behaviour with kernel | Yacan Liu | 1 | -1/+13 |
2022-09-15 | vcl: add hugepage for vcl configure and svm | Junfeng Wang | 4 | -2/+11 |
2022-07-20 | vcl: new vcl api to get detailed session errors | Radha krishna Saragadam | 3 | -0/+42 |
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-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 |