1. 9845c20 session: add option to preallocate fifo headers by Florin Coras · 4 years, 8 months ago
  2. 36d4939 session vcl: propagate transport cleanup notifications by Florin Coras · 4 years, 8 months ago
  3. ba78e23 udp session: jumbo frames and configurable mtu by Florin Coras · 4 years, 8 months ago
  4. 7a2abce vcl session: enforce full dgram reads/writes by Florin Coras · 4 years, 8 months ago
  5. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  6. 0a1e183 session udp: support connect on listeners by Florin Coras · 4 years, 9 months ago
  7. 2de9c0f svm: minimal initial fifo by Florin Coras · 4 years, 11 months ago
  8. d8f48e2 session: basic fifo-tuning-logic by Ryujiro Shibuya · 5 years ago
  9. 234fe89 session svm: tracking segment memory usage by Ryujiro Shibuya · 5 years ago
  10. 9ace36d vcl session: propagate cleanup notifications to apps by Florin Coras · 5 years ago
  11. 68b7e58 vcl session: udp session migration notifications by Florin Coras · 5 years ago
  12. c4c4cf5 session: move add/del segment msg to mq by Florin Coras · 5 years ago
  13. d1b9e70 quic: Implement crypto contexts by Nathan Skrzypczak · 5 years ago
  14. c00f480 quic: Add support for unidirectional streams by Nathan Skrzypczak · 5 years ago
  15. c298f37 quic: Refactor for crypto contexts by Nathan Skrzypczak · 5 years ago
  16. de6caf4 session: Add crypto context by Nathan Skrzypczak · 5 years ago
  17. 45ec9f4 session: ckpair store & crypto engine as mq params by Nathan Skrzypczak · 5 years ago
  18. 98bd358 tls: enable tls engine as the default engine by Yu Ping · 5 years ago
  19. 79ba25d session: support registration of custom crypto engines by Florin Coras · 5 years ago
  20. ef7cbf6 vcl: add api to set lcl ip by Florin Coras · 5 years ago
  21. e24a4bc session: increase max ctrl msg size by Florin Coras · 5 years ago
  22. 7fbdb6a session: fix typos & cert_key store init by Nathan Skrzypczak · 5 years ago
  23. 82fc5fd hsa: use crypto_engine_type_t for TLS by Nathan Skrzypczak · 5 years ago
  24. 79f8953 session: Add certificate store by Nathan Skrzypczak · 5 years ago
  25. 8095b60 hsa: make vpp_echo use mq instead of bapi by Nathan Skrzypczak · 5 years ago
  26. 35174b4 session: fix io_evt mq locking by Nathan Skrzypczak · 5 years ago
  27. 1afa7af session: fix msg freeing on error by Nathan Skrzypczak · 5 years ago
  28. 458089b session: move ctrl messages from bapi to mq by Florin Coras · 5 years ago
  29. 49568af session: session pool migration notification by Florin Coras · 5 years ago
  30. 0dfbce6 session: grab mq lock until ctrl event is enqueued by Florin Coras · 5 years ago
  31. 692b949 session: allow transports to generate closed notifications by Florin Coras · 5 years ago
  32. 70f26d5 session: notify app of session and transport cleanup by Florin Coras · 5 years ago
  33. 87b15ce svm: more fifo refactor/cleanup by Florin Coras · 6 years ago
  34. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  35. 09d18c2 session: use teps in accept/connect notifications by Florin Coras · 6 years ago
  36. 502785b QUIC: Add multi-stream support to internal test apps by Aloys Augustin · 6 years ago
  37. 28aa539 svm_fifo rework to avoid contention on cursize by Sirshak Das · 6 years ago
  38. 4b76112 session/fifo: make event unset atomic by Florin Coras · 6 years ago
  39. c0737e9 session: use session index instead of fifo for evt by Florin Coras · 6 years ago
  40. 653e43f session: use vpp to switch io events for ct sessions by Florin Coras · 6 years ago
  41. 6442401 session: remove deprecated binary apis by Florin Coras · 6 years ago
  42. f6c4313 session: cleanup session event types by Florin Coras · 6 years ago
  43. dfae9f9 vcl/session: send unlisten over message queue by Florin Coras · 6 years ago
  44. c1a4265 session: cleanup application interface by Florin Coras · 6 years ago
  45. 54a51fd tls: move test certificates to separate header file by Florin Coras · 6 years ago
  46. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  47. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  48. 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
  49. 3c7d4f9 vcl/session: handle reset/disconnect before app accept by Florin Coras · 6 years ago
  50. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  51. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  52. 053a0e4 vcl/session: apps with process workers by Florin Coras · 6 years ago
  53. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  54. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  55. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  56. da3eec1 session: detect namespace for transport apps by Florin Coras · 6 years ago
  57. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  58. 6011699 vcl/session: use mq for bind replies by Florin Coras · 6 years ago
  59. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  60. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  61. 460dce6 vcl: add read/write udp support by Florin Coras · 6 years ago
  62. 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
  63. 52207f1 session: send ctrl msg over mq by Florin Coras · 6 years ago
  64. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  65. 697faea vcl: move binary api and cfg to separate files by Florin Coras · 6 years ago
  66. 7e12d94 vcl: refactor vcl session by Florin Coras · 6 years ago
  67. 8e43d04 session: cleanup session tx function by Florin Coras · 7 years ago
  68. 7fb0fe1 udp/session: refactor to support dgram mode by Florin Coras · 7 years ago
  69. 0bee9ce session: allow builtin apps to register names by Florin Coras · 7 years ago
  70. 58d36f0 tls: add openssl engine by Florin Coras · 7 years ago
  71. 8f89dd0 tls: enforce certificate verification by Florin Coras · 7 years ago
  72. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  73. f8f516a session: support local sessions and deprecate redirects by Florin Coras · 7 years ago
  74. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  75. ff6e769 session: cleanup attach flags by Florin Coras · 7 years ago
  76. 7999e83 session: add support for proxying apps by Florin Coras · 7 years ago
  77. 3cbc04b udp: refactor udp code by Florin Coras · 7 years ago
  78. cea194d session: add support for application namespacing by Florin Coras · 7 years ago
  79. 52851e6 TCP proxy prototype by Dave Barach · 7 years ago
  80. 2c25a62 Horizontal (nSessions) scaling draft by Dave Barach · 7 years ago
  81. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  82. a546481 Session layer improvements by Florin Coras · 8 years ago
  83. 6cf30ad Session layer refactoring by Florin Coras · 8 years ago
  84. d79b41e VPP-659 TCP improvements by Florin Coras · 8 years ago
  85. 68b0fb0 VPP-598: tcp stack initial commit by Dave Barach · 8 years ago