1. a27a46e session: move fifo allocation logic to app worker by Florin Coras · 6 years ago
  2. 222e1f41 tcp: harden for high scale scenarios by Florin Coras · 6 years ago
  3. bb65ba1 Fix connexion segfault in session api affecting tcp_echo by Nathan Skrzypczak · 6 years ago
  4. 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
  5. b4c1491 session: add config for evt qs segment size by Florin Coras · 6 years ago
  6. c1a4265 session: cleanup application interface by Florin Coras · 6 years ago
  7. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  8. 54a51fd tls: move test certificates to separate header file by Florin Coras · 6 years ago
  9. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  10. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  11. 1ee7830 transport: cleanup by Florin Coras · 6 years ago
  12. 4edc37e session: cleanup part 3 by Florin Coras · 6 years ago
  13. 623eb56 session: cleanup part 2 by Florin Coras · 6 years ago
  14. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  15. 3389dd2 session: improve show session cli by Florin Coras · 6 years ago
  16. 2068fd4 session: remove local buffer cache by Florin Coras · 6 years ago
  17. 87c6570 session: properly initialize accepted/connected msgs by Florin Coras · 6 years ago
  18. 5f45e01 session/vcl: support worker ownership change for listeners by Florin Coras · 6 years ago
  19. baee8d4 session: add support for vrf in session unformat (VPP-1546) by Florin Coras · 6 years ago
  20. 58a93e8 tls: preallocate app sessions on connect/accept by Florin Coras · 6 years ago
  21. 72b0428 vcl/session: replicate events for shared sessions by Florin Coras · 6 years ago
  22. b5e55a2 session: generate wrong thread errors instead of crashing by Florin Coras · 6 years ago
  23. 1bcad5c session/vcl: improve fifo tx notifications by Florin Coras · 6 years ago
  24. 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
  25. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  26. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  27. b0f662f vcl/ldp: add write msg function and fine tuning by Florin Coras · 6 years ago
  28. 5a2ec8f session: free session after transport and app confirm by Florin Coras · 6 years ago
  29. 54ddf43 tcp: improve waitclose in closing states by Florin Coras · 6 years ago
  30. 844a36d http server: improvements by Florin Coras · 6 years ago
  31. 78cc4b0 tcp: fix fin_wait_1 condition to send fin by Florin Coras · 6 years ago
  32. aefbede session: add cli option to dump session elog by Florin Coras · 6 years ago
  33. e96bf63 tcp/session: notify transport of close when tx fifo is not empty by Florin Coras · 6 years ago
  34. e2ea193 session: handle close before app accept reply by Florin Coras · 6 years ago
  35. a9d5bea tcp/session: drop connections if message queue is full by Florin Coras · 6 years ago
  36. 3c7d4f9 vcl/session: handle reset/disconnect before app accept by Florin Coras · 6 years ago
  37. 42ceddb session/tcp: support tx flush mark by Florin Coras · 6 years ago
  38. 4af830c session/tcp: postpone cleanup on reset by Florin Coras · 6 years ago
  39. 01f3f89 vcl: cleanup children that use _exit() by Florin Coras · 6 years ago
  40. dc2e251 vcl: test refactor and improvements by Florin Coras · 6 years ago
  41. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  42. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  43. 4744ddb session: use endpt fib index if app in default ns by John Lo · 6 years ago
  44. 47c40e2 vcl: basic support for apps that fork by Florin Coras · 6 years ago
  45. 3b4c64e session: fix coverity app name warning by Florin Coras · 6 years ago
  46. 349f8ca session: improve app cli by Florin Coras · 6 years ago
  47. c1f5a43 session: cleanup use of api_client_index by Florin Coras · 6 years ago
  48. 053a0e4 vcl/session: apps with process workers by Florin Coras · 6 years ago
  49. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  50. efefc6b tcp: pacer and mrtt estimation improvements by Florin Coras · 6 years ago
  51. 7ac053b tcp: consume incoming buffers instead of reusing by Florin Coras · 6 years ago
  52. 36ee9f1 tcp: send unsent data in fast recovery by Florin Coras · 6 years ago
  53. c44a558 session: measure dispatch period only if under load by Florin Coras · 6 years ago
  54. e55a6d7 tcp: fast retransmit pacing by Florin Coras · 6 years ago
  55. 0d883a4 session: fix sh session cli by Florin Coras · 6 years ago
  56. 5f56d73 session: prioritize postponed sessions by Florin Coras · 6 years ago
  57. 5a7ca7b session: add wrk context by Florin Coras · 6 years ago
  58. 9f3b14e session: move test to unittest plugin by Florin Coras · 6 years ago
  59. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  60. de9a849 session/tcp: improve cli by Florin Coras · 6 years ago
  61. d67f112 tcp/session: add tx pacer by Florin Coras · 7 years ago
  62. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  63. c01d578 tls: fix connection failures/interrupts at scale (VPP-1464) by Florin Coras · 6 years ago
  64. c5347d9 tcp: fix cleanup of non established connections (VPP-1463) by Florin Coras · 6 years ago
  65. eb97e5f tls: fix multi threaded medium scale test (VPP-1457) by Florin Coras · 6 years ago
  66. aa27eb9 vcl: fix bidirectional tests (VPP-1455) by Florin Coras · 6 years ago
  67. c0d532d session: mark apis for deprecation by Florin Coras · 6 years ago
  68. 83ea669 session: don't wait indefinitely for apps to consume evts (VPP-1454) by Florin Coras · 6 years ago
  69. 326b81e session: fix local session tagging and cleanup by Florin Coras · 6 years ago
  70. a44d6b1 udp_echo: fix cut-through server mode by Florin Coras · 6 years ago
  71. 400ded3 session: fix first segment manager cleanup by Florin Coras · 6 years ago
  72. ef91534 tls: fix disconnects for sessions with pending data by Florin Coras · 6 years ago
  73. 537b17e session: lock msg queues while generating control events by Florin Coras · 6 years ago
  74. 0e88e85 session/svm: add want_tx_event flag to fifo by Florin Coras · 6 years ago
  75. 568ebc7 session: improve close procedure by Florin Coras · 6 years ago
  76. 4829bab session: ensure detach is done with worker barrier by Florin Coras · 6 years ago
  77. 86f0450 vcl: keep track of unexpected events by Florin Coras · 6 years ago
  78. 41c9e04 vcl: improve read and fifo event handling by Florin Coras · 6 years ago
  79. 2179513 session: lock app worker mq for io events by Florin Coras · 6 years ago
  80. 3348a4c vcl: set worker pthread stop key by Florin Coras · 6 years ago
  81. da3eec1 session: detect namespace for transport apps by Florin Coras · 6 years ago
  82. 74cac88 session: fix reentrant listens by Florin Coras · 6 years ago
  83. 6d4bb42 vcl: refactor test client to support workers by Florin Coras · 6 years ago
  84. 1459877 vcl/session/svm: fix coverity warnings by Florin Coras · 6 years ago
  85. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  86. aea5f39 VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram mode by shubing guo · 6 years ago
  87. 134a996 vcl: add support for multi-worker apps by Florin Coras · 6 years ago
  88. 6011699 vcl/session: use mq for bind replies by Florin Coras · 6 years ago
  89. c3638fe session: fix coverity warnings by Florin Coras · 6 years ago
  90. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  91. 3ec66b0 tcp: fix cc recovery re-entry and persist timer pop by Florin Coras · 6 years ago
  92. fcbda89 session: fix retrieval of local sessions if app is detached by Florin Coras · 6 years ago
  93. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  94. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  95. 466f289 socket api: multiple fds in one msg by Florin Coras · 6 years ago
  96. 460dce6 vcl: add read/write udp support by Florin Coras · 6 years ago
  97. d3ca8ff session/dlmalloc: coverity fixes by Florin Coras · 6 years ago
  98. 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
  99. 8409955 session: send rx events only if session ready by Florin Coras · 6 years ago
  100. 3d0fadc session: coverity warnings by Florin Coras · 6 years ago