1. 9ace36d vcl session: propagate cleanup notifications to apps by Florin Coras · 5 years ago
  2. 30928f8 session tcp: fix packet tracing by Florin Coras · 4 years, 11 months ago
  3. 2d8829c session: fix node runtime in pre-input queue handler by Florin Coras · 5 years ago
  4. 68b7e58 vcl session: udp session migration notifications by Florin Coras · 5 years ago
  5. 87b0c89 session: remove io event dispatch dbg msg by Florin Coras · 5 years ago
  6. 8ef8f8f session: add feature.yaml by Florin Coras · 5 years ago
  7. 95cd864 session: fix listener global endpoint lookup by Florin Coras · 5 years ago
  8. b092b77 tcp: Enable TCP timewait port use by Yu Ping · 5 years ago
  9. c4c4cf5 session: move add/del segment msg to mq by Florin Coras · 5 years ago
  10. d1b9e70 quic: Implement crypto contexts by Nathan Skrzypczak · 5 years ago
  11. f50bac1 vppinfra: bihash walk cb typedef and continue/stop controls by Neale Ranns · 5 years ago
  12. ef4f3e7 session svm: support for segments larger than 4GB by Florin Coras · 5 years ago
  13. 62ddc03 session svm: per thread fifo segment slices by Florin Coras · 5 years ago
  14. 0aa4013 api: Use vl_msg_push/pop_heap by Nathan Skrzypczak · 5 years ago
  15. cfdb109 session: Add mq debug cli by Nathan Skrzypczak · 5 years ago
  16. c00f480 quic: Add support for unidirectional streams by Nathan Skrzypczak · 5 years ago
  17. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  18. f191032 session: close for reset replies independent of state by Florin Coras · 5 years ago
  19. 901467e session: fix session_main_get_worker_if_valid by Nathan Skrzypczak · 5 years ago
  20. d3955fb session: no cleanup notification for forced deletes by Florin Coras · 5 years ago
  21. c298f37 quic: Refactor for crypto contexts by Nathan Skrzypczak · 5 years ago
  22. 11e9e35 session tcp: support pacer idle timeouts by Florin Coras · 5 years ago
  23. d9035a4 session tcp: add opaque data to show cli by Florin Coras · 5 years ago
  24. 3bbbf0d session: fix transport proto unformat by Florin Coras · 5 years ago
  25. 989bc47 session: Fix out of order mq by Nathan Skrzypczak · 5 years ago
  26. 91f90d0 session: more show cli output by Florin Coras · 5 years ago
  27. 93e060a session: Increasing the Header lengthe size by Srikanth Akula · 5 years ago
  28. e140d5d session: extra checks in session validation by Srikanth Akula · 5 years ago
  29. 31bd035 session: session enable in multiworker by Nathan Skrzypczak · 5 years ago
  30. aa43914 session: re-set tx fifo event if out of buffers by Florin Coras · 5 years ago
  31. 4f59985 session: add space around ternary operator by Vratko Polak · 5 years ago
  32. de6caf4 session: Add crypto context by Nathan Skrzypczak · 5 years ago
  33. 45ec9f4 session: ckpair store & crypto engine as mq params by Nathan Skrzypczak · 5 years ago
  34. 9d3e1b4 session: fix app attach on error by Nathan Skrzypczak · 5 years ago
  35. a8e71c8 session tcp: refactor pacer time by Florin Coras · 5 years ago
  36. 2d0b2bb session: fix show cli with closed session by Florin Coras · 5 years ago
  37. dd97a48 session: reschedule asap when snd space constrained by Florin Coras · 5 years ago
  38. 45b7973 session: avoid double dispatch of new events by Florin Coras · 5 years ago
  39. ba13c3b session: fix dispatch event logging by Florin Coras · 5 years ago
  40. cbbc4a2 tls: fix on tcp connection reset by Zeyu Zhang · 5 years ago
  41. 5afea12 session: allow transport cleanup only if not deleted by Florin Coras · 5 years ago
  42. 3b5e222 session: app-closed to transport-deleted on delete notify by Florin Coras · 5 years ago
  43. 98bd358 tls: enable tls engine as the default engine by Yu Ping · 5 years ago
  44. 79ba25d session: support registration of custom crypto engines by Florin Coras · 5 years ago
  45. ef7cbf6 vcl: add api to set lcl ip by Florin Coras · 5 years ago
  46. 8a754f1 session: unify buffer tx dispatching by Florin Coras · 5 years ago
  47. 2a7ea2e session tcp: infra for transports to send buffers by Florin Coras · 5 years ago
  48. e24a4bc session: increase max ctrl msg size by Florin Coras · 5 years ago
  49. 94d2da0 session: fix use-after-free by Benoît Ganne · 5 years ago
  50. c31dc31 tcp: improve pacing after idle send periods by Florin Coras · 5 years ago
  51. be237bf tcp: retry lost retransmits by Florin Coras · 5 years ago
  52. 7fbdb6a session: fix typos & cert_key store init by Nathan Skrzypczak · 5 years ago
  53. 2a11184 session: avoid old io dispatch if no slots left to send by Ryujiro Shibuya · 5 years ago
  54. 82fc5fd hsa: use crypto_engine_type_t for TLS by Nathan Skrzypczak · 5 years ago
  55. 79f8953 session: Add certificate store by Nathan Skrzypczak · 5 years ago
  56. 8095b60 hsa: make vpp_echo use mq instead of bapi by Nathan Skrzypczak · 5 years ago
  57. caa7acf session: add is_migrating flag by Nathan Skrzypczak · 5 years ago
  58. d4aeb84 session: fix use-after-free by Benoît Ganne · 5 years ago
  59. b5a2f70 session: allow transport cleanup in any state by Florin Coras · 5 years ago
  60. 19e52c9 session: Fix missing elt regrab by Nathan Skrzypczak · 5 years ago
  61. 35174b4 session: fix io_evt mq locking by Nathan Skrzypczak · 5 years ago
  62. e1e7fb8 session: validate connection in session lookup del by Florin Coras · 5 years ago
  63. 36ebcff tcp: use sacks for timer based recovery by Florin Coras · 5 years ago
  64. 54c93cf session: fix cleanup in closing states by Florin Coras · 5 years ago
  65. 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 5 years ago
  66. cac31a4 session: avoid transport cleanup if previously deleted by Florin Coras · 5 years ago
  67. 1afa7af session: fix msg freeing on error by Nathan Skrzypczak · 5 years ago
  68. 5c29029 session: builtin app rx notifications regardless of state by Florin Coras · 5 years ago
  69. 7c8f828 session: limit pacer bucket size by Florin Coras · 5 years ago
  70. 1292d19 session: add session enable option in config file by Nathan Skrzypczak · 5 years ago
  71. 1146ff4 tcp: enable gso in tcp hoststack by Simon Zhang · 5 years ago
  72. 61a89f2 session: fix session filter range by Florin Coras · 5 years ago
  73. 5bb23ec session: improve cli by Florin Coras · 5 years ago
  74. 27eeb87 session: avoid bihash list for session tables by Florin Coras · 5 years ago
  75. e5ff5a3 api: enforce vla is last and fixed string type by Ole Troan · 5 years ago
  76. 5c89fbf session: move svm_fifo_clear_deq_ntf to before calling the app callback by Vladimir Kropylev · 5 years ago
  77. fcd5e12 session : make sure session layer is enabled when cli operate the sessions. by Guanghua Zhang · 5 years ago
  78. 73cad33 svm: fix fifo hdr freelist allocation by Florin Coras · 5 years ago
  79. eef61bb session: fix unbind coverity warning by Florin Coras · 5 years ago
  80. 458089b session: move ctrl messages from bapi to mq by Florin Coras · 5 years ago
  81. dfb3b87 session: add explicit reset api by Florin Coras · 5 years ago
  82. 5d8a806 session: fix enqueue notification on 32bit systems by Florin Coras · 5 years ago
  83. a678974 session: allow closed transports to send by Florin Coras · 5 years ago
  84. d09236d tls: mark as no lookup transport by Florin Coras · 5 years ago
  85. b339233 udp: fix connections move by Aloys Augustin · 5 years ago
  86. 0048223 session: cache align transport base class by Florin Coras · 5 years ago
  87. 49568af session: session pool migration notification by Florin Coras · 5 years ago
  88. 30aaf97 vppinfra: refactor clib_rwlock_t to use single condition variable by jaszha03 · 5 years ago
  89. 2b5fed8 session: fix vpp to app msg generation by Florin Coras · 5 years ago
  90. 854e0a2 session: define connection id length by Florin Coras · 5 years ago
  91. b0ffbee session: separate ctrl, new and old events by Florin Coras · 5 years ago
  92. 26dd6de session tcp: handle rxt and acks as custom events by Florin Coras · 5 years ago
  93. 5f06632 session: add transport deleted state by Florin Coras · 5 years ago
  94. 3940de3 api: binary api cleanup by Dave Barach · 5 years ago
  95. 60183db session: reorganize dispatch logic by Florin Coras · 5 years ago
  96. 198cba8 session: avoid postponing close by Florin Coras · 5 years ago
  97. cca9618 session: improve event logging by Florin Coras · 5 years ago
  98. 8ac1d6d session: Use parent_handle instead of transport_opts by Nathan Skrzypczak · 5 years ago
  99. 6e8b811 session: move constants definition by Florin Coras · 5 years ago
  100. 2062ec0 session: use llist in session node evt handling by Florin Coras · 5 years ago