aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
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