1. 947aa8f session: ignore connecting half_open session in session_tx_fifo_dequeue_internal by Steven Luong · 1 year, 2 months ago
  2. 9eaf377 session: ignore app rx ntf if transport closed by Florin Coras · 1 year, 2 months ago
  3. 9ffec14 session: handle accept and connect errors by Florin Coras · 1 year, 2 months ago
  4. 0242d30 session: async rx event notifications by Florin Coras · 2 years ago
  5. 8f3147d session: regrab evt llist elt for app transports tx by Florin Coras · 1 year, 5 months ago
  6. c8767c4 session udp: add len check for tx dgrams by Florin Coras · 1 year, 6 months ago
  7. d96859f udp: pass cless hdr to transport through buffer by Florin Coras · 1 year, 6 months ago
  8. 5f30518 session: fix session node switching to interrupt mode failded if no user events by Xiaoming Jiang · 1 year, 9 months ago
  9. ac3c8dc session: add session stats by Filip Tehlar · 1 year, 9 months ago
  10. aeb7c1c session vcl: refactor builtin tx event for main tx by Florin Coras · 1 year, 9 months ago
  11. 48d2e15 session: pre-alloc required dma batches by Marvin Liu · 1 year, 9 months ago
  12. 5b704f4 session: ignore zero length dgrams by Florin Coras · 1 year, 10 months ago
  13. 7a6532b session: accept lcl ip updates on cl sessions by Florin Coras · 1 year, 10 months ago
  14. c21775b session: avoid trying to send incomplete dgram by Florin Coras · 2 years ago
  15. 227660b session: avoid dgram dequeues with no transport by Florin Coras · 2 years ago
  16. 243a043 vcl: enable gso for 'sendmsg' in LDP mode. by Dou Chao · 2 years, 1 month ago
  17. 309f7aa session: move connects to first worker by Florin Coras · 2 years, 9 months ago
  18. d810a6e session: add session event log for session state by Steven Luong · 2 years, 2 months ago
  19. 20de85b session: add session debug cli by Steven Luong · 2 years, 2 months ago
  20. 0654242 session: support dma option by Marvin Liu · 2 years, 4 months ago
  21. 94ba931 session: fix ctrl evt rpc elt pool realloc by Florin Coras · 2 years, 8 months ago
  22. 0dde175 session: use session layer rpc for evts sent to main by Florin Coras · 2 years, 9 months ago
  23. e09bd48 session: linked list of events to be handled by main by Florin Coras · 2 years, 9 months ago
  24. bb5e2fc session: improve tx tracing by Florin Coras · 2 years, 10 months ago
  25. 3e15710 session: track bytes dequeued in snd params by Florin Coras · 2 years, 10 months ago
  26. 5384cca session: update time for list of subscribers by Florin Coras · 2 years, 11 months ago
  27. f66cc80 session: pass tx buffers in bulk to transports by Florin Coras · 3 years, 8 months ago
  28. 9bd71be session: deschedule sessions with no data to send by Florin Coras · 3 years ago
  29. c6eb7da session: accept reply improvements by Florin Coras · 3 years, 1 month ago
  30. 2f09bfc vcl: add DSCP support in VCL by Filip Tehlar · 3 years, 1 month ago
  31. 22efac3 session: fix severity info by Filip Tehlar · 3 years, 2 months ago
  32. 10bb21f vlib: fix vlib_buffer_enqueue_to_next() overflow by Benoît Ganne · 3 years, 3 months ago
  33. 0242fd8 udp: fill rmt info if session is connection less by liuyacan · 3 years, 4 months ago
  34. 40ba692 session: fix prefetch out of struct bound on Arm by Tianyu Li · 3 years, 4 months ago
  35. 1b6b09b tcp: Allow accepting session to send custom packet by liuyacan · 3 years, 4 months ago
  36. c941fcb session: fix unlisten rpc barrier release by Florin Coras · 3 years, 5 months ago
  37. 595724a session: free ctrl event data on connect rpc by Florin Coras · 3 years, 6 months ago
  38. c53eb72 session: avoid reordering unlisten and connect msg by Florin Coras · 3 years, 6 months ago
  39. 6973c73 session: improve ct locking with multiple workers by Florin Coras · 3 years, 6 months ago
  40. 0f27339 session: improve main thread connects rpc by Florin Coras · 3 years, 7 months ago
  41. 46b8b1a session: cleanup event llist usage by Florin Coras · 3 years, 7 months ago
  42. a48dffe session: poll main thread if pending connects by Florin Coras · 3 years, 7 months ago
  43. 0984395 session: only handle old ctrl events per dispatch by Florin Coras · 3 years, 7 months ago
  44. 1d7a663 session: move tx-buffers to tx ctx by Florin Coras · 3 years, 7 months ago
  45. af97221 session: rpc for connects to main by Florin Coras · 3 years, 7 months ago
  46. 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
  47. f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 10 months ago
  48. 5c97dbf session: fix mq ext config cleanup by Florin Coras · 3 years, 8 months ago
  49. a54b62d vcl session: refactor passing of crypto context by Florin Coras · 3 years, 8 months ago
  50. 4ac2584 vcl session: extended connect/listen configuration by Florin Coras · 3 years, 8 months ago
  51. 04ae827 session tcp vcl: api to update connection attributes by Florin Coras · 3 years, 8 months ago
  52. 1c19aef session: fix coverity warning by Florin Coras · 3 years, 8 months ago
  53. 7da8829 session: basic support for interrupt mode by Florin Coras · 3 years, 9 months ago
  54. 8f10b90 tcp: time infra improvements by Florin Coras · 3 years, 9 months ago
  55. 41d5f54 svm session vcl: per app rx message queues by Florin Coras · 4 years ago
  56. 6ffb7c6 vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() by Damjan Marion · 3 years, 9 months ago
  57. f3b5d70 session: fix populating chained buffers by Ivan Shvedunov · 3 years, 9 months ago
  58. 1e6a0f6 session tls: deq notifications for custom tx by Florin Coras · 3 years, 9 months ago
  59. da2305f session: coverity fixes by Florin Coras · 3 years, 10 months ago
  60. 5398dfb session svm: non blocking mq by Florin Coras · 3 years, 11 months ago
  61. 14f066e svm vcl: allow random offsets for fifo segments in apps by Florin Coras · 4 years ago
  62. b462418 svm: allow mq attachments at random offsets by Florin Coras · 4 years ago
  63. 7a105fd udp session: fix deq notification for dgrams by Florin Coras · 4 years ago
  64. 7808df2 session: allow small pacer bursts by Florin Coras · 4 years, 1 month ago
  65. 9a3973e vlib: fix trace number accounting by Benoît Ganne · 4 years, 2 months ago
  66. 89235c7 session: reduce max session node frame size by Florin Coras · 4 years, 1 month ago
  67. e10da62 session: fix feature disable by Florin Coras · 4 years, 2 months ago
  68. 585c86a hsa: cleanup sock server test by Florin Coras · 4 years, 2 months ago
  69. db999df session: use wrk instead of thread index in node by Florin Coras · 4 years, 3 months ago
  70. 40c07ce vcl: support inter worker rpc by Florin Coras · 4 years, 5 months ago
  71. ea7e708 session: fix ct listener cleanup by Florin Coras · 4 years, 5 months ago
  72. 1e96617 vcl: support connected udp listens by Florin Coras · 4 years, 7 months ago
  73. 6e0ee95 session: multiple dgrams per dispatch by Florin Coras · 4 years, 8 months ago
  74. 7ce23f2 session: fix use-after-free in input node by Benoît Ganne · 4 years, 8 months ago
  75. 1116667 session: cleanup debug code by Florin Coras · 4 years, 8 months ago
  76. 7357043 session: adding debug events by Srikanth Akula · 4 years, 8 months ago
  77. ae16a98 session: alloc exact number of bufs for multi-seg deqs by Simon Zhang · 4 years, 9 months ago
  78. ab57edb udp session: allow dgram ip fragmentation by Florin Coras · 4 years, 8 months ago
  79. 57660d9 session udp: shared local endpoints by Florin Coras · 4 years, 9 months ago
  80. 9f86d22 session tls: support tls descheduling by Florin Coras · 4 years, 9 months ago
  81. ed8db52 session tls: improve app transports tx scheduling by Florin Coras · 4 years, 10 months ago
  82. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  83. d85666f session udp: fix transport flags and migration by Florin Coras · 4 years, 9 months ago
  84. 57a5a2d udp session vcl: add udp iperf test by Florin Coras · 4 years, 9 months ago
  85. 0a1e183 session udp: support connect on listeners by Florin Coras · 4 years, 9 months ago
  86. 5484daa tcp: reuse session infra for syns and resets by Florin Coras · 4 years, 9 months ago
  87. 6080e0d tcp: force deschedule if no send space available by Florin Coras · 4 years, 9 months ago
  88. 70f879d session tcp udp: consolidate transport snd apis by Florin Coras · 4 years, 9 months ago
  89. d8da60d session: fix session reschedule condition by Florin Coras · 4 years, 10 months ago
  90. e9570d4 session: include timer generated packets in max burst by Florin Coras · 4 years, 10 months ago
  91. aaf64a2 session: minimize number of tx events by Florin Coras · 4 years, 10 months ago
  92. 16d974e session: avoid scanning new io list under load by Florin Coras · 4 years, 10 months ago
  93. 30928f8 session tcp: fix packet tracing by Florin Coras · 4 years, 11 months ago
  94. 2d8829c session: fix node runtime in pre-input queue handler by Florin Coras · 5 years ago
  95. 87b0c89 session: remove io event dispatch dbg msg by Florin Coras · 5 years ago
  96. c00f480 quic: Add support for unidirectional streams by Nathan Skrzypczak · 5 years ago
  97. f191032 session: close for reset replies independent of state by Florin Coras · 5 years ago
  98. 11e9e35 session tcp: support pacer idle timeouts by Florin Coras · 5 years ago
  99. aa43914 session: re-set tx fifo event if out of buffers by Florin Coras · 5 years ago
  100. 45ec9f4 session: ckpair store & crypto engine as mq params by Nathan Skrzypczak · 5 years ago