1. 119cbf2 vcl: handle EINTR in epoll_wait calls by Aritra Basu · 5 months ago
  2. 916ca8d vcl: allow more rx events on peek by Florin Coras · 8 months ago
  3. 980ee74 session: improve use of session handles by Florin Coras · 1 year, 5 months ago
  4. 8ae63db vcl: add api to retrieve num bytes for tx by Florin Coras · 10 months ago
  5. c3148b1 misc: remove GNU Indent directives by Damjan Marion · 10 months ago
  6. e81f27f vcl: fix epollet test for unhandled evts by Florin Coras · 11 months ago
  7. f4e3ee1 vcl: propagate correctly EADDRINUSE for UDP bind by Mohammed Hawari · 1 year, 2 months ago
  8. ae036d3 vcl: unset fifo evt before size check by Florin Coras · 1 year, 3 months ago
  9. 5e9ed0d vcl: handle postponed disconnects with select by Florin Coras · 1 year, 5 months ago
  10. 4747b34 vcl: fix error state switch for vcl_handle_mq_event by wanghanlin · 1 year, 5 months ago
  11. 696db20 vcl: fix error state switch for VCL_STATE_LISTEN_NO_MQ sessions by wanghanlin · 1 year, 5 months ago
  12. af9b715 vcl: ldp support SO_ORIGINAL_DST by qinyang · 1 year, 6 months ago
  13. 5cca669 vcl: fix epoll lt coverity warning by Florin Coras · 1 year, 6 months ago
  14. 30ecfa8 vcl: no hup events in lt mode if session not epolled by Florin Coras · 1 year, 7 months ago
  15. 1f40ab4 vcl: fix debug logging of mapped segments by Florin Coras · 1 year, 7 months ago
  16. 470d72f vcl: fix epoll ctl frequent deq ntf requests by Florin Coras · 1 year, 7 months ago
  17. acecd0d vcl: avoid duplicate tx events with epoll lt by Florin Coras · 1 year, 7 months ago
  18. 607eb20 vcl: refactor want deq ntf checks for null fifos by Florin Coras · 1 year, 7 months ago
  19. db3fbfc vcl: avoid reusing user provided events in lt mode by Florin Coras · 1 year, 7 months ago
  20. bc4d5b0 vcl: set want deq flag earlier in epoll ctl mod by Florin Coras · 1 year, 8 months ago
  21. 4817855 vcl: always reset deq ntf flag in epoll evt handler by Florin Coras · 1 year, 8 months ago
  22. 7ff7274 vcl: avoid skipping last event in epoll lt by Florin Coras · 1 year, 8 months ago
  23. 89627e8 vcl: inherit connected flag on accepted cl sessions by Florin Coras · 1 year, 8 months ago
  24. aeb7c1c session vcl: refactor builtin tx event for main tx by Florin Coras · 1 year, 10 months ago
  25. 66c675e vcl: fix select connected deq notification by Florin Coras · 1 year, 10 months ago
  26. 436c7ba vcl: fix epoll out evt on connect by Florin Coras · 1 year, 10 months ago
  27. 01ee7a7 vcl: accept bound notifications in epoll wait by Florin Coras · 1 year, 10 months ago
  28. c2a1417 vcl: only add sessions to lt list if needed by Florin Coras · 1 year, 10 months ago
  29. b0116a1 vcl: handle lt events in epoll ctl by Florin Coras · 1 year, 11 months ago
  30. 3288193 vcl: improve vls handling of shared listeners by Florin Coras · 1 year, 11 months ago
  31. eff5f7a vcl: ldp support for ip_pktinfo by Florin Coras · 1 year, 11 months ago
  32. 1d84abc vcl: set deq notify flag on epoll connected sessions by Florin Coras · 2 years ago
  33. 243a043 vcl: enable gso for 'sendmsg' in LDP mode. by Dou Chao · 2 years, 1 month ago
  34. 0db1575 vcl: register workers when reattaching to vpp by Maros Ondrejicka · 2 years, 3 months ago
  35. 6ff8e90 vcl: add api to check if vcl disconnected from vpp by Maros Ondrejicka · 2 years, 3 months ago
  36. ab15770 vcl: repatch "align the RST behaviour with kernel" by Yacan Liu · 2 years, 3 months ago
  37. f5e0a17 vcl: align the RST behaviour with kernel by Yacan Liu · 2 years, 3 months ago
  38. dd92bde vcl: new vcl api to get detailed session errors by Radha krishna Saragadam · 2 years, 6 months ago
  39. b52bd3a vcl: check if listener valid on disconnect cleanup by Florin Coras · 2 years, 6 months ago
  40. 2211277 vcl: fix iperf3 server crash issue when it runs over vpp host stack. by Liangxing Wang · 2 years, 8 months ago
  41. d04ea44 vcl: fix api detach if attach failed by Florin Coras · 2 years, 9 months ago
  42. 8ccc6b3 vcl: add support for reconnect by Filip Tehlar · 2 years, 11 months ago
  43. b85de19 svm: update number of segments in svm_fifo_segments by Florin Coras · 3 years ago
  44. 74254b5 vcl: validate closed sessions on disconnect and reset by Florin Coras · 3 years, 1 month ago
  45. 5ffb964 vcl: debug code improvements by Florin Coras · 3 years, 1 month ago
  46. f0fe1ea vcl: handle reordering of disconnect and reset msgs by Florin Coras · 3 years, 1 month ago
  47. 8d42c75 vcl: improve handling of failed connects by Florin Coras · 3 years, 1 month ago
  48. 6068719 vcl: avoid ip format function vnet dependency by Florin Coras · 3 years, 1 month ago
  49. 2f09bfc vcl: add DSCP support in VCL by Filip Tehlar · 3 years, 2 months ago
  50. ef2c0f1 vcl: notify vpp if connected inexistent session by Florin Coras · 3 years, 2 months ago
  51. ffd9ddb vcl: fix event triggered after closing connections. by liuyacan · 3 years, 2 months ago
  52. 41bc861 vcl: remove unsed configs by Florin Coras · 3 years, 3 months ago
  53. cba8710 vcl: avoid duplicated events in epoll lt by liuyacan · 3 years, 4 months ago
  54. 8cc9321 vcl: fix free segments assert by Florin Coras · 3 years, 4 months ago
  55. 99e4145 vcl: ignore rx events for sessions in epoll lt list by Florin Coras · 3 years, 4 months ago
  56. e191d76 session vcl: cert key add/del with socket api by Florin Coras · 3 years, 5 months ago
  57. bc0c754 vcl: fix sendto for dgrams by liuyacan · 3 years, 5 months ago
  58. f6e284b session vcl: explit mq indices in ctrl messages by Florin Coras · 3 years, 5 months ago
  59. 72228a2 vcl: fix packetdrill test error by wanghanlin · 3 years, 6 months ago
  60. 734268f vcl: coverity fixes by Florin Coras · 3 years, 6 months ago
  61. fa3884f vcl: improvements to epoll lt by Florin Coras · 3 years, 6 months ago
  62. 9e42cc2 vcl: Don't memset events to optimize CPU usage by wanghanlin · 3 years, 6 months ago
  63. 87f7600 vcl: epoll fix postponed evt handling by Florin Coras · 3 years, 6 months ago
  64. fe286f7 vcl: basic support for epoll level-triggered evts by Florin Coras · 3 years, 7 months ago
  65. 55c952e vcl: improve shutdown() by liuyacan · 3 years, 7 months ago
  66. f1ddeeb vcl: touch fifo on epoll del only if session open by Florin Coras · 3 years, 7 months ago
  67. 0b0d28e vcl: accept zero length writes by Florin Coras · 3 years, 7 months ago
  68. 2336831 vcl: avoid multiple reads on peek by Florin Coras · 3 years, 7 months ago
  69. 2645f68 vcl: epoll error handling fixes and improvements by Florin Coras · 3 years, 7 months ago
  70. 67c90a3 session: lcl transport info on accept by Florin Coras · 3 years, 10 months ago
  71. 6621abf srtp: basic implementation based on libsrtp2 by Florin Coras · 4 years ago
  72. 534468e session: support half-close connection by liuyacan · 3 years, 8 months ago
  73. 87f6389 vcl: attr api to set endpt ext config by Florin Coras · 3 years, 8 months ago
  74. ccdb8b8 vcl: fix epoll wait with indefinite timeout by Florin Coras · 3 years, 8 months ago
  75. a54b62d vcl session: refactor passing of crypto context by Florin Coras · 3 years, 8 months ago
  76. 4ac2584 vcl session: extended connect/listen configuration by Florin Coras · 3 years, 8 months ago
  77. 04ae827 session tcp vcl: api to update connection attributes by Florin Coras · 3 years, 9 months ago
  78. 8919fec vcl: fix libc epoll pwait starved by wanghanlin · 3 years, 10 months ago
  79. d77325c vcl: fix coverity warning by Florin Coras · 3 years, 10 months ago
  80. 0674f85 vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN by wanghanlin · 3 years, 10 months ago
  81. 8fb22fd vcl: epoll out deq notifications only if fifo exists by Florin Coras · 3 years, 11 months ago
  82. 1bb7494 vcl: validate seg handle on migrate only if needed by Florin Coras · 3 years, 11 months ago
  83. 4b47ee2 tls: dtls initial implementation by Florin Coras · 4 years, 1 month ago
  84. 5398dfb session svm: non blocking mq by Florin Coras · 4 years ago
  85. 6a6555a vcl: support set/get vrf attribute by Florin Coras · 4 years ago
  86. 096a1d5 vcl: fix select want deq ntf for ct sessions by Florin Coras · 4 years ago
  87. b13ba13 vcl: honor time wait in eventfd epoll wait by Florin Coras · 4 years ago
  88. a5a9efd vcl session: switch to generic cert key apis by Florin Coras · 4 years ago
  89. b462418 svm: allow mq attachments at random offsets by Florin Coras · 4 years, 1 month ago
  90. c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years, 1 month ago
  91. f0ca1e8 misc: refactor clib_bitmap_foreach macro by Damjan Marion · 4 years, 1 month ago
  92. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years, 1 month ago
  93. 785b6ea vcl: fix listener session close problem by wanghanlin · 4 years, 1 month ago
  94. 54fe32c vcl: avoid coalescing dgrams on read by Florin Coras · 4 years, 1 month ago
  95. 52dd29f vcl: stop tracking vpp event queues and thread index by Florin Coras · 4 years, 1 month ago
  96. 6287702 vcl: support fifo segments with ct sessions by Florin Coras · 4 years, 2 months ago
  97. d689456 vcl session: minimize ct io events by Florin Coras · 4 years, 2 months ago
  98. e4306b6 vcl: fix epoll fd cleanup by Florin Coras · 4 years, 2 months ago
  99. b242d31 vcl: postpone unhandled ctrl events if needed by Florin Coras · 4 years, 2 months ago
  100. 2bd8b3a vcl: avoid epoll cleanup before app close by Florin Coras · 4 years, 2 months ago