1. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  2. 6ebd439 tcp: cubic improvements by Florin Coras · 6 years ago
  3. aa01abb tcp: cubic fast convergence by Florin Coras · 6 years ago
  4. b11175d tcp: handle disconnects after enq notifications by Florin Coras · 6 years ago
  5. 2e31cc3 tcp: basic cubic implementation by Florin Coras · 6 years ago
  6. efefc6b tcp: pacer and mrtt estimation improvements by Florin Coras · 6 years ago
  7. 7ac053b tcp: consume incoming buffers instead of reusing by Florin Coras · 6 years ago
  8. 9ece3c0 tcp: dequeue acked only once per burst by Florin Coras · 6 years ago
  9. 36ee9f1 tcp: send unsent data in fast recovery by Florin Coras · 6 years ago
  10. 776f3d8 tcp: coverity fixes by Florin Coras · 6 years ago
  11. c44a558 session: measure dispatch period only if under load by Florin Coras · 6 years ago
  12. be72ae6 tcp: minimize use of tls by Florin Coras · 6 years ago
  13. e55a6d7 tcp: fast retransmit pacing by Florin Coras · 6 years ago
  14. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  15. a91866f pg: icmp4 & tcp4 ip length issue by Kingwel Xie · 6 years ago
  16. 82b2776 vnet/tcp/tcp.c: address a corner case. by Paul Vinciguerra · 6 years ago
  17. de9a849 session/tcp: improve cli by Florin Coras · 6 years ago
  18. d67f112 tcp/session: add tx pacer by Florin Coras · 7 years ago
  19. bf4d5ce tcp: fast retransmit improvements by Florin Coras · 6 years ago
  20. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  21. 9f9e969 tcp: count first lost hole (VPP-1465) by Florin Coras · 6 years ago
  22. ecbd20b tcp: fix sacks lost bytes counting (VPP-1465) by Florin Coras · 6 years ago
  23. c01d578 tls: fix connection failures/interrupts at scale (VPP-1464) by Florin Coras · 6 years ago
  24. c5347d9 tcp: fix cleanup of non established connections (VPP-1463) by Florin Coras · 6 years ago
  25. c977e7c tcp: fix multiple fin retries (VPP-1461) by Florin Coras · 6 years ago
  26. d6fe5bd tcp: avoid sack processing when not needed (VPP-1460) by Florin Coras · 6 years ago
  27. eb97e5f tls: fix multi threaded medium scale test (VPP-1457) by Florin Coras · 6 years ago
  28. 5f5d50e tcp: fix close wait timeout with no fin by Florin Coras · 6 years ago
  29. ca09d07 tcp: accept fins if in recovery by Florin Coras · 6 years ago
  30. 537b17e session: lock msg queues while generating control events by Florin Coras · 6 years ago
  31. 45ca73f tcp: use scaled window for new connects by Florin Coras · 6 years ago
  32. e8460c7 tcp: accept rst+ack in syn-rcvd state by Florin Coras · 6 years ago
  33. ca03186 tcp: add option to cfg max rx fifo size by Florin Coras · 6 years ago
  34. c01c445 tcp: accept fin-ack in syn-rcvd state by Florin Coras · 6 years ago
  35. 3ec66b0 tcp: fix cc recovery re-entry and persist timer pop by Florin Coras · 6 years ago
  36. 8b5dc4f Create a unit-test plugin by Dave Barach · 6 years ago
  37. 208daa1 tcp: update snd_una_max for retranmsits by Florin Coras · 6 years ago
  38. 91ca462 tcp: fix single loop prefetch by Florin Coras · 6 years ago
  39. b26743d tcp/session: tx optimizations by Florin Coras · 6 years ago
  40. 352c2c4 tcp: avoid doing work in tcp_rcv_sacks for no sacks by Florin Coras · 6 years ago
  41. 0dbd517 tcp: cleanup functions by Florin Coras · 6 years ago
  42. adb5bd5 tw: add light weight timer update function by Florin Coras · 7 years ago
  43. 4df3871 tcp: move tracing out of established loop by Florin Coras · 7 years ago
  44. 2c41443 tcp: add per worker ctx structure by Florin Coras · 7 years ago
  45. 8b20bf5 tcp: optimize tcp output by Florin Coras · 7 years ago
  46. 0c8a3bc tcp: optimize tcp input by Florin Coras · 7 years ago
  47. 00dfe54 tcp: add close-wait state flags by Florin Coras · 7 years ago
  48. 25579b4 tcp: cleanup connection/session fixes by Florin Coras · 7 years ago
  49. 887b7ba tcp: fix timer based recovery exit condition by Florin Coras · 7 years ago
  50. ca1c8f3 tcp: loss recovery improvements/fixes by Florin Coras · 7 years ago
  51. 5631893 tcp: handle acks in close wait by Florin Coras · 7 years ago
  52. d2aab83 tcp: cc improvements and fixes by Florin Coras · 7 years ago
  53. 1c8ff63 tcp: unlock link-local adjacencies on connection cleanup by Florin Coras · 7 years ago
  54. fd542f1 session: add session process node by Florin Coras · 7 years ago
  55. f9d0568 tcp: handle link-local addresses by Florin Coras · 7 years ago
  56. 24793e3 tcp: fix jumbo retransmits by Florin Coras · 7 years ago
  57. c1a448b tcp/session: debug improvements/fixes by Florin Coras · 7 years ago
  58. 6216600 tcp: make newreno byte instead of acks dependent by Florin Coras · 7 years ago
  59. 00cd22d tcp: improve stats by Florin Coras · 7 years ago
  60. 56b39f6 tcp: fix fib index buffer tagging by Florin Coras · 7 years ago
  61. 81a13db tcp/session: sprinkle prefetches by Florin Coras · 7 years ago
  62. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  63. dac0352 Refactor vlib_buffer flags by Damjan Marion · 7 years ago
  64. 5c42f50 tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled by Steven · 7 years ago
  65. fc804d9 Fix session/tcp coverity warnings by Florin Coras · 7 years ago
  66. 2f8d8fa session: disconnect and echo client improvements by Florin Coras · 7 years ago
  67. 4399c2e session: move builtin apps to their own folder by Florin Coras · 7 years ago
  68. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  69. 3a905e6 Fix typo / coverity warning by Dave Barach · 7 years ago
  70. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  71. ee7e1f5 tcp: make proxy server uri cli configurable by Florin Coras · 7 years ago
  72. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  73. b795bd0 tcp: add builtin server/client transfer test by Florin Coras · 7 years ago
  74. ce07412 Fix icmp/udp/tcp punt/drop paths by Vijayabhaskar Katamreddy · 7 years ago
  75. ff6e769 session: cleanup attach flags by Florin Coras · 7 years ago
  76. 3ea6ce2 tcp/session: add make tests by Florin Coras · 7 years ago
  77. 561af9b session: generalize handling of network transports by Florin Coras · 7 years ago
  78. 93e6580 session: fix preallocation of local endpoint table by Florin Coras · 7 years ago
  79. f988e69 tcp: fix retransmissions under buffer shortage by Florin Coras · 7 years ago
  80. 7013113 tcp: fix proxy connection validation by Florin Coras · 7 years ago
  81. e9f92b4 tcp: initialize builtin client ns by Florin Coras · 7 years ago
  82. dff48db session/tcp: filtering improvements by Florin Coras · 7 years ago
  83. 1d6d085 test http server: prealloc fifos/segment options by Florin Coras · 7 years ago
  84. 4036427 tcp: register with ip for header parsing by default by Florin Coras · 7 years ago
  85. 156e5ca Fix builtin http server static request free by Florin Coras · 7 years ago
  86. 6dfb5ac tcp: call accept notify after full connection init by Florin Coras · 7 years ago
  87. 7cafe76 http_server_rx_callback by JingLiuZTE · 7 years ago
  88. 149d62f Add builtin http server option to return static reply by Florin Coras · 7 years ago
  89. 7999e83 session: add support for proxying apps by Florin Coras · 7 years ago
  90. 1c71045 session: rules tables by Florin Coras · 7 years ago
  91. 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
  92. 3cbc04b udp: refactor udp code by Florin Coras · 7 years ago
  93. de70608 tcp: do not format sb if not established (VPP-1018) by Florin Coras · 7 years ago
  94. cea194d session: add support for application namespacing by Florin Coras · 7 years ago
  95. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  96. a096f2d tcp: updates to connection closing procedure (VPP-996) by Florin Coras · 7 years ago
  97. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  98. 879ace3 Various fixes for issues found by Coverity (VPP-972) by Chris Luke · 7 years ago
  99. 84275e9 tcp: update snd_nxt after congestion recovery by Florin Coras · 7 years ago
  100. f1762d6 tcp: do not sample rtt for retransmitted segments by Florin Coras · 7 years ago