1. cba215d vcl: fix worker cleanup by Florin Coras · 3 years, 6 months ago
  2. fe286f7 vcl: basic support for epoll level-triggered evts by Florin Coras · 3 years, 6 months ago
  3. 55c952e vcl: improve shutdown() by liuyacan · 3 years, 6 months ago
  4. f1ddeeb vcl: touch fifo on epoll del only if session open by Florin Coras · 3 years, 6 months ago
  5. 0b0d28e vcl: accept zero length writes by Florin Coras · 3 years, 6 months ago
  6. 2336831 vcl: avoid multiple reads on peek by Florin Coras · 3 years, 6 months ago
  7. 2645f68 vcl: epoll error handling fixes and improvements by Florin Coras · 3 years, 6 months ago
  8. 5f33d0d vcl: avoid updating errno on ldp init check by Florin Coras · 3 years, 6 months ago
  9. 67c90a3 session: lcl transport info on accept by Florin Coras · 3 years, 9 months ago
  10. 2f64790 vcl: ldp placeholder for SO_LINGER by Florin Coras · 3 years, 6 months ago
  11. 57e0af9 vppinfra: explicit blocking mode for sock connects by Florin Coras · 3 years, 7 months ago
  12. 6621abf srtp: basic implementation based on libsrtp2 by Florin Coras · 4 years ago
  13. 4fca744 vcl: fix lookup listener assert by liuyacan · 3 years, 7 months ago
  14. 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
  15. 3ec0165 vcl: move tests to src/tests by Florin Coras · 3 years, 7 months ago
  16. 1d87914 vcl: reduce iperf tests output by Florin Coras · 3 years, 7 months ago
  17. 87f6389 vcl: attr api to set endpt ext config by Florin Coras · 3 years, 8 months ago
  18. ccdb8b8 vcl: fix epoll wait with indefinite timeout by Florin Coras · 3 years, 8 months ago
  19. a54b62d vcl session: refactor passing of crypto context by Florin Coras · 3 years, 8 months ago
  20. 4ac2584 vcl session: extended connect/listen configuration by Florin Coras · 3 years, 8 months ago
  21. cf0e257 vcl: validate fs before cleanup by Florin Coras · 3 years, 8 months ago
  22. 04ae827 session tcp vcl: api to update connection attributes by Florin Coras · 3 years, 8 months ago
  23. e263685 tests: support attaching to existing vpp by Klement Sekera · 3 years, 9 months ago
  24. fda21c9 vcl: use per worker mem bapi context by Florin Coras · 3 years, 8 months ago
  25. 70e2197 vcl: fix worker cleanup cb function by Florin Coras · 3 years, 8 months ago
  26. 41d5f54 svm session vcl: per app rx message queues by Florin Coras · 4 years ago
  27. dc2632e vcl: fix only first epoll listen session be registered by nandfan · 3 years, 9 months ago
  28. 8919fec vcl: fix libc epoll pwait starved by wanghanlin · 3 years, 9 months ago
  29. 4c6bbd7 vcl: segment index leak on attach by Florin Coras · 3 years, 10 months ago
  30. d77325c vcl: fix coverity warning by Florin Coras · 3 years, 10 months ago
  31. 5fdc47c vcl: fix vls_intercept_sigchld_handler be called recursively by nandfan · 3 years, 10 months ago
  32. cbb5e82 vcl: cleanup fifos detached from segments by Florin Coras · 3 years, 10 months ago
  33. 0674f85 vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN by wanghanlin · 3 years, 10 months ago
  34. 8fb22fd vcl: epoll out deq notifications only if fifo exists by Florin Coras · 3 years, 10 months ago
  35. 1bb7494 vcl: validate seg handle on migrate only if needed by Florin Coras · 3 years, 10 months ago
  36. 4b47ee2 tls: dtls initial implementation by Florin Coras · 4 years, 1 month ago
  37. 5398dfb session svm: non blocking mq by Florin Coras · 3 years, 11 months ago
  38. bad1d35 vcl: remove verbose output from vcl iperf tests by Florin Coras · 3 years, 10 months ago
  39. 6a6555a vcl: support set/get vrf attribute by Florin Coras · 3 years, 11 months ago
  40. 096a1d5 vcl: fix select want deq ntf for ct sessions by Florin Coras · 3 years, 11 months ago
  41. 80b7425 svm vcl: add helper fn that discovers mqs in segment by Florin Coras · 3 years, 11 months ago
  42. b13ba13 vcl: honor time wait in eventfd epoll wait by Florin Coras · 3 years, 11 months ago
  43. 86f1232 svm: add custom q implementation for mq by Florin Coras · 3 years, 11 months ago
  44. e8f848a vcl: fix session_handle_to_vlsh_table update after session migrate by wanghanlin · 4 years ago
  45. dcacdc4 vcl: fix deadlock in rpc by wanghanlin · 4 years ago
  46. a5a9efd vcl session: switch to generic cert key apis by Florin Coras · 4 years ago
  47. 3b6c84c vcl: allow all workers to block on api by Florin Coras · 4 years ago
  48. 14f066e svm vcl: allow random offsets for fifo segments in apps by Florin Coras · 4 years ago
  49. b462418 svm: allow mq attachments at random offsets by Florin Coras · 4 years ago
  50. c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years ago
  51. f0ca1e8 misc: refactor clib_bitmap_foreach macro by Damjan Marion · 4 years ago
  52. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  53. 785b6ea vcl: fix listener session close problem by wanghanlin · 4 years ago
  54. 492350e vcl: fix crash problem for invalidation of vls_table_lock by wanghanlin · 4 years, 3 months ago
  55. 54fe32c vcl: avoid coalescing dgrams on read by Florin Coras · 4 years, 1 month ago
  56. e92c946 session: add startup option to poll in main by Florin Coras · 4 years, 1 month ago
  57. 6a2794e tests: remove bond, pipe, session and api_namespace from vpp_papi_provider by Jakub Grajciar · 4 years, 1 month ago
  58. 52dd29f vcl: stop tracking vpp event queues and thread index by Florin Coras · 4 years, 1 month ago
  59. ca78b56 vcl: remove unused configs by Florin Coras · 4 years, 1 month ago
  60. 165f3ae vcl: remove support for shm api connections by Florin Coras · 4 years, 1 month ago
  61. 45ab3ec session: default to using memfd mq segments by Florin Coras · 4 years, 1 month ago
  62. 6287702 vcl: support fifo segments with ct sessions by Florin Coras · 4 years, 2 months ago
  63. d689456 vcl session: minimize ct io events by Florin Coras · 4 years, 2 months ago
  64. e4306b6 vcl: fix epoll fd cleanup by Florin Coras · 4 years, 2 months ago
  65. b242d31 vcl: postpone unhandled ctrl events if needed by Florin Coras · 4 years, 2 months ago
  66. 2bd8b3a vcl: avoid epoll cleanup before app close by Florin Coras · 4 years, 2 months ago
  67. 5824cc5 vcl: wait for sendto to connect if needed by Florin Coras · 4 years, 2 months ago
  68. 0ff7eec vcl: confirm reset on transport cleanup by Florin Coras · 4 years, 4 months ago
  69. ac422d6 vcl: more session struct cleanup by Florin Coras · 4 years, 2 months ago
  70. 6c3b218 vcl: convert vep variables into flags by Florin Coras · 4 years, 2 months ago
  71. 1bc919e vcl: cleanup read and write ready by Florin Coras · 4 years, 2 months ago
  72. 585c86a hsa: cleanup sock server test by Florin Coras · 4 years, 2 months ago
  73. dfffdd7 vcl: remove accept state and rename connect to ready by Florin Coras · 4 years, 2 months ago
  74. c127d5a vcl: refactor session state enum by Florin Coras · 4 years, 2 months ago
  75. a49d59d vcl: set STATE_UPDATED state when connect with non-blocking socket! by fanyf · 4 years, 2 months ago
  76. b438c76 vcl: app_name format type error by jiangxiaoming · 4 years, 2 months ago
  77. d1cc38d vcl svm: segments improvements by Florin Coras · 4 years, 2 months ago
  78. d68faf8 vcl svm: provide apps access to fifo chunks by Florin Coras · 4 years, 3 months ago
  79. 4537c30 vppinfra: don't call dlmalloc API directly from the code by Damjan Marion · 4 years, 3 months ago
  80. eb801d0 vcl: avoid heap use for ldp debug by Florin Coras · 4 years, 3 months ago
  81. cc7c88e vcl: refactor bapi client index for sapi reuse by Florin Coras · 4 years, 3 months ago
  82. 935ce75 vcl: add support for app socket api by Florin Coras · 4 years, 3 months ago
  83. b88de90 vcl: cleanup bapi and wrk registration by Florin Coras · 4 years, 3 months ago
  84. 4a2c794 vcl: always fill buffer or drain rx fifo by Florin Coras · 4 years, 3 months ago
  85. 5623009 vcl: handle svm fifo write failure by Florin Coras · 4 years, 3 months ago
  86. f8e1363 vcl: fix duplicated key of session_index_to_vlsh_table in multiple by hanlin · 4 years, 4 months ago
  87. a5ea821 vcl: cleanup non-blocking connect by Florin Coras · 4 years, 4 months ago
  88. 17ec577 vcl: rx dequeue notifications with epoll by Florin Coras · 4 years, 4 months ago
  89. c34118b vcl: minimize vpp to vcl rx events by Florin Coras · 4 years, 4 months ago
  90. 2f63018 vcl: clear ct rx event on right fifo by Florin Coras · 4 years, 4 months ago
  91. ff40d8f vcl: mt detection and cleanup by Florin Coras · 4 years, 4 months ago
  92. a3a4896 vcl: support multi-threads with session migration by hanlin · 4 years, 5 months ago
  93. 40c07ce vcl: support inter worker rpc by Florin Coras · 4 years, 5 months ago
  94. 53ec967 vcl: fix getting wrong non-blocking flags issue in VPPCOM_ATTR_GET_FLAGS action by Simon Zhang · 4 years, 4 months ago
  95. 0edfb1a vcl: fix epoll timeout by Florin Coras · 4 years, 4 months ago
  96. 66ec467 vcl: move helper functions out of header file by Florin Coras · 4 years, 6 months ago
  97. 0ab36f5 vcl: fix ldp fcntl64 by Florin Coras · 4 years, 7 months ago
  98. 080aa50 vcl: do not propagate epoll events if session closed by Florin Coras · 4 years, 7 months ago
  99. a4dac8a vcl: fix udp connected check by Florin Coras · 4 years, 7 months ago
  100. ce17f46 vcl: add sendmsg/recvmsg for vlsh in ldp by Florin Coras · 4 years, 7 months ago