1. 5fda7a3 session: avoid session handle conflict with vcl by Florin Coras · 7 years ago
  2. f8f516a session: support local sessions and deprecate redirects by Florin Coras · 7 years ago
  3. a332c46 session: segment manager refactor by Florin Coras · 7 years ago
  4. 84a30ef session: use clib rwlocks instead of custom implementation by Florin Coras · 7 years ago
  5. fc804d9 Fix session/tcp coverity warnings by Florin Coras · 7 years ago
  6. 2f8d8fa session: disconnect and echo client improvements by Florin Coras · 7 years ago
  7. 4399c2e session: move builtin apps to their own folder by Florin Coras · 7 years ago
  8. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  9. 191a594 SCTP stack (RFC4960) by Marco Varlese · 7 years ago
  10. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  11. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  12. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  13. b795bd0 tcp: add builtin server/client transfer test by Florin Coras · 7 years ago
  14. 97b1a27 session api: Fix Coverity Warning CID 180115 by Dave Wallace · 7 years ago
  15. ff6e769 session: cleanup attach flags by Florin Coras · 7 years ago
  16. 19b1f6a session: fix proxy removal by Florin Coras · 7 years ago
  17. 561af9b session: generalize handling of network transports by Florin Coras · 7 years ago
  18. c1214bd make sure the very first fragment triggers an rx_callback by Andreas Schultz · 7 years ago
  19. 82d8ec2 VPP-1077 Add meaningful error info, when executing command with enable/disable option by Swarup Nayak · 7 years ago
  20. 73e4f79 session: support for rule tags overwriting by Florin Coras · 7 years ago
  21. 7a2e1bd session: allocate cb messages from client ring by Florin Coras · 7 years ago
  22. 93e6580 session: fix preallocation of local endpoint table by Florin Coras · 7 years ago
  23. 2a86391 Shut down session queue input nodes on exit by Dave Barach · 7 years ago
  24. f988e69 tcp: fix retransmissions under buffer shortage by Florin Coras · 7 years ago
  25. c3ddea8 session: return bound listener for proxy accepts by Florin Coras · 7 years ago
  26. 8b9a5d1 Fix session rule port endianness. by Milan Lenco · 7 years ago
  27. eb2945c session: do not check transport for local table binds by Florin Coras · 7 years ago
  28. 8f107b3 session: more rules unit tests and cli improvements by Florin Coras · 7 years ago
  29. 6a9b68b session: unset fifo event before reading fifo size by Florin Coras · 7 years ago
  30. dff48db session/tcp: filtering improvements by Florin Coras · 7 years ago
  31. 42324ad session: fix session rules api to use transport proto by Florin Coras · 7 years ago
  32. dcf55ce vppcom: improve listener session handling by Florin Coras · 7 years ago
  33. de5fec9 session: add handle to disconnect_session_reply api msg. by Dave Wallace · 7 years ago
  34. 6e8c667 session: add app ns index to ns create api by Florin Coras · 7 years ago
  35. dbd4456 session: use listener logic for proxy rules by Florin Coras · 7 years ago
  36. ad0c77f session: use pool for segment manager properties by Florin Coras · 7 years ago
  37. ef24d42 session: fix app index in unbind by Florin Coras · 7 years ago
  38. a2ff7b8 session: lookup/rules table improvements and cleanup by Florin Coras · 7 years ago
  39. 2640808 session: fix app ns list cli dump by Florin Coras · 7 years ago
  40. dcdff6e session: fix show app ns table cli by Florin Coras · 7 years ago
  41. 4e4531e session: fix v6 double binds by Florin Coras · 7 years ago
  42. c97a739 session: add rule tags by Florin Coras · 7 years ago
  43. 6c36f53 session: add api to dump rules by Florin Coras · 7 years ago
  44. f0c1c96 session: support drop action in rules table by Florin Coras · 7 years ago
  45. 29ca16f session/udp: init rw locks by Florin Coras · 7 years ago
  46. 62333be session: fix proxy coverity warnings by Florin Coras · 7 years ago
  47. 7999e83 session: add support for proxying apps by Florin Coras · 7 years ago
  48. a2e244c session: fix coverity warnings by Florin Coras · 7 years ago
  49. 1c71045 session: rules tables by Florin Coras · 7 years ago
  50. fc1c612 session: instantiate appns lookup table only once by Florin Coras · 7 years ago
  51. 9a9adb2 session: swap appns secret to host byte order by Florin Coras · 7 years ago
  52. 8af2054 VCL: add session namespace support. by Dave Wallace · 7 years ago
  53. 965fec9 session: fix connect corner case crash. by Dave Wallace · 7 years ago
  54. ade70e4 session: return local transport endpoint in connect reply by Florin Coras · 7 years ago
  55. ec44e34 session: fix build when debugging is on by Florin Coras · 7 years ago
  56. 3cbc04b udp: refactor udp code by Florin Coras · 7 years ago
  57. cea194d session: add support for application namespacing by Florin Coras · 7 years ago
  58. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  59. 0e49568 session: store tep port in net order by Florin Coras · 7 years ago
  60. 9d06304 session/tcp: improve preallocated segment handling by Florin Coras · 7 years ago
  61. b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
  62. 4eeeaaf tcp: horizontal scaling improvments by Florin Coras · 7 years ago
  63. 33e002b Fix session connect_* api message handling. by Dave Wallace · 7 years ago
  64. 91f3e74 Improve "show segment-manager segments" by Dave Barach · 7 years ago
  65. b7f1faa Add fixed-size, preallocated pool support by Dave Barach · 7 years ago
  66. 5095895 tcp: re-enable persist timer if no data available to send by Florin Coras · 7 years ago
  67. c87c91d session: segment manager improvements by Florin Coras · 7 years ago
  68. 1f152cd tcp: retransmit and multi-buffer segment fixes and improvements by Florin Coras · 7 years ago
  69. e87216f session: fix multi-buffer segments by Florin Coras · 7 years ago
  70. c9d1c5b tcp: fix v6 sessions by root · 7 years ago
  71. 0e9c33b tcp: improve builtin http server by Florin Coras · 7 years ago
  72. ab0289a tcp: state machine improvements by Florin Coras · 7 years ago
  73. b2215d6 Fix tcp multi buffer segments retransmission by Florin Coras · 7 years ago
  74. 818eb54 Improve the svm fifo allocator by Dave Barach · 7 years ago
  75. 52851e6 TCP proxy prototype by Dave Barach · 7 years ago
  76. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  77. 6881062 Make tcp active open data structures thread safe by Florin Coras · 7 years ago
  78. 04e5344 Cleanup/refactor session layer code by Florin Coras · 7 years ago
  79. 6534b7a Improvements to tcp rx path and debugging by Florin Coras · 7 years ago
  80. 5037669 Prevent double freeing of first segment manager. by Dave Wallace · 7 years ago
  81. 3eb5062 Fixes and improved tcp/session debugging by Florin Coras · 7 years ago
  82. 213b5aa vnet_buffer_t flags cleanup by Damjan Marion · 7 years ago
  83. 2c25a62 Horizontal (nSessions) scaling draft by Dave Barach · 7 years ago
  84. 7b749fe Unlink /dev/shm files on application detach. by Dave Wallace · 7 years ago
  85. f6359c8 Improve svm fifo and tcp tx path performance (VPP-846) by Florin Coras · 7 years ago
  86. f03a59a Overall tcp performance improvements (VPP-846) by Florin Coras · 8 years ago
  87. b2d5ff3 Fix session api connect sock handler. by Dave Wallace · 8 years ago
  88. 93992a9 Implement sack based tcp loss recovery (RFC 6675) by Florin Coras · 8 years ago
  89. 2fcc49d Small update to session API by Florin Coras · 8 years ago
  90. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  91. bb292f4 Improve session debugging by Florin Coras · 8 years ago
  92. f264236 Remove nop code from session_manager_add_first_segment(). by Dave Wallace · 8 years ago
  93. acd2a6a VPP-846: tcp perf / scale / hardening by Dave Barach · 8 years ago
  94. 259cdae Fixes to tcp active opens and reception by Dave Barach · 8 years ago
  95. 0194f1a Fix builtin tcp client by Dave Barach · 8 years ago
  96. e5f1d27 Multi-thread enablement for the debug cli http server by Dave Barach · 8 years ago
  97. 1015a1e Builtin debug cli http server by Dave Barach · 8 years ago
  98. 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
  99. f6d68ed Add support for tcp/session buffer chains by Florin Coras · 8 years ago
  100. c834341 Include TCP options in segment size computation by Florin Coras · 8 years ago