aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-17tcp: fix multiple fin retries (VPP-1461)Florin Coras1-9/+9
2018-10-17tls: fix multi threaded medium scale test (VPP-1457)Florin Coras1-1/+9
2018-09-25tcp: add option to cfg max rx fifo sizeFlorin Coras1-1/+2
2018-08-24tcp: fix cc recovery re-entry and persist timer popFlorin Coras1-9/+22
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 Coras1-19/+48
2018-06-26tcp: cleanup functionsFlorin Coras1-68/+67
2018-06-20tcp: add per worker ctx structureFlorin Coras1-21/+24
2018-06-19tcp: optimize tcp outputFlorin Coras1-162/+158
2018-06-12tcp: add close-wait state flagsFlorin Coras1-0/+1
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-2/+3
2018-06-10tcp: fix timer based recovery exit conditionFlorin Coras1-1/+2
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras1-11/+15
2018-05-23tcp: cc improvements and fixesFlorin Coras1-5/+7
2018-05-21tcp: unlock link-local adjacencies on connection cleanupFlorin Coras1-24/+9
2018-05-18session: add session process nodeFlorin Coras1-0/+2
2018-05-17tcp: handle link-local addressesFlorin Coras1-6/+61
2018-05-10tcp: fix jumbo retransmitsFlorin Coras1-42/+42
2018-04-20tcp: improve statsFlorin Coras1-0/+6
2018-03-29tcp: fix fib index buffer taggingFlorin Coras1-13/+17
2018-03-23tcp/session: sprinkle prefetchesFlorin Coras1-0/+8
2018-03-02session: first approximation implementation of tlsFlorin Coras1-1/+1
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
2017-12-11session: generalize handling of network transportsFlorin Coras1-0/+1
2017-11-29session: fix preallocation of local endpoint tableFlorin Coras1-3/+1
2017-11-28tcp: fix retransmissions under buffer shortageFlorin Coras1-28/+28
2017-10-10session: add support for application namespacingFlorin Coras1-2/+1
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-10-03tcp: updates to connection closing procedure (VPP-996)Florin Coras1-2/+13
2017-09-26tcp: update snd_nxt after congestion recoveryFlorin Coras1-9/+5
2017-09-25tcp: do not sample rtt for retransmitted segmentsFlorin Coras1-2/+19
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras1-18/+73
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-4/+6
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-113/+99
2017-09-01Add fixed-size, preallocated pool supportDave Barach1-14/+28
2017-08-30tcp: re-enable persist timer if no data available to sendFlorin Coras1-4/+18
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-112/+152
2017-08-18session: fix multi-buffer segmentsFlorin Coras1-14/+17
2017-08-16tcp: fix v6 sessionsroot1-4/+2
2017-08-14TCP: Update time_now once per burstFlorin Coras1-1/+1
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-106/+184
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-61/+127
2017-08-02Make ip csum configurable in vlib buffer functionsFlorin Coras1-6/+7
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-3/+16
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-20/+31
2017-07-18TCP/UDP checksum offload APIDave Barach1-3/+13
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-4/+4
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-19/+34