aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach3-31/+35
2018-11-13tcp: cubic improvementsFlorin Coras1-9/+25
2018-11-13tcp: cubic fast convergenceFlorin Coras4-7/+73
2018-11-12tcp: handle disconnects after enq notificationsFlorin Coras4-37/+93
2018-11-09tcp: basic cubic implementationFlorin Coras6-14/+258
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras5-20/+61
2018-11-07tcp: consume incoming buffers instead of reusingFlorin Coras4-796/+713
2018-11-06tcp: dequeue acked only once per burstFlorin Coras4-28/+64
2018-11-05tcp: send unsent data in fast recoveryFlorin Coras3-118/+193
2018-11-02tcp: coverity fixesFlorin Coras3-9/+9
2018-11-02session: measure dispatch period only if under loadFlorin Coras4-11/+22
2018-11-02tcp: minimize use of tlsFlorin Coras4-198/+195
2018-11-01tcp: fast retransmit pacingFlorin Coras5-54/+84
2018-10-28session: extend connect api for internal appsFlorin Coras1-7/+1
2018-10-27pg: icmp4 & tcp4 ip length issueKingwel Xie1-1/+5
2018-10-25vnet/tcp/tcp.c: address a corner case.Paul Vinciguerra1-4/+7
2018-10-25session/tcp: improve cliFlorin Coras1-37/+46
2018-10-25tcp/session: add tx pacerFlorin Coras4-19/+72
2018-10-23tcp: fast retransmit improvementsFlorin Coras5-107/+279
2018-10-23c11 safe string handling supportDave Barach4-16/+16
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-14/+17
2018-10-18tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-16/+28
2018-10-18tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras1-3/+7
2018-10-18tcp: fix cleanup of non established connections (VPP-1463)Florin Coras1-1/+4
2018-10-17tcp: fix multiple fin retries (VPP-1461)Florin Coras1-9/+9
2018-10-17tcp: avoid sack processing when not needed (VPP-1460)Florin Coras2-3/+6
2018-10-16tls: fix multi threaded medium scale test (VPP-1457)Florin Coras1-1/+9
2018-10-02tcp: fix close wait timeout with no finFlorin Coras1-0/+4
2018-10-02tcp: accept fins if in recoveryFlorin Coras1-1/+3
2018-09-29session: lock msg queues while generating control eventsFlorin Coras1-1/+4
2018-09-27tcp: use scaled window for new connectsFlorin Coras3-5/+12
2018-09-25tcp: accept rst+ack in syn-rcvd stateFlorin Coras1-0/+2
2018-09-25tcp: add option to cfg max rx fifo sizeFlorin Coras3-10/+22
2018-09-21tcp: accept fin-ack in syn-rcvd stateFlorin Coras1-1/+3
2018-08-24tcp: fix cc recovery re-entry and persist timer popFlorin Coras2-15/+37
2018-07-24Create a unit-test pluginDave Barach1-1779/+0
2018-07-03tcp: update snd_una_max for retranmsitsFlorin Coras1-0/+4
2018-06-30tcp: fix single loop prefetchFlorin Coras1-2/+2
2018-06-26tcp/session: tx optimizationsFlorin Coras3-21/+53
2018-06-26tcp: avoid doing work in tcp_rcv_sacks for no sacksFlorin Coras1-2/+3
2018-06-26tcp: cleanup functionsFlorin Coras4-263/+258
2018-06-25tw: add light weight timer update functionFlorin Coras1-7/+8
2018-06-21tcp: move tracing out of established loopFlorin Coras1-27/+59
2018-06-20tcp: add per worker ctx structureFlorin Coras3-54/+56
2018-06-19tcp: optimize tcp outputFlorin Coras4-164/+163
2018-06-19tcp: optimize tcp inputFlorin Coras1-134/+204
2018-06-12tcp: add close-wait state flagsFlorin Coras1-0/+1
2018-06-11tcp: cleanup connection/session fixesFlorin Coras4-24/+36
2018-06-10tcp: fix timer based recovery exit conditionFlorin Coras2-2/+2
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras6-142/+241