1. eeb31ec vcl: fix invalid socket read by Filip Tehlar · 2 years, 9 months ago
  2. 54223ee vcl: validate vls_epoll_ctl inputs by Florin Coras · 2 years, 10 months ago
  3. fe6d8a3 vcl: fix segment detach post api disconnect by Florin Coras · 2 years, 10 months ago
  4. 8ccc6b3 vcl: add support for reconnect by Filip Tehlar · 2 years, 10 months ago
  5. 794599b vcl: make eventfd flag configurable from env by Filip Tehlar · 2 years, 10 months ago
  6. b85de19 svm: update number of segments in svm_fifo_segments by Florin Coras · 2 years, 11 months ago
  7. 9b7e8ac api: verify message size on receipt by Klement Sekera · 3 years, 1 month ago
  8. 74254b5 vcl: validate closed sessions on disconnect and reset by Florin Coras · 3 years ago
  9. 5ffb964 vcl: debug code improvements by Florin Coras · 3 years ago
  10. f0fe1ea vcl: handle reordering of disconnect and reset msgs by Florin Coras · 3 years ago
  11. 674d565 vcl: fix ldp shared listener bitmap leak by Florin Coras · 3 years ago
  12. 8d42c75 vcl: improve handling of failed connects by Florin Coras · 3 years ago
  13. 6068719 vcl: avoid ip format function vnet dependency by Florin Coras · 3 years ago
  14. cba1c22 vcl: fix build with older gcc by Florin Coras · 3 years ago
  15. 2f09bfc vcl: add DSCP support in VCL by Filip Tehlar · 3 years, 1 month ago
  16. ef2c0f1 vcl: notify vpp if connected inexistent session by Florin Coras · 3 years, 1 month ago
  17. ffd9ddb vcl: fix event triggered after closing connections. by liuyacan · 3 years, 1 month ago
  18. ac306bd vcl: fix cfg parser handling of empty lines by Florin Coras · 3 years, 2 months ago
  19. 1eb8fea vcl: narrow the scope of the restriction of vlsh_bit_val by wanghanlin · 3 years, 2 months ago
  20. 41bc861 vcl: remove unsed configs by Florin Coras · 3 years, 2 months ago
  21. 36217e3 api: API trace improvements by Filip Tehlar · 3 years, 5 months ago
  22. 94fef3e vcl: grab wrk create lock sooner by Florin Coras · 3 years, 3 months ago
  23. cba8710 vcl: avoid duplicated events in epoll lt by liuyacan · 3 years, 3 months ago
  24. 8cc9321 vcl: fix free segments assert by Florin Coras · 3 years, 3 months ago
  25. 99e4145 vcl: ignore rx events for sessions in epoll lt list by Florin Coras · 3 years, 3 months ago
  26. 276675e vcl: fix vlsh conversion error by liuyacan · 3 years, 4 months ago
  27. e191d76 session vcl: cert key add/del with socket api by Florin Coras · 3 years, 4 months ago
  28. bc0c754 vcl: fix sendto for dgrams by liuyacan · 3 years, 4 months ago
  29. f71796e vcl: fix sleep time in ldp_pselect() by liuyacan · 3 years, 4 months ago
  30. fdcbd38 vcl: fix ldp for __recv_chk socket calls by Sivaprasad Tummala · 3 years, 4 months ago
  31. 2e2f9df vcl: move vls pool lock to process local state by Florin Coras · 3 years, 5 months ago
  32. 5e61843 vcl: vls cleanup and more docs by Florin Coras · 3 years, 5 months ago
  33. 39d25e5 vcl: configure the cert-key pair from app by Sivaprasad Tummala · 3 years, 5 months ago
  34. 603e1a4 vcl: fix some risk after fork() by liuyacan · 3 years, 5 months ago
  35. 6fc07b4 vcl: fix shutdown deadlock issue by liuyacan · 3 years, 5 months ago
  36. f6e284b session vcl: explit mq indices in ctrl messages by Florin Coras · 3 years, 5 months ago
  37. 5cac2e8 vcl:fix segfault when unshare NO_MQ session by liuyacan · 3 years, 5 months ago
  38. 0046e97 session: api cleanup by Filip Tehlar · 3 years, 6 months ago
  39. 72228a2 vcl: fix packetdrill test error by wanghanlin · 3 years, 5 months ago
  40. 85207e6 vcl: print current app state for timeout by wanghanlin · 3 years, 5 months ago
  41. 97c6e0d vcl: fix return value check for ldp_fd_to_vlsh by wanghanlin · 3 years, 5 months ago
  42. 734268f vcl: coverity fixes by Florin Coras · 3 years, 6 months ago
  43. fa3884f vcl: improvements to epoll lt by Florin Coras · 3 years, 6 months ago
  44. b940fd4 vcl: Don't use app_socket_api to notify VPP in parent when child exited by wanghanlin · 3 years, 6 months ago
  45. 9e42cc2 vcl: Don't memset events to optimize CPU usage by wanghanlin · 3 years, 6 months ago
  46. 87f7600 vcl: epoll fix postponed evt handling by Florin Coras · 3 years, 6 months ago
  47. cde1769 vcl: fix vcl_session_write_ready when connecting by liuyacan · 3 years, 6 months ago
  48. 5788a34 vcl: validate vep handle when copying sessions on fork by wanghanlin · 3 years, 6 months ago
  49. d72a034 vcl: move child wrk cleanup from sighandler to vls_epoll_wait by wanghanlin · 3 years, 7 months ago
  50. 8eb8d50 vcl: fix fifo sharing by Florin Coras · 3 years, 6 months ago
  51. cba215d vcl: fix worker cleanup by Florin Coras · 3 years, 6 months ago
  52. fe286f7 vcl: basic support for epoll level-triggered evts by Florin Coras · 3 years, 6 months ago
  53. 55c952e vcl: improve shutdown() by liuyacan · 3 years, 6 months ago
  54. f1ddeeb vcl: touch fifo on epoll del only if session open by Florin Coras · 3 years, 6 months ago
  55. 0b0d28e vcl: accept zero length writes by Florin Coras · 3 years, 6 months ago
  56. 2336831 vcl: avoid multiple reads on peek by Florin Coras · 3 years, 6 months ago
  57. 2645f68 vcl: epoll error handling fixes and improvements by Florin Coras · 3 years, 6 months ago
  58. 5f33d0d vcl: avoid updating errno on ldp init check by Florin Coras · 3 years, 6 months ago
  59. 67c90a3 session: lcl transport info on accept by Florin Coras · 3 years, 9 months ago
  60. 2f64790 vcl: ldp placeholder for SO_LINGER by Florin Coras · 3 years, 6 months ago
  61. 57e0af9 vppinfra: explicit blocking mode for sock connects by Florin Coras · 3 years, 7 months ago
  62. 6621abf srtp: basic implementation based on libsrtp2 by Florin Coras · 4 years ago
  63. 4fca744 vcl: fix lookup listener assert by liuyacan · 3 years, 7 months ago
  64. 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
  65. 3ec0165 vcl: move tests to src/tests by Florin Coras · 3 years, 7 months ago
  66. 1d87914 vcl: reduce iperf tests output by Florin Coras · 3 years, 7 months ago
  67. 87f6389 vcl: attr api to set endpt ext config by Florin Coras · 3 years, 8 months ago
  68. ccdb8b8 vcl: fix epoll wait with indefinite timeout by Florin Coras · 3 years, 8 months ago
  69. a54b62d vcl session: refactor passing of crypto context by Florin Coras · 3 years, 8 months ago
  70. 4ac2584 vcl session: extended connect/listen configuration by Florin Coras · 3 years, 8 months ago
  71. cf0e257 vcl: validate fs before cleanup by Florin Coras · 3 years, 8 months ago
  72. 04ae827 session tcp vcl: api to update connection attributes by Florin Coras · 3 years, 8 months ago
  73. e263685 tests: support attaching to existing vpp by Klement Sekera · 3 years, 9 months ago
  74. fda21c9 vcl: use per worker mem bapi context by Florin Coras · 3 years, 8 months ago
  75. 70e2197 vcl: fix worker cleanup cb function by Florin Coras · 3 years, 8 months ago
  76. 41d5f54 svm session vcl: per app rx message queues by Florin Coras · 4 years ago
  77. dc2632e vcl: fix only first epoll listen session be registered by nandfan · 3 years, 9 months ago
  78. 8919fec vcl: fix libc epoll pwait starved by wanghanlin · 3 years, 9 months ago
  79. 4c6bbd7 vcl: segment index leak on attach by Florin Coras · 3 years, 10 months ago
  80. d77325c vcl: fix coverity warning by Florin Coras · 3 years, 10 months ago
  81. 5fdc47c vcl: fix vls_intercept_sigchld_handler be called recursively by nandfan · 3 years, 10 months ago
  82. cbb5e82 vcl: cleanup fifos detached from segments by Florin Coras · 3 years, 10 months ago
  83. 0674f85 vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN by wanghanlin · 3 years, 10 months ago
  84. 8fb22fd vcl: epoll out deq notifications only if fifo exists by Florin Coras · 3 years, 10 months ago
  85. 1bb7494 vcl: validate seg handle on migrate only if needed by Florin Coras · 3 years, 10 months ago
  86. 4b47ee2 tls: dtls initial implementation by Florin Coras · 4 years, 1 month ago
  87. 5398dfb session svm: non blocking mq by Florin Coras · 3 years, 11 months ago
  88. bad1d35 vcl: remove verbose output from vcl iperf tests by Florin Coras · 3 years, 10 months ago
  89. 6a6555a vcl: support set/get vrf attribute by Florin Coras · 3 years, 11 months ago
  90. 096a1d5 vcl: fix select want deq ntf for ct sessions by Florin Coras · 3 years, 11 months ago
  91. 80b7425 svm vcl: add helper fn that discovers mqs in segment by Florin Coras · 3 years, 11 months ago
  92. b13ba13 vcl: honor time wait in eventfd epoll wait by Florin Coras · 3 years, 11 months ago
  93. 86f1232 svm: add custom q implementation for mq by Florin Coras · 3 years, 11 months ago
  94. e8f848a vcl: fix session_handle_to_vlsh_table update after session migrate by wanghanlin · 4 years ago
  95. dcacdc4 vcl: fix deadlock in rpc by wanghanlin · 4 years ago
  96. a5a9efd vcl session: switch to generic cert key apis by Florin Coras · 4 years ago
  97. 3b6c84c vcl: allow all workers to block on api by Florin Coras · 4 years ago
  98. 14f066e svm vcl: allow random offsets for fifo segments in apps by Florin Coras · 4 years ago
  99. b462418 svm: allow mq attachments at random offsets by Florin Coras · 4 years ago
  100. c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years ago