aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session
AgeCommit message (Expand)AuthorFilesLines
2017-10-04session: fill in bind handle for sock flavored api (VPP-1005)Florin Coras1-1/+6
2017-09-20session: store tep port in net orderFlorin Coras2-7/+7
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras4-53/+61
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke3-38/+12
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras2-12/+15
2017-09-07Fix session connect_* api message handling.Dave Wallace3-46/+47
2017-09-06Improve "show segment-manager segments"Dave Barach1-6/+48
2017-09-01Add fixed-size, preallocated pool supportDave Barach3-22/+33
2017-08-30tcp: re-enable persist timer if no data available to sendFlorin Coras1-1/+7
2017-08-29session: segment manager improvementsFlorin Coras7-163/+341
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras4-33/+101
2017-08-18session: fix multi-buffer segmentsFlorin Coras1-19/+22
2017-08-16tcp: fix v6 sessionsroot3-6/+8
2017-08-16tcp: improve builtin http serverFlorin Coras3-11/+12
2017-08-15tcp: state machine improvementsFlorin Coras4-9/+8
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras2-17/+28
2017-08-10Improve the svm fifo allocatorDave Barach1-3/+10
2017-08-10TCP proxy prototypeDave Barach6-23/+44
2017-08-02Fix tcp tx buffer allocationFlorin Coras4-18/+116
2017-07-30Make tcp active open data structures thread safeFlorin Coras8-81/+59
2017-07-25Cleanup/refactor session layer codeFlorin Coras11-899/+1044
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras5-14/+130
2017-07-20Prevent double freeing of first segment manager.Dave Wallace1-1/+2
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras3-49/+329
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-1/+1
2017-07-11Horizontal (nSessions) scaling draftDave Barach10-97/+198
2017-07-06Unlink /dev/shm files on application detach.Dave Wallace4-5/+36
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras2-9/+11
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras7-13/+34
2017-06-14Fix session api connect sock handler.Dave Wallace1-1/+10
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