1. 978d48b vcl: store libc_epfd in vls instead of vcl by Florin Coras · 8 days ago
  2. ca9747a vcl: make ldp workers thread local by Florin Coras · 5 weeks ago
  3. ce4635c vcl: fix vls mt detection and select handling by Florin Coras · 6 weeks ago
  4. dced40d vcl: fix get tx fifo len attr by Florin Coras · 6 weeks ago
  5. 10c016c session: support of multiple extended configs by Matus Fabian · 7 weeks ago
  6. 28955ce session vcl: add support for vcl transport attributes by Florin Coras · 9 weeks ago
  7. 70d2a08 vcl: add http support to vcl_test_protos by Aritra Basu · 3 months ago
  8. 88c836c vcl: fix vcl issue in multi-thread-workers mode by Mohamed Feroz · 3 months ago
  9. f0e81d2 vcl: add support to write segments by Aritra Basu · 3 months ago
  10. 119cbf2 vcl: handle EINTR in epoll_wait calls by Aritra Basu · 4 months ago
  11. 916ca8d vcl: allow more rx events on peek by Florin Coras · 7 months ago
  12. 5389a70 vcl: Only exclude vcl ldpreload on FreeBSD by Tom Jones · 7 months ago
  13. 980ee74 session: improve use of session handles by Florin Coras · 1 year, 4 months ago
  14. 8ae63db vcl: add api to retrieve num bytes for tx by Florin Coras · 9 months ago
  15. 3076c69 vcl: Only build vcl_ldpreload on Linux by Tom Jones · 10 months ago
  16. 39e7f2e vcl: fix bitfield truncation with clang16 by Florin Coras · 9 months ago
  17. c3148b1 misc: remove GNU Indent directives by Damjan Marion · 9 months ago
  18. b613d41 vcl: Use FreeBSD specific errno value for bad fd by Tom Jones · 10 months ago
  19. e81f27f vcl: fix epollet test for unhandled evts by Florin Coras · 10 months ago
  20. 7428eaa session: support for cl port reuse by Florin Coras · 12 months ago
  21. 2c5e218 vcl: remove perror ldp call by Florin Coras · 1 year ago
  22. 1b75fdb vcl: fix init of ldp workers by Florin Coras · 1 year ago
  23. 76d14b7 misc: silence -Wmaybe-uninitialized warnings by Jieqiang Wang · 1 year, 4 months ago
  24. f4e3ee1 vcl: propagate correctly EADDRINUSE for UDP bind by Mohammed Hawari · 1 year, 1 month ago
  25. ae036d3 vcl: unset fifo evt before size check by Florin Coras · 1 year, 3 months ago
  26. da652cc vcl: set min threshold for tx ntf by Florin Coras · 1 year, 3 months ago
  27. 55c699e vcl: fix ldp epoll events array overrun by Florin Coras · 1 year, 4 months ago
  28. 5e9ed0d vcl: handle postponed disconnects with select by Florin Coras · 1 year, 4 months ago
  29. 4747b34 vcl: fix error state switch for vcl_handle_mq_event by wanghanlin · 1 year, 4 months ago
  30. 96600f9 vcl: Fix the ldp init check by Gao Feng · 1 year, 5 months ago
  31. 696db20 vcl: fix error state switch for VCL_STATE_LISTEN_NO_MQ sessions by wanghanlin · 1 year, 4 months ago
  32. 0eff4e7 vcl: allow rx of zero length dgrams by Florin Coras · 1 year, 4 months ago
  33. af9b715 vcl: ldp support SO_ORIGINAL_DST by qinyang · 1 year, 5 months ago
  34. 2da272e vcl: zero out cmsg for recvmsg API by Steven Luong · 1 year, 5 months ago
  35. 5cca669 vcl: fix epoll lt coverity warning by Florin Coras · 1 year, 6 months ago
  36. 30ecfa8 vcl: no hup events in lt mode if session not epolled by Florin Coras · 1 year, 6 months ago
  37. 1f40ab4 vcl: fix debug logging of mapped segments by Florin Coras · 1 year, 6 months ago
  38. 470d72f vcl: fix epoll ctl frequent deq ntf requests by Florin Coras · 1 year, 6 months ago
  39. acecd0d vcl: avoid duplicate tx events with epoll lt by Florin Coras · 1 year, 6 months ago
  40. 607eb20 vcl: refactor want deq ntf checks for null fifos by Florin Coras · 1 year, 6 months ago
  41. db3fbfc vcl: avoid reusing user provided events in lt mode by Florin Coras · 1 year, 7 months ago
  42. bc4d5b0 vcl: set want deq flag earlier in epoll ctl mod by Florin Coras · 1 year, 7 months ago
  43. 4817855 vcl: always reset deq ntf flag in epoll evt handler by Florin Coras · 1 year, 7 months ago
  44. 7ff7274 vcl: avoid skipping last event in epoll lt by Florin Coras · 1 year, 7 months ago
  45. 4a0e08e vcl: fix ldp ioctl FIONBIO handler by Florin Coras · 1 year, 7 months ago
  46. 89627e8 vcl: inherit connected flag on accepted cl sessions by Florin Coras · 1 year, 7 months ago
  47. aeb7c1c session vcl: refactor builtin tx event for main tx by Florin Coras · 1 year, 9 months ago
  48. c6c4e86 vcl: init ldp config before vcl init by Florin Coras · 1 year, 9 months ago
  49. 66c675e vcl: fix select connected deq notification by Florin Coras · 1 year, 9 months ago
  50. 436c7ba vcl: fix epoll out evt on connect by Florin Coras · 1 year, 9 months ago
  51. a41a0b5 vcl: do not stop listeners on vls epoll del by Florin Coras · 1 year, 9 months ago
  52. c86662a vcl: always drain libc epoll with eventfds in ldp by Florin Coras · 1 year, 9 months ago
  53. 01ee7a7 vcl: accept bound notifications in epoll wait by Florin Coras · 1 year, 9 months ago
  54. 7a1e95a vcl: accept vcl spurious wakeup in epoll wait eventfd by Florin Coras · 1 year, 9 months ago
  55. 06defbc vcl: close libc epfd on vls epfd close by Florin Coras · 1 year, 9 months ago
  56. c2a1417 vcl: only add sessions to lt list if needed by Florin Coras · 1 year, 9 months ago
  57. 2073fe4 vcl: fix undeclared UDP_SEGMENT for centos 8 by Tianyu Li · 1 year, 9 months ago
  58. 729b9c9 vcl: use program invocation name in ldp app name by Florin Coras · 1 year, 9 months ago
  59. b0116a1 vcl: handle lt events in epoll ctl by Florin Coras · 1 year, 10 months ago
  60. 3288193 vcl: improve vls handling of shared listeners by Florin Coras · 1 year, 10 months ago
  61. eff5f7a vcl: ldp support for ip_pktinfo by Florin Coras · 1 year, 10 months ago
  62. 7c7231f vcl: fix incorrect ldp worker in ldp_epoll_pwait() by Liangxing Wang · 1 year, 10 months ago
  63. aaad4f9 vcl: drop lock on segment attach failure by Florin Coras · 1 year, 10 months ago
  64. f1a232f vcl: add ldp implementation for recvmmsg by Florin Coras · 1 year, 10 months ago
  65. 3684794 vcl: better handlig of ldp apis that rely on gnu source by Florin Coras · 1 year, 10 months ago
  66. 1d84abc vcl: set deq notify flag on epoll connected sessions by Florin Coras · 1 year, 11 months ago
  67. af5744c misc: use right include for fctnl.h and poll.h by Guillaume Solignac · 1 year, 11 months ago
  68. 243a043 vcl: enable gso for 'sendmsg' in LDP mode. by Dou Chao · 2 years ago
  69. 0db1575 vcl: register workers when reattaching to vpp by Maros Ondrejicka · 2 years, 2 months ago
  70. 6531cf5 vppinfra: fix AddressSanitizer by Benoît Ganne · 2 years, 2 months ago
  71. 6ff8e90 vcl: add api to check if vcl disconnected from vpp by Maros Ondrejicka · 2 years, 2 months ago
  72. a2eb507 api: deprecate vl_msg_api_set_handlers by Damjan Marion · 2 years, 7 months ago
  73. ab15770 vcl: repatch "align the RST behaviour with kernel" by Yacan Liu · 2 years, 2 months ago
  74. fe45f8f api: replace print functions wth format by Damjan Marion · 2 years, 7 months ago
  75. f5e0a17 vcl: align the RST behaviour with kernel by Yacan Liu · 2 years, 3 months ago
  76. c795b88 vcl: add hugepage for vcl configure and svm by Junfeng Wang · 2 years, 4 months ago
  77. dd92bde vcl: new vcl api to get detailed session errors by Radha krishna Saragadam · 2 years, 5 months ago
  78. b52bd3a vcl: check if listener valid on disconnect cleanup by Florin Coras · 2 years, 5 months ago
  79. 2211277 vcl: fix iperf3 server crash issue when it runs over vpp host stack. by Liangxing Wang · 2 years, 7 months ago
  80. 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
  81. d04ea44 vcl: fix api detach if attach failed by Florin Coras · 2 years, 8 months ago
  82. eeb31ec vcl: fix invalid socket read by Filip Tehlar · 2 years, 9 months ago
  83. 54223ee vcl: validate vls_epoll_ctl inputs by Florin Coras · 2 years, 9 months ago
  84. fe6d8a3 vcl: fix segment detach post api disconnect by Florin Coras · 2 years, 9 months ago
  85. 8ccc6b3 vcl: add support for reconnect by Filip Tehlar · 2 years, 10 months ago
  86. 794599b vcl: make eventfd flag configurable from env by Filip Tehlar · 2 years, 10 months ago
  87. b85de19 svm: update number of segments in svm_fifo_segments by Florin Coras · 2 years, 11 months ago
  88. 9b7e8ac api: verify message size on receipt by Klement Sekera · 3 years ago
  89. 74254b5 vcl: validate closed sessions on disconnect and reset by Florin Coras · 3 years ago
  90. 5ffb964 vcl: debug code improvements by Florin Coras · 3 years ago
  91. f0fe1ea vcl: handle reordering of disconnect and reset msgs by Florin Coras · 3 years ago
  92. 674d565 vcl: fix ldp shared listener bitmap leak by Florin Coras · 3 years ago
  93. 8d42c75 vcl: improve handling of failed connects by Florin Coras · 3 years ago
  94. 6068719 vcl: avoid ip format function vnet dependency by Florin Coras · 3 years ago
  95. cba1c22 vcl: fix build with older gcc by Florin Coras · 3 years ago
  96. 2f09bfc vcl: add DSCP support in VCL by Filip Tehlar · 3 years, 1 month ago
  97. ef2c0f1 vcl: notify vpp if connected inexistent session by Florin Coras · 3 years, 1 month ago
  98. ffd9ddb vcl: fix event triggered after closing connections. by liuyacan · 3 years, 1 month ago
  99. ac306bd vcl: fix cfg parser handling of empty lines by Florin Coras · 3 years, 1 month ago
  100. 1eb8fea vcl: narrow the scope of the restriction of vlsh_bit_val by wanghanlin · 3 years, 2 months ago