1. 40c07ce vcl: support inter worker rpc by Florin Coras · 4 years, 5 months ago
  2. 53ec967 vcl: fix getting wrong non-blocking flags issue in VPPCOM_ATTR_GET_FLAGS action by Simon Zhang · 4 years, 4 months ago
  3. 0edfb1a vcl: fix epoll timeout by Florin Coras · 4 years, 4 months ago
  4. 66ec467 vcl: move helper functions out of header file by Florin Coras · 4 years, 6 months ago
  5. 0ab36f5 vcl: fix ldp fcntl64 by Florin Coras · 4 years, 7 months ago
  6. 080aa50 vcl: do not propagate epoll events if session closed by Florin Coras · 4 years, 7 months ago
  7. a4dac8a vcl: fix udp connected check by Florin Coras · 4 years, 7 months ago
  8. ce17f46 vcl: add sendmsg/recvmsg for vlsh in ldp by Florin Coras · 4 years, 7 months ago
  9. 1e96617 vcl: support connected udp listens by Florin Coras · 4 years, 7 months ago
  10. 4266d4d vcl: nest vcl_mq_epfd to support epoll_wait without high CPU usage by hanlin · 4 years, 7 months ago
  11. 3ca663e vcl: remove udpc transport by Florin Coras · 4 years, 7 months ago
  12. d0e646f vcl svm: fix rx event loss by hanlin · 4 years, 7 months ago
  13. 69d9725 vcl: de-init vcl on destroy by Florin Coras · 4 years, 7 months ago
  14. 6017ff0 vcl: allow vcl worker index to be set by applications by Pivo · 4 years, 7 months ago
  15. dc0ded7 vcl: disconnect both flavors of bapi transport on destroy by Florin Coras · 4 years, 8 months ago
  16. d7586d5 vcl: add separate fcntl64 ldp handler by Florin Coras · 4 years, 8 months ago
  17. 36d4939 session vcl: propagate transport cleanup notifications by Florin Coras · 4 years, 8 months ago
  18. 5e6222a vcl: generate select events on read/write errors by Florin Coras · 4 years, 8 months ago
  19. 38ab567 vcl: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
  20. f49cf47 vcl: ensure sessions are open on select events by Florin Coras · 4 years, 8 months ago
  21. cbce80a vcl: expand vcl select maps in ldp if needed by Florin Coras · 4 years, 8 months ago
  22. ce815de vcl: fix app destroy by Florin Coras · 4 years, 8 months ago
  23. ba78e23 udp session: jumbo frames and configurable mtu by Florin Coras · 4 years, 8 months ago
  24. 7a2abce vcl session: enforce full dgram reads/writes by Florin Coras · 4 years, 8 months ago
  25. 57660d9 session udp: shared local endpoints by Florin Coras · 4 years, 8 months ago
  26. 0250090 misc: strcpy be gone by Dave Barach · 4 years, 8 months ago
  27. 3102c38 vcl: fix vcl_test.py sonarcloud issue by Dave Wallace · 4 years, 9 months ago
  28. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  29. d85666f session udp: fix transport flags and migration by Florin Coras · 4 years, 9 months ago
  30. 888d9f0 session: remove obsolete apis by Florin Coras · 4 years, 9 months ago
  31. 57a5a2d udp session vcl: add udp iperf test by Florin Coras · 4 years, 9 months ago
  32. 0a1e183 session udp: support connect on listeners by Florin Coras · 4 years, 9 months ago
  33. 5da10c4 vcl: support sendto for dgrams by Florin Coras · 4 years, 9 months ago
  34. d18528f vcl: support for uword segments by Florin Coras · 4 years, 9 months ago
  35. 07063b8 session: api to add new transport types by Florin Coras · 4 years, 9 months ago
  36. 2a6642e vcl: fix ldp recv return on error by Florin Coras · 4 years, 9 months ago
  37. eda1b8c vcl: fix ldp writev 0 vecs by Florin Coras · 4 years, 9 months ago
  38. 311817f vcl: fix coverity warning by Florin Coras · 4 years, 9 months ago
  39. 243edd5 vcl: refactor vls to minimize lock usage by Florin Coras · 4 years, 10 months ago
  40. b4e5e50 session: API cleanup by Jakub Grajciar · 4 years, 11 months ago
  41. f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
  42. 067f954 vcl: fix ldp read on closing session by Florin Coras · 4 years, 10 months ago
  43. e88845e vcl: clear accept msg flags by Florin Coras · 4 years, 10 months ago
  44. adcfb15 vcl: handle close after reset by Florin Coras · 4 years, 10 months ago
  45. 190dc1f vcl: fix session closing error by Florin Coras · 4 years, 11 months ago
  46. 5414062 vcl: switch to closed state after app close by Florin Coras · 4 years, 10 months ago
  47. 9ace36d vcl session: propagate cleanup notifications to apps by Florin Coras · 5 years ago
  48. ddb90a0 vcl: always report EPOLLHUP/EPOLLRDHUP on close by Florin Coras · 5 years ago
  49. 68b7e58 vcl session: udp session migration notifications by Florin Coras · 5 years ago
  50. 6e3c1f8 vcl: add rx event on epoll ctl if needed by Florin Coras · 5 years ago
  51. 48bdbcd tests: fix worker thread initialization by Paul Vinciguerra · 5 years ago
  52. 7c9fe92 docs: Edit FEATURE.yaml files so they can be published by John DeNisco · 5 years ago
  53. b3f7d9b vcl: add feature.yaml by Florin Coras · 5 years ago
  54. 9f3f18f vcl: hold errno when calling LDBG by hanlin · 5 years ago
  55. 475c9d7 vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUT event by hanlin · 5 years ago
  56. da8f218 vcl: fix multi-thread app segment attaching by Florin Coras · 5 years ago
  57. c4c4cf5 session: move add/del segment msg to mq by Florin Coras · 5 years ago
  58. 96453fd vcl: RX event may lost when accept session repeatedly by wanghanlin · 5 years ago
  59. 64cf459 vcl: fix disconnect from binary api by Florin Coras · 5 years ago
  60. d4c7092 vcl: separate binary api connections per thread worker by Florin Coras · 5 years ago
  61. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  62. b295535 vcl: resolve VCL part session cleanup issue by Yu Ping · 5 years ago
  63. f0797d1 build: fix make test with distributed src by Dave Wallace · 5 years ago
  64. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  65. ff31ac6 vcl: if the ldp user send buf with 0 len, it will assert failed. by jiangxiaoming · 5 years ago
  66. e16707b vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64 by Carl Smith · 5 years ago
  67. 592a909 vcl: fix nonblocking accept with >1 event in the queue by Carl Smith · 5 years ago
  68. f1653e6 vcl: fix epoll connected events sid by Florin Coras · 5 years ago
  69. bd52e46 vcl: handle rx notifications on reused sessions by Florin Coras · 5 years ago
  70. dbc9c59 vcl: handle segment map errors by Florin Coras · 5 years ago
  71. d747c3c vcl: add config option for preferred tls engine by Florin Coras · 5 years ago
  72. ef7cbf6 vcl: add api to set lcl ip by Florin Coras · 5 years ago
  73. 82fc5fd hsa: use crypto_engine_type_t for TLS by Nathan Skrzypczak · 5 years ago
  74. 22ba330 vcl: initialize ctrl_mq in workers by Florin Coras · 5 years ago
  75. 57c8893 vcl: allow non-blocking connects by Florin Coras · 5 years ago
  76. 458089b session: move ctrl messages from bapi to mq by Florin Coras · 5 years ago
  77. 747b3d8 vcl: fix ldp_set_app_name overflow by Benoît Ganne · 5 years ago
  78. 470b2a6 vcl: fix bapi disconnect with socket transport by Florin Coras · 5 years ago
  79. d2c9e70 vcl: initialize worker thread index and heap map slot by Florin Coras · 5 years ago
  80. 7e5e62b vcl: fix epoll chain validation by Florin Coras · 5 years ago
  81. 1a3d237 vcl: fix config parsing of hex values by Florin Coras · 5 years ago
  82. 028eaf0 vcl: fix coverity warning by Florin Coras · 5 years ago
  83. 8ac1d6d session: Use parent_handle instead of transport_opts by Nathan Skrzypczak · 5 years ago
  84. 9fd9962 vcl: add QUIC support by Nathan Skrzypczak · 6 years ago
  85. cef02be session: Refactor invalid session idx/handle by Nathan Skrzypczak · 5 years ago
  86. fe67afd vcl: fix namespace debug print by Benoît Ganne · 5 years ago
  87. 369db83 vcl: add worker unregister api by Florin Coras · 5 years ago
  88. aaff5ee vcl: cleanup listener accept fifo by Florin Coras · 5 years ago
  89. 617574d vcl: handle fd rcv msg error by Florin Coras · 5 years ago
  90. 2d379d8 svm: rename fifo tx notifications to reflect use by Florin Coras · 5 years ago
  91. 00dd74c hsa: move vcl test apps to hsa by Florin Coras · 5 years ago
  92. 49ee684 build: add -Wall and -fno-common, fix reported issues by Benoît Ganne · 6 years ago
  93. 00cca80 vcl: avoid hash table lookup on accept by Florin Coras · 6 years ago
  94. e003a1b vcl: cap epoll dequeue batch size to max events by Florin Coras · 6 years ago
  95. ba65ca4 Add transport_opts to connect_sock bapi by Nathan Skrzypczak · 6 years ago
  96. b7e3dba vls: relax copy on fork locks by Florin Coras · 6 years ago
  97. 7b74b07 ldp: add option to eanble transparent TLS connections by Yu Ping · 6 years ago
  98. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  99. 09d18c2 session: use teps in accept/connect notifications by Florin Coras · 6 years ago
  100. 317b8e0 vcl/session: tx notifications for cut-thru sessions by Florin Coras · 6 years ago