1. 222e1f41 tcp: harden for high scale scenarios by Florin Coras · 6 years ago
  2. 830fe73 tcp: fix handling of retransmitted syns by Florin Coras · 6 years ago
  3. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  4. 6164e97 tcp: fix fib_index for v6 ll packets by Florin Coras · 6 years ago
  5. d4c49be tcp: fix reset sending in syn-sent by Florin Coras · 6 years ago
  6. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  7. 865872e tcp: allow data in passive open ack (VPP-1545) by Florin Coras · 6 years ago
  8. b5e55a2 session: generate wrong thread errors instead of crashing by Florin Coras · 6 years ago
  9. b56fcf1 tcp: add more closing state arcs by Florin Coras · 6 years ago
  10. b0f662f vcl/ldp: add write msg function and fine tuning by Florin Coras · 6 years ago
  11. 5a2ec8f session: free session after transport and app confirm by Florin Coras · 6 years ago
  12. d12ff50 tcp: add more last-ack arcs by Florin Coras · 6 years ago
  13. 85a3ddd tcp: separate active and passive establish timers by Florin Coras · 6 years ago
  14. 76bc130 tcp: add fin-wait-1 dispatch arcs by Florin Coras · 6 years ago
  15. 3c514d5 tcp: compute seq_end in tcp_input by Florin Coras · 6 years ago
  16. 54ddf43 tcp: improve waitclose in closing states by Florin Coras · 6 years ago
  17. 78cc4b0 tcp: fix fin_wait_1 condition to send fin by Florin Coras · 6 years ago
  18. aefbede session: add cli option to dump session elog by Florin Coras · 6 years ago
  19. 5c0f166 tcp: fix fin in syn-rcvd by Florin Coras · 6 years ago
  20. 678a657 tcp: add more state machine arcs by Florin Coras · 6 years ago
  21. e96bf63 tcp/session: notify transport of close when tx fifo is not empty by Florin Coras · 6 years ago
  22. a9d5bea tcp/session: drop connections if message queue is full by Florin Coras · 6 years ago
  23. e78ac9d tcp: cleanup connections if handshake fails by Florin Coras · 6 years ago
  24. 8124cb7 tcp: fix handling of broken syn options by Florin Coras · 6 years ago
  25. 91236ce tcp: accept rst that fail paws by Florin Coras · 6 years ago
  26. 2e7e6ae tcp: drop handshake ack with fin set by Florin Coras · 6 years ago
  27. e80b591 tcp: fix handling of no wscale in syns by Florin Coras · 6 years ago
  28. 4850e3e tcp: validate seq for handshake ack by Florin Coras · 6 years ago
  29. 42ceddb session/tcp: support tx flush mark by Florin Coras · 6 years ago
  30. ab86f86 tcp: improve check for invalid sack blocks by Florin Coras · 6 years ago
  31. ea41aac tcp: fix timestamp check and paws by Florin Coras · 6 years ago
  32. 8023111 tcp: better handling of options only allowed in syns by Florin Coras · 6 years ago
  33. b8dda5f tcp: fix length check by Florin Coras · 6 years ago
  34. 4af830c session/tcp: postpone cleanup on reset by Florin Coras · 6 years ago
  35. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  36. b11175d tcp: handle disconnects after enq notifications by Florin Coras · 6 years ago
  37. 2e31cc3 tcp: basic cubic implementation by Florin Coras · 6 years ago
  38. efefc6b tcp: pacer and mrtt estimation improvements by Florin Coras · 6 years ago
  39. 7ac053b tcp: consume incoming buffers instead of reusing by Florin Coras · 6 years ago
  40. 9ece3c0 tcp: dequeue acked only once per burst by Florin Coras · 6 years ago
  41. 36ee9f1 tcp: send unsent data in fast recovery by Florin Coras · 6 years ago
  42. 776f3d8 tcp: coverity fixes by Florin Coras · 6 years ago
  43. c44a558 session: measure dispatch period only if under load by Florin Coras · 6 years ago
  44. be72ae6 tcp: minimize use of tls by Florin Coras · 6 years ago
  45. e55a6d7 tcp: fast retransmit pacing by Florin Coras · 6 years ago
  46. d67f112 tcp/session: add tx pacer by Florin Coras · 7 years ago
  47. bf4d5ce tcp: fast retransmit improvements by Florin Coras · 6 years ago
  48. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  49. 9f9e969 tcp: count first lost hole (VPP-1465) by Florin Coras · 6 years ago
  50. ecbd20b tcp: fix sacks lost bytes counting (VPP-1465) by Florin Coras · 6 years ago
  51. c01d578 tls: fix connection failures/interrupts at scale (VPP-1464) by Florin Coras · 6 years ago
  52. d6fe5bd tcp: avoid sack processing when not needed (VPP-1460) by Florin Coras · 6 years ago
  53. ca09d07 tcp: accept fins if in recovery by Florin Coras · 6 years ago
  54. 45ca73f tcp: use scaled window for new connects by Florin Coras · 6 years ago
  55. e8460c7 tcp: accept rst+ack in syn-rcvd state by Florin Coras · 6 years ago
  56. c01c445 tcp: accept fin-ack in syn-rcvd state by Florin Coras · 6 years ago
  57. 3ec66b0 tcp: fix cc recovery re-entry and persist timer pop by Florin Coras · 6 years ago
  58. 352c2c4 tcp: avoid doing work in tcp_rcv_sacks for no sacks by Florin Coras · 6 years ago
  59. 0dbd517 tcp: cleanup functions by Florin Coras · 6 years ago
  60. 4df3871 tcp: move tracing out of established loop by Florin Coras · 6 years ago
  61. 8b20bf5 tcp: optimize tcp output by Florin Coras · 7 years ago
  62. 0c8a3bc tcp: optimize tcp input by Florin Coras · 7 years ago
  63. 25579b4 tcp: cleanup connection/session fixes by Florin Coras · 7 years ago
  64. 887b7ba tcp: fix timer based recovery exit condition by Florin Coras · 7 years ago
  65. ca1c8f3 tcp: loss recovery improvements/fixes by Florin Coras · 7 years ago
  66. 5631893 tcp: handle acks in close wait by Florin Coras · 7 years ago
  67. d2aab83 tcp: cc improvements and fixes by Florin Coras · 7 years ago
  68. f9d0568 tcp: handle link-local addresses by Florin Coras · 7 years ago
  69. c1a448b tcp/session: debug improvements/fixes by Florin Coras · 7 years ago
  70. 6216600 tcp: make newreno byte instead of acks dependent by Florin Coras · 7 years ago
  71. 00cd22d tcp: improve stats by Florin Coras · 7 years ago
  72. 56b39f6 tcp: fix fib index buffer tagging by Florin Coras · 7 years ago
  73. 81a13db tcp/session: sprinkle prefetches by Florin Coras · 7 years ago
  74. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  75. ce07412 Fix icmp/udp/tcp punt/drop paths by Vijayabhaskar Katamreddy · 7 years ago
  76. f988e69 tcp: fix retransmissions under buffer shortage by Florin Coras · 7 years ago
  77. 7013113 tcp: fix proxy connection validation by Florin Coras · 7 years ago
  78. dff48db session/tcp: filtering improvements by Florin Coras · 7 years ago
  79. 6dfb5ac tcp: call accept notify after full connection init by Florin Coras · 7 years ago
  80. 1c71045 session: rules tables by Florin Coras · 7 years ago
  81. 3cbc04b udp: refactor udp code by Florin Coras · 7 years ago
  82. cea194d session: add support for application namespacing by Florin Coras · 7 years ago
  83. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  84. a096f2d tcp: updates to connection closing procedure (VPP-996) by Florin Coras · 7 years ago
  85. 879ace3 Various fixes for issues found by Coverity (VPP-972) by Chris Luke · 7 years ago
  86. 84275e9 tcp: update snd_nxt after congestion recovery by Florin Coras · 7 years ago
  87. f1762d6 tcp: do not sample rtt for retransmitted segments by Florin Coras · 7 years ago
  88. 7fe51f3 tcp: add option to punt traffic by Pierre Pfister · 7 years ago
  89. 9d06304 session/tcp: improve preallocated segment handling by Florin Coras · 7 years ago
  90. 4eeeaaf tcp: horizontal scaling improvments by Florin Coras · 7 years ago
  91. 5095895 tcp: re-enable persist timer if no data available to send by Florin Coras · 7 years ago
  92. d84ba85 TCP horizontal scaling by Dave Barach · 7 years ago
  93. 1f152cd tcp: retransmit and multi-buffer segment fixes and improvements by Florin Coras · 7 years ago
  94. c9d1c5b tcp: fix v6 sessions by root · 7 years ago
  95. ab0289a tcp: state machine improvements by Florin Coras · 7 years ago
  96. 82d3ec8 TCP: Update time_now once per burst by Florin Coras · 7 years ago
  97. b2215d6 Fix tcp multi buffer segments retransmission by Florin Coras · 7 years ago
  98. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  99. 6881062 Make tcp active open data structures thread safe by Florin Coras · 7 years ago
  100. 04e5344 Cleanup/refactor session layer code by Florin Coras · 7 years ago