aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras4-33/+63
2017-06-07Small update to session APIFlorin Coras2-1/+5
2017-06-01Improve fifo allocator performanceDave Barach7-67/+83
2017-05-20Improve session debuggingFlorin Coras1-17/+30
2017-05-18Remove nop code from session_manager_add_first_segment().Dave Wallace1-2/+0
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach3-38/+90
2017-05-16Fixes to tcp active opens and receptionDave Barach1-1/+5
2017-05-15Fix builtin tcp clientDave Barach2-1/+5
2017-05-10Multi-thread enablement for the debug cli http serverDave Barach2-1/+15
2017-05-10Builtin debug cli http serverDave Barach2-5/+12
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion2-8/+8
2017-05-09Add support for tcp/session buffer chainsFlorin Coras3-65/+200
2017-05-07Include TCP options in segment size computationFlorin Coras1-1/+1
2017-05-04Fixes and improvements in session hashtable keysClement Durand1-53/+35
2017-05-01TCP ooo reception fixesFlorin Coras2-3/+19
2017-04-25Session/tcp coverity fixesFlorin Coras1-0/+6
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-61/+7
2017-04-24Session layer improvementsFlorin Coras10-218/+330
2017-04-21[VPP-704]./uri_tcp_test slave , uri test segment faultflyingeagle231-1/+1
2017-04-21[vpp-705]uri_cli issue:show session get nothing tips when session management ...flyingeagle231-2/+2
2017-04-13Session layer refactoringFlorin Coras11-1366/+1617
2017-04-06Use thread local storage for thread indexDamjan Marion1-1/+1
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras4-13/+61
2017-03-27TCP/session improvementsFlorin Coras7-89/+165
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras5-35/+108
2017-03-10VPP-659 TCP improvementsFlorin Coras9-92/+174
2017-03-07Register TCP with IP only if session is enabledFlorin Coras1-1/+4
2017-03-07fix uninitialized ip6 keys within session.cGabriel Ganne1-0/+8
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras9-66/+278
2017-03-01VPP-598: tcp stack initial commitDave Barach13-0/+4940