aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-27tcp: use scaled window for new connectsFlorin Coras1-0/+1
2018-09-25tcp: add option to cfg max rx fifo sizeFlorin Coras1-4/+12
2018-06-26tcp/session: tx optimizationsFlorin Coras1-1/+4
2018-06-26tcp: cleanup functionsFlorin Coras1-139/+29
2018-06-25tw: add light weight timer update functionFlorin Coras1-7/+8
2018-06-20tcp: add per worker ctx structureFlorin Coras1-19/+27
2018-06-19tcp: optimize tcp outputFlorin Coras1-1/+2
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-1/+1
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras1-3/+3
2018-05-17tcp: handle link-local addressesFlorin Coras1-0/+1
2018-04-20tcp: make newreno byte instead of acks dependentFlorin Coras1-0/+1
2017-12-11session: generalize handling of network transportsFlorin Coras1-9/+0
2017-11-29session: fix preallocation of local endpoint tableFlorin Coras1-4/+0
2017-11-28tcp: fix retransmissions under buffer shortageFlorin Coras1-0/+12
2017-10-16udp: refactor udp codeFlorin Coras1-10/+0
2017-10-03tcp: updates to connection closing procedure (VPP-996)Florin Coras1-4/+4
2017-09-20tcp: add option to punt trafficPierre Pfister1-0/+5
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras1-3/+6
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-2/+5
2017-08-25TCP horizontal scalingDave Barach1-0/+4
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-3/+20
2017-08-17TCP source address automationDave Barach1-1/+7
2017-08-15tcp: state machine improvementsFlorin Coras1-0/+1
2017-08-14TCP: Update time_now once per burstFlorin Coras1-1/+11
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-3/+15
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-5/+7
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-6/+12
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-5/+7
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras1-1/+52
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-0/+13
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras1-0/+4
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-4/+8
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-18/+94
2017-05-20Improve session debuggingFlorin Coras1-1/+3
2017-05-18Improve sack bytes accounting and testingFlorin Coras1-0/+1
2017-05-07Include TCP options in segment size computationFlorin Coras1-3/+7
2017-05-07Fix TCP loss recovery, VPP-745Florin Coras1-2/+2
2017-04-25Session/tcp coverity fixesFlorin Coras1-0/+8
2017-04-25Add sack tx unit testFlorin Coras1-2/+4
2017-04-18Fix fifo ooo bugs and improve testingDave Barach1-0/+1
2017-04-15Set lower bound on persist timerFlorin Coras1-2/+5
2017-04-13Session layer refactoringFlorin Coras1-2/+7
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras1-1/+35
2017-03-27TCP/session improvementsFlorin Coras1-22/+89
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-1/+5
2017-03-10VPP-659 TCP improvementsFlorin Coras1-4/+10
2017-03-07Register TCP with IP only if session is enabledFlorin Coras1-0/+5
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras1-2/+2
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+624