aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-26tcp: update snd_nxt after congestion recoveryFlorin Coras1-9/+5
2017-09-25tcp: do not sample rtt for retransmitted segmentsFlorin Coras1-2/+19
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras1-18/+73
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-4/+6
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-113/+99
2017-09-01Add fixed-size, preallocated pool supportDave Barach1-14/+28
2017-08-30tcp: re-enable persist timer if no data available to sendFlorin Coras1-4/+18
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-112/+152
2017-08-18session: fix multi-buffer segmentsFlorin Coras1-14/+17
2017-08-16tcp: fix v6 sessionsroot1-4/+2
2017-08-14TCP: Update time_now once per burstFlorin Coras1-1/+1
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-106/+184
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-61/+127
2017-08-02Make ip csum configurable in vlib buffer functionsFlorin Coras1-6/+7
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-3/+16
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-20/+31
2017-07-18TCP/UDP checksum offload APIDave Barach1-3/+13
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-4/+4
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-19/+34
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras1-8/+21
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-6/+4
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-98/+189
2017-05-20Improve session debuggingFlorin Coras1-2/+10
2017-05-10Improve TCP option handling, VPP-757Florin Coras1-4/+12
2017-05-10Ignore data in RST segments, VPP-723Florin Coras1-44/+30
2017-05-09Add support for tcp/session buffer chainsFlorin Coras1-2/+2
2017-05-07Include TCP options in segment size computationFlorin Coras1-35/+69
2017-05-07Fix TCP loss recovery, VPP-745Florin Coras1-27/+17
2017-05-01TCP ooo reception fixesFlorin Coras1-1/+3
2017-04-24Session layer improvementsFlorin Coras1-6/+0
2017-04-15Set lower bound on persist timerFlorin Coras1-5/+5
2017-04-14tcp: completed trace functionsClement Durand1-7/+38
2017-04-06Use thread local storage for thread indexDamjan Marion1-10/+10
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras1-13/+66
2017-03-27TCP/session improvementsFlorin Coras1-93/+202
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-37/+39
2017-03-10VPP-659 TCP improvementsFlorin Coras1-9/+38
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras1-28/+62
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+1412