Age | Commit message (Expand) | Author | Files | Lines |
2024-01-09 | session: support for cl port reuse | Florin Coras | 1 | -4/+5 |
2023-12-01 | vcl: remove perror ldp call | Florin Coras | 1 | -1/+0 |
2023-11-29 | vcl: fix init of ldp workers | Florin Coras | 1 | -4/+2 |
2023-11-07 | misc: silence -Wmaybe-uninitialized warnings | Jieqiang Wang | 1 | -1/+1 |
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-09-01 | vcl: set min threshold for tx ntf | Florin Coras | 1 | -1/+5 |
2023-08-15 | vcl: fix ldp epoll events array overrun | Florin Coras | 1 | -1/+2 |
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-08 | vcl: Fix the ldp init check | Gao Feng | 1 | -1/+5 |
2023-08-07 | vcl: fix error state switch for VCL_STATE_LISTEN_NO_MQ sessions | wanghanlin | 1 | -3/+4 |
2023-07-26 | vcl: allow rx of zero length dgrams | Florin Coras | 1 | -1/+2 |
2023-07-21 | vcl: ldp support SO_ORIGINAL_DST | qinyang | 7 | -2/+65 |
2023-07-19 | vcl: zero out cmsg for recvmsg API | Steven Luong | 1 | -0/+1 |
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 | 2 | -2/+2 |
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 | 2 | -29/+28 |
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-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 |