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