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