1. e8d6771 tcp: update error counters in listen node by Florin Coras · 2 years, 9 months ago
  2. c6a2f1f tcp: update persist timer if data acked by Florin Coras · 2 years, 9 months ago
  3. f7040f0 tcp: Do not include the tcp_packet.h file in the ip4_packet.h by Neale Ranns · 2 years, 10 months ago
  4. 0bce71e session: use transport endpoint cfg for listen by Florin Coras · 2 years, 10 months ago
  5. f66cc80 session: pass tx buffers in bulk to transports by Florin Coras · 3 years, 8 months ago
  6. 9bd71be session: deschedule sessions with no data to send by Florin Coras · 3 years ago
  7. ded32ed tcp: fix cubic cwnd accumulate use of bytes acked by Florin Coras · 3 years ago
  8. ec3a636 tcp: optimize newreno cong ack handler by Florin Coras · 3 years ago
  9. c814435 tcp: update snd_congestion only during congestion by Florin Coras · 3 years ago
  10. ed5be47 tcp: mark lost first sack hole on timeout by Florin Coras · 3 years ago
  11. 8e1ada3 tcp: handle start tx event in cubic by Florin Coras · 3 years ago
  12. 8e76dfa tcp: always exit recovery if not in fastrecovery by Florin Coras · 3 years ago
  13. b56f24b tcp: exit retransmit before processing feedback by Florin Coras · 3 years ago
  14. 0f8b91f tcp: use bytes delivered to compute cwnd by Florin Coras · 3 years ago
  15. 273968c tcp: cast timer ticks to u32 by Florin Coras · 3 years ago
  16. d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
  17. 89618da tcp: set sw_if_index in tcp src-address cli by Mercury · 3 years ago
  18. 65409fb tcp: fix endpoint lookup failed caused by key uninitialized by Mercury · 3 years ago
  19. 8ade4a5 tcp: fix the tcp src-address cli by Mercury · 3 years ago
  20. 904638f ip: always set ip rx_sw_if_index by Florin Coras · 3 years, 1 month ago
  21. f7b1f8a tcp: refactor reset node by Florin Coras · 3 years, 1 month ago
  22. 957d850 tcp: fix reset with packet ack number by Florin Coras · 3 years, 1 month ago
  23. bc1640a tcp: in place tcp header for buffer resets by Florin Coras · 3 years, 1 month ago
  24. 505fd37 tcp: make buffer reset function public by Florin Coras · 3 years, 1 month ago
  25. 21aa673 tcp: fix uninitializad value by Damjan Marion · 3 years, 1 month ago
  26. e2f3aa1 tcp: fix use of invalid local sw_if_index by Florin Coras · 3 years, 2 months ago
  27. 3effadc tcp: fix: TCP timewait port reuse rfc compliance by Michal Kalderon · 3 years, 4 months ago
  28. bfa8608 ip: Add ip46-local node for local swif[rx] by Nathan Skrzypczak · 3 years, 3 months ago
  29. 0c4931c tcp: fix severity info by Filip Tehlar · 3 years, 2 months ago
  30. 596c45b tcp session: initialize sw_if_index at connect time by Florin Coras · 3 years, 3 months ago
  31. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  32. 48057bd tcp session: next node config on connects by Florin Coras · 3 years, 5 months ago
  33. 647acd5 tcp: use tcp output for half open connections by Florin Coras · 3 years, 6 months ago
  34. 57b2e4a tcp: use main thread pool for half-opens by Florin Coras · 3 years, 5 months ago
  35. 3871bd3 tcp: add ACK flag to RST packet by liuyacan · 3 years, 6 months ago
  36. ec61e10 tcp: api cleanup by Filip Tehlar · 3 years, 6 months ago
  37. 7e78119 tcp: prevent timer handler being called frequently by liuyacan · 3 years, 6 months ago
  38. 41a6fba tcp: fix proto in port reuse check by Florin Coras · 3 years, 6 months ago
  39. 7dcc339 tcp: remove ho lock by Florin Coras · 3 years, 7 months ago
  40. 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
  41. ea72764 session: use half-open sessions for vc establishment by Florin Coras · 3 years, 7 months ago
  42. 9592909 tcp: cleanup rcv-process and bulk buffer translation by Florin Coras · 3 years, 7 months ago
  43. 7f969c7 tcp: cleanup listen node and bulk buffer translation by Florin Coras · 3 years, 7 months ago
  44. b636abe tcp: cleanup syn-sent and bulk buffer translation by Florin Coras · 3 years, 7 months ago
  45. 974b468 tcp: cleanup established and bulk buffer translation by Florin Coras · 3 years, 8 months ago
  46. f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 10 months ago
  47. 607ece3 tcp: try to update sack list only if not empty by Florin Coras · 3 years, 8 months ago
  48. 6469840 tcp: reorganize connection members by Florin Coras · 3 years, 8 months ago
  49. 5a41fd5 tcp: req app deq notification on fifo full by Florin Coras · 3 years, 8 months ago
  50. 7fdf8b2 tcp: support for rate sample attr flag 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. 8f10b90 tcp: time infra improvements by Florin Coras · 3 years, 9 months ago
  53. 92ccf9b vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly by Damjan Marion · 3 years, 9 months ago
  54. 6ffb7c6 vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() by Damjan Marion · 3 years, 9 months ago
  55. 5b3f523 interface: add capabilities flags by Mohsin Kazmi · 3 years, 10 months ago
  56. 7a588fc tcp: account for option alignment in initial snd_mss by Florin Coras · 3 years, 9 months ago
  57. 6809538 vlib: refactor checksum offload support by Mohsin Kazmi · 3 years, 10 months ago
  58. ee1cb46 tcp: fix port reuse with multiple listeners by Florin Coras · 4 years ago
  59. 4beb1c6 tcp: remove bad assert by Ivan Shvedunov · 4 years ago
  60. f9e500e tcp: terminate options with nops by Florin Coras · 4 years ago
  61. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  62. 9404a07 tcp: enable lc if any other debug option enabled by Florin Coras · 4 years, 1 month ago
  63. fb9d374 tcp: push last buffered sequence by Florin Coras · 4 years, 1 month ago
  64. c67724a tcp: validate fin seq in closing states by Florin Coras · 4 years, 1 month ago
  65. ab0a87f tcp: fix test for trailing bytes by Florin Coras · 4 years, 1 month ago
  66. 8c4fa01 session: delegate fifo ooo lookup init to transports by Florin Coras · 4 years, 1 month ago
  67. 1f85dad tcp: avoid consuming trailing bytes by Florin Coras · 4 years, 1 month ago
  68. e403113 misc: Break the big IP header files to improve compile time by Neale Ranns · 4 years, 2 months ago
  69. d899d54 tcp: byte tracker fix by Ryujiro Shibuya · 4 years, 2 months ago
  70. 55e556c tcp: remove snd_una_max by Florin Coras · 4 years, 2 months ago
  71. eaec00c tcp: remove force retransmit timer update by Florin Coras · 4 years, 2 months ago
  72. 3b62c71 tcp: remove delack time config by Florin Coras · 4 years, 2 months ago
  73. 7d8100f tcp: no send space in timer recovery by Florin Coras · 4 years, 2 months ago
  74. 6fa0988 tcp: updating time constans as timer tick changed by Ryujiro Shibuya · 4 years, 2 months ago
  75. 97f9694 gso: remove dependency on tcp proto implementation by Florin Coras · 4 years, 2 months ago
  76. 3e2ec42 tcp: fix bt acked_sacked on recovery by Florin Coras · 4 years, 2 months ago
  77. d1b423c tcp: fix listener trace coverity warning by Florin Coras · 4 years, 2 months ago
  78. 70edc1c tcp: use 100us timer resolution by Florin Coras · 4 years, 2 months ago
  79. 355791c tcp: fix connection reuse with no listener by Florin Coras · 4 years, 2 months ago
  80. aa04395 tcp: treat pending timers as active by Florin Coras · 4 years, 2 months ago
  81. 49036a5 tcp: custom geometry for timer wheel by Florin Coras · 4 years, 2 months ago
  82. 7bf6ed6 session tcp udp tls quic: improve cli formatting by Florin Coras · 4 years, 3 months ago
  83. 23c3d34 tcp: make max gso packet size configurable by Simon Zhang · 4 years, 3 months ago
  84. 67fe778 tcp: fix connection refused error by Florin Coras · 4 years, 3 months ago
  85. cc4d6d0 tcp: track reorder with sacks by Florin Coras · 4 years, 5 months ago
  86. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  87. eedc74b tcp: improve timestamp rtt accuracy by Florin Coras · 4 years, 5 months ago
  88. f9512bf tcp: process syn in fin-wait-2 by Florin Coras · 4 years, 5 months ago
  89. e52eafd tcp: fix skipping RSTs in SYN_SENT state by Ivan Shvedunov · 4 years, 5 months ago
  90. d75213f tcp: process syn in close-wait by Florin Coras · 4 years, 5 months ago
  91. 9fefa89 tcp: fix tcp_connection_cleanup() with uninitialized elog by Ivan Shvedunov · 4 years, 5 months ago
  92. d2f5174 tcp: fix synack elog crash by Florin Coras · 4 years, 5 months ago
  93. 1caf7f1 tcp: track pending timers by Florin Coras · 4 years, 5 months ago
  94. c78d47b tcp: round down rcv wnd even if avoiding retraction by Florin Coras · 4 years, 5 months ago
  95. fbb846c tcp: fix coverity warning by Florin Coras · 4 years, 6 months ago
  96. 3e9ff29 tcp: cli to dump half-open connections by Florin Coras · 4 years, 6 months ago
  97. cc10856 tcp: avoid rcv wnd more than RX fifo can enqueue by Ryujiro Shibuya · 4 years, 6 months ago
  98. 8ddd19b tcp: improve rtt estimation with rate sampling by Florin Coras · 4 years, 6 months ago
  99. 3b95409 tcp: fix sack block validation on wrap by Florin Coras · 4 years, 7 months ago
  100. d4712a8 tcp: track buffer alloc failures by Florin Coras · 4 years, 7 months ago