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. 28aa539 svm_fifo rework to avoid contention on cursize by Sirshak Das · 6 years ago
  4. f65074e tcp: improve rcv process ack processing by Florin Coras · 6 years ago
  5. 60f3e65 Integrate first QUIC protocol implementation by Nathan Skrzypczak · 6 years ago
  6. b38ee66 session: remove unused tx context field by Florin Coras · 6 years ago
  7. d5c604d session: add session flags by Florin Coras · 6 years ago
  8. 653e43f session: use vpp to switch io events for ct sessions by Florin Coras · 6 years ago
  9. 31c9955 session: cleanup/rename functions by Florin Coras · 6 years ago
  10. f6c4313 session: cleanup session event types by Florin Coras · 6 years ago
  11. ba7d8f5 session: separate local session logic by Florin Coras · 6 years ago
  12. 565115e tcp: drop outstanding data when entering closing state by Florin Coras · 6 years ago
  13. a27a46e session: move fifo allocation logic to app worker by Florin Coras · 6 years ago
  14. b4c1491 session: add config for evt qs segment size by Florin Coras · 6 years ago
  15. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  16. 1ee7830 transport: cleanup by Florin Coras · 6 years ago
  17. 4edc37e session: cleanup part 3 by Florin Coras · 6 years ago
  18. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  19. 5f45e01 session/vcl: support worker ownership change for listeners by Florin Coras · 6 years ago
  20. 1bcad5c session/vcl: improve fifo tx notifications by Florin Coras · 6 years ago
  21. 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
  22. 5a2ec8f session: free session after transport and app confirm by Florin Coras · 6 years ago
  23. 54ddf43 tcp: improve waitclose in closing states by Florin Coras · 6 years ago
  24. a9d5bea tcp/session: drop connections if message queue is full by Florin Coras · 6 years ago
  25. 42ceddb session/tcp: support tx flush mark by Florin Coras · 6 years ago
  26. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  27. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  28. 7ac053b tcp: consume incoming buffers instead of reusing by Florin Coras · 6 years ago
  29. c44a558 session: measure dispatch period only if under load by Florin Coras · 6 years ago
  30. 5f56d73 session: prioritize postponed sessions by Florin Coras · 6 years ago
  31. 5a7ca7b session: add wrk context by Florin Coras · 6 years ago
  32. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  33. d67f112 tcp/session: add tx pacer by Florin Coras · 7 years ago
  34. eb97e5f tls: fix multi threaded medium scale test (VPP-1457) by Florin Coras · 6 years ago
  35. ef91534 tls: fix disconnects for sessions with pending data by Florin Coras · 6 years ago
  36. 568ebc7 session: improve close procedure by Florin Coras · 6 years ago
  37. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  38. 6011699 vcl/session: use mq for bind replies by Florin Coras · 6 years ago
  39. 3ec66b0 tcp: fix cc recovery re-entry and persist timer pop by Florin Coras · 6 years ago
  40. 460dce6 vcl: add read/write udp support by Florin Coras · 6 years ago
  41. 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
  42. 52207f1 session: send ctrl msg over mq by Florin Coras · 6 years ago
  43. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  44. 0d60a0f session: send tx notification to app by Florin Coras · 6 years ago
  45. 25579b4 tcp: cleanup connection/session fixes by Florin Coras · 7 years ago
  46. d2aab83 tcp: cc improvements and fixes by Florin Coras · 7 years ago
  47. fd542f1 session: add session process node by Florin Coras · 7 years ago
  48. f08f26d session: alloc one frame per output node dispatch by Florin Coras · 7 years ago
  49. 8e43d04 session: cleanup session tx function by Florin Coras · 7 years ago
  50. c1a448b tcp/session: debug improvements/fixes by Florin Coras · 7 years ago
  51. 7fb0fe1 udp/session: refactor to support dgram mode by Florin Coras · 7 years ago
  52. 5c9083d session: use generic session pool for listeners by Florin Coras · 7 years ago
  53. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  54. 5fda7a3 session: avoid session handle conflict with vcl by Florin Coras · 7 years ago
  55. f8f516a session: support local sessions and deprecate redirects by Florin Coras · 7 years ago
  56. a332c46 session: segment manager refactor by Florin Coras · 7 years ago
  57. 84a30ef session: use clib rwlocks instead of custom implementation by Florin Coras · 7 years ago
  58. 2f8d8fa session: disconnect and echo client improvements by Florin Coras · 7 years ago
  59. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  60. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  61. 561af9b session: generalize handling of network transports by Florin Coras · 7 years ago
  62. 93e6580 session: fix preallocation of local endpoint table by Florin Coras · 7 years ago
  63. 2a86391 Shut down session queue input nodes on exit by Dave Barach · 7 years ago
  64. c3ddea8 session: return bound listener for proxy accepts by Florin Coras · 7 years ago
  65. 3cbc04b udp: refactor udp code by Florin Coras · 7 years ago
  66. cea194d session: add support for application namespacing by Florin Coras · 7 years ago
  67. 33e002b Fix session connect_* api message handling. by Dave Wallace · 7 years ago
  68. 52851e6 TCP proxy prototype by Dave Barach · 7 years ago
  69. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  70. 6881062 Make tcp active open data structures thread safe by Florin Coras · 7 years ago
  71. 04e5344 Cleanup/refactor session layer code by Florin Coras · 7 years ago
  72. 6534b7a Improvements to tcp rx path and debugging by Florin Coras · 7 years ago
  73. 3eb5062 Fixes and improved tcp/session debugging by Florin Coras · 7 years ago
  74. 2c25a62 Horizontal (nSessions) scaling draft by Dave Barach · 7 years ago
  75. f03a59a Overall tcp performance improvements (VPP-846) by Florin Coras · 8 years ago
  76. 93992a9 Implement sack based tcp loss recovery (RFC 6675) by Florin Coras · 8 years ago
  77. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  78. acd2a6a VPP-846: tcp perf / scale / hardening by Dave Barach · 8 years ago
  79. 0194f1a Fix builtin tcp client by Dave Barach · 8 years ago
  80. e5f1d27 Multi-thread enablement for the debug cli http server by Dave Barach · 8 years ago
  81. 1015a1e Builtin debug cli http server by Dave Barach · 8 years ago
  82. f6d68ed Add support for tcp/session buffer chains by Florin Coras · 8 years ago
  83. c28764f TCP ooo reception fixes by Florin Coras · 8 years ago
  84. a546481 Session layer improvements by Florin Coras · 8 years ago
  85. 6cf30ad Session layer refactoring by Florin Coras · 8 years ago
  86. 3e350af TCP cc/window management fixes and debugging by Florin Coras · 8 years ago
  87. 6792ec0 TCP/session improvements by Florin Coras · 8 years ago
  88. e69f495 VPP-659 Improve tcp/session debugging and testing by Florin Coras · 8 years ago
  89. d79b41e VPP-659 TCP improvements by Florin Coras · 8 years ago
  90. e04c299 Cleanup URI code and TCP bugfixing by Florin Coras · 8 years ago
  91. 68b0fb0 VPP-598: tcp stack initial commit by Dave Barach · 8 years ago