1. fa7512e session: fix app name formatting by Florin Coras · 6 years ago
  2. 6416e62 tcp: do not delete session on establish pop by Florin Coras · 6 years ago
  3. 509028a session: fix cli for sessions in created state by Florin Coras · 6 years ago
  4. 6575a9a session: do not enable pre-input node with 0 workers by Florin Coras · 6 years ago
  5. 096f2f8 session: remove session logic from io rx evt sender by Florin Coras · 6 years ago
  6. 69b68ef session: use app cb function wrappers by Florin Coras · 6 years ago
  7. f65074e tcp: improve rcv process ack processing by Florin Coras · 6 years ago
  8. 60f3e65 Integrate first QUIC protocol implementation by Nathan Skrzypczak · 6 years ago
  9. b38ee66 session: remove unused tx context field by Florin Coras · 6 years ago
  10. 6bc6fd0 session: cap max burst to a constant by Florin Coras · 6 years ago
  11. 20ab31e UDP: Fix session registration in lookup table by Aloys Augustin · 6 years ago
  12. ef71ef0 Fix unformat proto UDPC / UDP conflict by Nathan Skrzypczak · 6 years ago
  13. 4b76112 session/fifo: make event unset atomic by Florin Coras · 6 years ago
  14. d5c604d session: add session flags by Florin Coras · 6 years ago
  15. a04ebb8 session rule cli add udp session fail by zhanglimao · 6 years ago
  16. bf7ce2c tls: fixes and improvements by Florin Coras · 6 years ago
  17. 9f1a543 session: fix ct that match global table entries by Florin Coras · 6 years ago
  18. 14ed6df session/tcp/vcl: fixes and optimizations by Florin Coras · 6 years ago
  19. 11e2cf5 session: reorganize session fields by Florin Coras · 6 years ago
  20. f8d2e86 session/tls: remove unused t_app_index field by Florin Coras · 6 years ago
  21. f940f8a session: use transport custom tx for app transports by Florin Coras · 6 years ago
  22. c0737e9 session: use session index instead of fifo for evt by Florin Coras · 6 years ago
  23. 653e43f session: use vpp to switch io events for ct sessions by Florin Coras · 6 years ago
  24. 19223e0 session: remove svm_segment_index from session struct by Florin Coras · 6 years ago
  25. d8402ae session: eventfd for mq only for bapi socket transport by Florin Coras · 6 years ago
  26. 6442401 session: remove deprecated binary apis by Florin Coras · 6 years ago
  27. a0dbf9e session: notify app of segment removal by Florin Coras · 6 years ago
  28. 92311f6 session: fix unlisten with invalid handles by Florin Coras · 6 years ago
  29. 31c9955 session: cleanup/rename functions by Florin Coras · 6 years ago
  30. f6c4313 session: cleanup session event types by Florin Coras · 6 years ago
  31. 2b81e3c session: refactor local connects by Florin Coras · 6 years ago
  32. d4295e6 session: refactor local/cut-through listens by Florin Coras · 6 years ago
  33. 70c35f3 session: fix local binds by Florin Coras · 6 years ago
  34. d7e7c2b Fix broken ASSERT by Dave Barach · 6 years ago
  35. ba7d8f5 session: separate local session logic by Florin Coras · 6 years ago
  36. dfae9f9 vcl/session: send unlisten over message queue by Florin Coras · 6 years ago
  37. 565115e tcp: drop outstanding data when entering closing state by Florin Coras · 6 years ago
  38. 51a423d session: fix local sessions disconnects by Florin Coras · 6 years ago
  39. 8a14061 tls: add vcl test by Florin Coras · 6 years ago
  40. a27a46e session: move fifo allocation logic to app worker by Florin Coras · 6 years ago
  41. 222e1f41 tcp: harden for high scale scenarios by Florin Coras · 6 years ago
  42. bb65ba1 Fix connexion segfault in session api affecting tcp_echo by Nathan Skrzypczak · 6 years ago
  43. 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
  44. b4c1491 session: add config for evt qs segment size by Florin Coras · 6 years ago
  45. c1a4265 session: cleanup application interface by Florin Coras · 6 years ago
  46. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  47. 54a51fd tls: move test certificates to separate header file by Florin Coras · 6 years ago
  48. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  49. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  50. 1ee7830 transport: cleanup by Florin Coras · 6 years ago
  51. 4edc37e session: cleanup part 3 by Florin Coras · 6 years ago
  52. 623eb56 session: cleanup part 2 by Florin Coras · 6 years ago
  53. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  54. 3389dd2 session: improve show session cli by Florin Coras · 6 years ago
  55. 2068fd4 session: remove local buffer cache by Florin Coras · 6 years ago
  56. 87c6570 session: properly initialize accepted/connected msgs by Florin Coras · 6 years ago
  57. 5f45e01 session/vcl: support worker ownership change for listeners by Florin Coras · 6 years ago
  58. baee8d4 session: add support for vrf in session unformat (VPP-1546) by Florin Coras · 6 years ago
  59. 58a93e8 tls: preallocate app sessions on connect/accept by Florin Coras · 6 years ago
  60. 72b0428 vcl/session: replicate events for shared sessions by Florin Coras · 6 years ago
  61. b5e55a2 session: generate wrong thread errors instead of crashing by Florin Coras · 6 years ago
  62. 1bcad5c session/vcl: improve fifo tx notifications by Florin Coras · 6 years ago
  63. 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
  64. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  65. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  66. b0f662f vcl/ldp: add write msg function and fine tuning by Florin Coras · 6 years ago
  67. 5a2ec8f session: free session after transport and app confirm by Florin Coras · 6 years ago
  68. 54ddf43 tcp: improve waitclose in closing states by Florin Coras · 6 years ago
  69. 844a36d http server: improvements by Florin Coras · 6 years ago
  70. 78cc4b0 tcp: fix fin_wait_1 condition to send fin by Florin Coras · 6 years ago
  71. aefbede session: add cli option to dump session elog by Florin Coras · 6 years ago
  72. e96bf63 tcp/session: notify transport of close when tx fifo is not empty by Florin Coras · 6 years ago
  73. e2ea193 session: handle close before app accept reply by Florin Coras · 6 years ago
  74. a9d5bea tcp/session: drop connections if message queue is full by Florin Coras · 6 years ago
  75. 3c7d4f9 vcl/session: handle reset/disconnect before app accept by Florin Coras · 6 years ago
  76. 42ceddb session/tcp: support tx flush mark by Florin Coras · 6 years ago
  77. 4af830c session/tcp: postpone cleanup on reset by Florin Coras · 6 years ago
  78. 01f3f89 vcl: cleanup children that use _exit() by Florin Coras · 6 years ago
  79. dc2e251 vcl: test refactor and improvements by Florin Coras · 6 years ago
  80. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  81. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  82. 4744ddb session: use endpt fib index if app in default ns by John Lo · 6 years ago
  83. 47c40e2 vcl: basic support for apps that fork by Florin Coras · 6 years ago
  84. 3b4c64e session: fix coverity app name warning by Florin Coras · 6 years ago
  85. 349f8ca session: improve app cli by Florin Coras · 6 years ago
  86. c1f5a43 session: cleanup use of api_client_index by Florin Coras · 6 years ago
  87. 053a0e4 vcl/session: apps with process workers by Florin Coras · 6 years ago
  88. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  89. efefc6b tcp: pacer and mrtt estimation improvements by Florin Coras · 6 years ago
  90. 7ac053b tcp: consume incoming buffers instead of reusing by Florin Coras · 6 years ago
  91. 36ee9f1 tcp: send unsent data in fast recovery by Florin Coras · 6 years ago
  92. c44a558 session: measure dispatch period only if under load by Florin Coras · 6 years ago
  93. e55a6d7 tcp: fast retransmit pacing by Florin Coras · 6 years ago
  94. 0d883a4 session: fix sh session cli by Florin Coras · 6 years ago
  95. 5f56d73 session: prioritize postponed sessions by Florin Coras · 6 years ago
  96. 5a7ca7b session: add wrk context by Florin Coras · 6 years ago
  97. 9f3b14e session: move test to unittest plugin by Florin Coras · 6 years ago
  98. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  99. de9a849 session/tcp: improve cli by Florin Coras · 6 years ago
  100. d67f112 tcp/session: add tx pacer by Florin Coras · 7 years ago