aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-08http_server_rx_callbackJingLiuZTE1-2/+8
2017-11-02Add builtin http server option to return static replyFlorin Coras1-23/+97
2017-11-01session: add support for proxying appsFlorin Coras4-5/+5
2017-10-28session: rules tablesFlorin Coras1-1/+1
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace3-2/+4
2017-10-16udp: refactor udp codeFlorin Coras8-304/+126
2017-10-12tcp: do not format sb if not established (VPP-1018)Florin Coras1-2/+3
2017-10-10session: add support for application namespacingFlorin Coras8-146/+199
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine3-3/+3
2017-10-03tcp: updates to connection closing procedure (VPP-996)Florin Coras4-17/+63
2017-10-03Repair vlib API socket serverDave Barach1-1/+0
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke1-1/+2
2017-09-26tcp: update snd_nxt after congestion recoveryFlorin Coras2-9/+7
2017-09-25tcp: do not sample rtt for retransmitted segmentsFlorin Coras3-81/+100
2017-09-20session: store tep port in net orderFlorin Coras1-2/+2
2017-09-20TCP: fix "tcp src-address" command with IPv6Yoann Desmouceaux1-1/+1
2017-09-20tcp: add option to punt trafficPierre Pfister4-6/+57
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras6-70/+129
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-4/+6
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras7-193/+313
2017-09-06Improve "show segment-manager segments"Dave Barach3-20/+26
2017-09-01Add fixed-size, preallocated pool supportDave Barach2-26/+40
2017-08-30tcp: re-enable persist timer if no data available to sendFlorin Coras2-4/+19