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