1. e30f712 tcp: improve tcp listener CLI by Aritra Basu · 5 months ago
  2. 75e8e1e session: improve enable and disable handling by Florin Coras · 5 months ago
  3. 1c30d2d tcp: make syn-rcvd timeout configurable by Florin Coras · 6 months ago
  4. c3148b1 misc: remove GNU Indent directives by Damjan Marion · 9 months ago
  5. 2365341 session: use no for ports in transport port allocator by Florin Coras · 9 months ago
  6. d1e17a8 tcp: retransmit fins in last-ack by Florin Coras · 10 months ago
  7. 503480d tcp: avoid initializing counters multiple times by Florin Coras · 1 year, 6 months ago
  8. 6052f4b tcp: add simple stats collector by Florin Coras · 1 year, 6 months ago
  9. c9fb987 session: cleanup ho lookup table on close by Florin Coras · 1 year, 9 months ago
  10. 25ef5d3 tcp: remove unused code by Filip Tehlar · 1 year, 8 months ago
  11. e541d6f session: support active opens with same source port by Florin Coras · 1 year, 9 months ago
  12. 3d6156f session: consolidate port alloc logic by Florin Coras · 1 year, 11 months ago
  13. 309f7aa session: move connects to first worker by Florin Coras · 2 years, 9 months ago
  14. bf27ca8 session: transport endpt cleanup on owner thread by Florin Coras · 2 years, 1 month ago
  15. b018732 tcp: use safe realloc pool by Florin Coras · 2 years, 9 months ago
  16. 0bce71e session: use transport endpoint cfg for listen by Florin Coras · 2 years, 10 months ago
  17. c814435 tcp: update snd_congestion only during congestion by Florin Coras · 3 years ago
  18. 273968c tcp: cast timer ticks to u32 by Florin Coras · 3 years ago
  19. 65409fb tcp: fix endpoint lookup failed caused by key uninitialized by Mercury · 3 years ago
  20. e2f3aa1 tcp: fix use of invalid local sw_if_index by Florin Coras · 3 years, 2 months ago
  21. 3effadc tcp: fix: TCP timewait port reuse rfc compliance by Michal Kalderon · 3 years, 4 months ago
  22. 596c45b tcp session: initialize sw_if_index at connect time by Florin Coras · 3 years, 3 months ago
  23. 48057bd tcp session: next node config on connects by Florin Coras · 3 years, 5 months ago
  24. 57b2e4a tcp: use main thread pool for half-opens by Florin Coras · 3 years, 5 months ago
  25. 7e78119 tcp: prevent timer handler being called frequently by liuyacan · 3 years, 6 months ago
  26. 41a6fba tcp: fix proto in port reuse check by Florin Coras · 3 years, 6 months ago
  27. 7dcc339 tcp: remove ho lock by Florin Coras · 3 years, 7 months ago
  28. 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
  29. ea72764 session: use half-open sessions for vc establishment by Florin Coras · 3 years, 7 months ago
  30. 5a41fd5 tcp: req app deq notification on fifo full by Florin Coras · 3 years, 8 months ago
  31. 7fdf8b2 tcp: support for rate sample attr flag by Florin Coras · 3 years, 8 months ago
  32. 04ae827 session tcp vcl: api to update connection attributes by Florin Coras · 3 years, 8 months ago
  33. 8f10b90 tcp: time infra improvements by Florin Coras · 3 years, 8 months ago
  34. 6ffb7c6 vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() by Damjan Marion · 3 years, 9 months ago
  35. 7a588fc tcp: account for option alignment in initial snd_mss by Florin Coras · 3 years, 9 months ago
  36. 55e556c tcp: remove snd_una_max by Florin Coras · 4 years, 2 months ago
  37. 3b62c71 tcp: remove delack time config by Florin Coras · 4 years, 2 months ago
  38. 7d8100f tcp: no send space in timer recovery by Florin Coras · 4 years, 2 months ago
  39. 6fa0988 tcp: updating time constans as timer tick changed by Ryujiro Shibuya · 4 years, 2 months ago
  40. aa04395 tcp: treat pending timers as active by Florin Coras · 4 years, 2 months ago
  41. 49036a5 tcp: custom geometry for timer wheel by Florin Coras · 4 years, 2 months ago
  42. 7bf6ed6 session tcp udp tls quic: improve cli formatting by Florin Coras · 4 years, 3 months ago
  43. 23c3d34 tcp: make max gso packet size configurable by Simon Zhang · 4 years, 3 months ago
  44. cc4d6d0 tcp: track reorder with sacks by Florin Coras · 4 years, 5 months ago
  45. eedc74b tcp: improve timestamp rtt accuracy by Florin Coras · 4 years, 4 months ago
  46. 1caf7f1 tcp: track pending timers by Florin Coras · 4 years, 5 months ago
  47. 77d9838 vlib: add ASSERT to vlib_time_now(...) by Dave Barach · 4 years, 8 months ago
  48. e57df7c tcp: cubic as default cc algorithm by Florin Coras · 4 years, 8 months ago
  49. d50ff7f session tcp: track half open in app wrk by Florin Coras · 4 years, 8 months ago
  50. 1e8d949 tcp: allow local port sharing if 5-tuple available by Florin Coras · 4 years, 8 months ago
  51. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  52. 0765d97 tcp: explicit use of timer wheel in timer apis by Florin Coras · 4 years, 9 months ago
  53. 999840c tcp: move features to separate files by Florin Coras · 4 years, 9 months ago
  54. 5484daa tcp: reuse session infra for syns and resets by Florin Coras · 4 years, 9 months ago
  55. 07063b8 session: api to add new transport types by Florin Coras · 4 years, 9 months ago
  56. 27bb99e tcp: move accept init to separate reusable function by Florin Coras · 4 years, 9 months ago
  57. 6080e0d tcp: force deschedule if no send space available by Florin Coras · 4 years, 9 months ago
  58. 70f879d session tcp udp: consolidate transport snd apis by Florin Coras · 4 years, 9 months ago
  59. 9f4db3c tcp: protect against forced cleanups by Florin Coras · 4 years, 9 months ago
  60. 7a3a866 tcp: handle cleanups without timers by Florin Coras · 4 years, 10 months ago
  61. a9d8cb4 tcp: dynamic max timers per loop by Florin Coras · 4 years, 10 months ago
  62. dd398c6 tcp: add fib to connection cli output by Florin Coras · 4 years, 10 months ago
  63. ff19e3b tcp: allow custom mss on connects by Florin Coras · 4 years, 10 months ago
  64. aa38869 tcp: pace timer handling by Florin Coras · 4 years, 10 months ago
  65. 3f78bbb tcp: reset fin-wait-2 timeout connections by Florin Coras · 4 years, 10 months ago
  66. 5e6305f tcp: minimal set of worker stats by Florin Coras · 4 years, 10 months ago
  67. 0426185 tcp: move connections to wrk ctx by Florin Coras · 4 years, 10 months ago
  68. 6939d5e tcp: postpone rst handling by Florin Coras · 4 years, 10 months ago
  69. 43818c1 tcp: add option to avoid endpoint cleanup by Florin Coras · 4 years, 10 months ago
  70. 30928f8 session tcp: fix packet tracing by Florin Coras · 4 years, 11 months ago
  71. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  72. 599db9e tcp: honor cc pacing rate when resetting pacer by Florin Coras · 5 years ago
  73. b72a0ff tcp: invalidate expired timer handles before dispatching by Florin Coras · 5 years ago
  74. f4ce6ba tcp: add no csum offload config option by Florin Coras · 5 years ago
  75. 11e9e35 session tcp: support pacer idle timeouts by Florin Coras · 5 years ago
  76. d9035a4 session tcp: add opaque data to show cli by Florin Coras · 5 years ago
  77. fd4c3fe tcp: avoid retransmits post reset by Florin Coras · 5 years ago
  78. a8e71c8 session tcp: refactor pacer time by Florin Coras · 5 years ago
  79. db39656 tcp: rx fifo size is u32 by Dave Wallace · 5 years ago
  80. bbcfaac tcp: refactor flags into cfg and conn flags by Florin Coras · 5 years ago
  81. be237bf tcp: retry lost retransmits by Florin Coras · 5 years ago
  82. 8a047ed tcp: fix tso not work in single buffer issue by Simon Zhang · 5 years ago
  83. d4aeb84 session: fix use-after-free by Benoît Ganne · 5 years ago
  84. 36ebcff tcp: use sacks for timer based recovery by Florin Coras · 5 years ago
  85. 54c93cf session: fix cleanup in closing states by Florin Coras · 5 years ago
  86. 1df833e tcp: fix unformat cwnd multiplier by Florin Coras · 5 years ago
  87. 558e3e0 tcp: handle sack reneging by Florin Coras · 5 years ago
  88. 1146ff4 tcp: enable gso in tcp hoststack by Simon Zhang · 5 years ago
  89. 5bb23ec session: improve cli by Florin Coras · 5 years ago
  90. 017dc45 tcp: send rwnd update only if wnd is large enough by Florin Coras · 5 years ago
  91. 4e1fcf4 tcp: fix rx min/max fifo size parsing by Florin Coras · 5 years ago
  92. cedcf60 tcp: improve mss computation by Florin Coras · 5 years ago
  93. a436a42 tcp: add option for always on event logging by Florin Coras · 5 years ago
  94. dfb3b87 session: add explicit reset api by Florin Coras · 5 years ago
  95. 12f6936 tcp: set cc_algo on connection alloc by Florin Coras · 5 years ago
  96. d206724 tcp: allow cc algos to set pacing rate by Florin Coras · 5 years ago
  97. d25d364 tcp: fix cc algo name parsing by Florin Coras · 5 years ago
  98. 9094b5c tcp: extend protocol configuration by Florin Coras · 5 years ago
  99. 75c48c1 tcp: cleanup timers by Florin Coras · 5 years ago
  100. edfe0ee tcp: add more connection stats by Florin Coras · 5 years ago