aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-29session: segment manager improvementsFlorin Coras1-1/+5
2017-08-25TCP horizontal scalingDave Barach3-3/+30
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras4-142/+211
2017-08-25Fix crash when TCP client using VPP host stack connects firsttjanciga1-0/+6
2017-08-18session: fix multi-buffer segmentsFlorin Coras2-15/+18
2017-08-17TCP source address automationDave Barach4-13/+386
2017-08-16tcp: fix v6 sessionsroot3-21/+18
2017-08-16tcp: improve builtin http serverFlorin Coras2-186/+96
2017-08-15tcp: state machine improvementsFlorin Coras3-14/+32
2017-08-14TCP: Update time_now once per burstFlorin Coras4-3/+15
2017-08-14TCP: update builtin server/client cli helpFlorin Coras2-5/+19
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras4-132/+263
2017-08-10Improve the svm fifo allocatorDave Barach1-0/+14
2017-08-10TCP proxy prototypeDave Barach4-187/+703
2017-08-02Fix ip checksum offload, move badly-placed ASSERTDave Barach1-2/+2
2017-08-02Fix tcp tx buffer allocationFlorin Coras5-90/+203
2017-08-02Make ip csum configurable in vlib buffer functionsFlorin Coras1-6/+7
2017-07-30Make tcp active open data structures thread safeFlorin Coras8-168/+251