aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-14/+17
2018-10-19tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras1-3/+7
2018-10-19tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-16/+28
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-17tls: 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
2018-05-25tcp: handle acks in close waitFlorin Coras2-1/+2
2018-05-23tcp: cc improvements and fixesFlorin Coras4-24/+29
2018-05-21tcp: unlock link-local adjacencies on connection cleanupFlorin Coras2-24/+56
2018-05-18session: add session process nodeFlorin Coras1-0/+2
2018-05-17tcp: handle link-local addressesFlorin Coras4-7/+66
2018-05-10tcp: fix jumbo retransmitsFlorin Coras1-42/+42
2018-04-30tcp/session: debug improvements/fixesFlorin Coras2-13/+11
2018-04-20tcp: make newreno byte instead of acks dependentFlorin Coras4-3/+28
2018-04-20tcp: improve statsFlorin Coras3-128/+177
2018-03-29tcp: fix fib index buffer taggingFlorin Coras2-13/+18
2018-03-23tcp/session: sprinkle prefetchesFlorin Coras2-0/+16
2018-03-02session: first approximation implementation of tlsFlorin Coras2-1/+3
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-2/+2
2018-02-01tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabledSteven1-1/+1
2018-01-27Fix session/tcp coverity warningsFlorin Coras1-8/+11
2018-01-27session: disconnect and echo client improvementsFlorin Coras1-1/+1
2018-01-26session: move builtin apps to their own folderFlorin Coras6-2782/+0
2018-01-25session: add support for memfd segmentsFlorin Coras6-33/+10
2018-01-23Fix typo / coverity warningDave Barach1-1/+1
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-0/+2