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