summaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-11tcp: make proxy server uri cli configurableFlorin Coras2-3/+18
2018-01-09api: refactor vlibmemoryFlorin Coras6-24/+20
2017-12-22tcp: add builtin server/client transfer testFlorin Coras3-33/+59
2017-12-15Fix icmp/udp/tcp punt/drop pathsVijayabhaskar Katamreddy1-10/+14
2017-12-14session: cleanup attach flagsFlorin Coras4-26/+36
2017-12-12tcp/session: add make testsFlorin Coras1-11/+28
2017-12-11session: generalize handling of network transportsFlorin Coras3-13/+18
2017-11-29session: fix preallocation of local endpoint tableFlorin Coras3-20/+1
2017-11-28tcp: fix retransmissions under buffer shortageFlorin Coras5-32/+82
2017-11-27tcp: fix proxy connection validationFlorin Coras1-0/+4
2017-11-21tcp: initialize builtin client nsFlorin Coras1-1/+1
2017-11-20session/tcp: filtering improvementsFlorin Coras3-21/+30
2017-11-18test http server: prealloc fifos/segment optionsFlorin Coras1-3/+29
2017-11-16tcp: register with ip for header parsing by defaultFlorin Coras1-9/+12
2017-11-14Fix builtin http server static request freeFlorin Coras1-0/+1
2017-11-09tcp: call accept notify after full connection initFlorin Coras1-9/+9