aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-10tcp: retry lost retransmitsFlorin Coras1-132/+118
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras1-145/+141
2019-09-20tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-16tcp: use rate sample rtt in recovery if possibleFlorin Coras1-6/+14
2019-09-12tcp: cleanup scoreboard after recoveryFlorin Coras1-0/+7
2019-09-11tcp: handle sack renegingFlorin Coras1-88/+120
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang1-0/+37
2019-09-04tcp: cc algos handle cwnd on congestion signalFlorin Coras1-12/+1
2019-08-30tcp: track zero rwnd errorsFlorin Coras1-0/+7
2019-08-21tcp: add option for always on event loggingFlorin Coras1-33/+31
2019-08-19tcp: set cc_algo on connection allocFlorin Coras1-5/+2
2019-08-14tcp: extend protocol configurationFlorin Coras1-15/+18
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-08tcp: cleanup timersFlorin Coras1-3/+0
2019-08-02tcp: add more connection statsFlorin Coras1-0/+14
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-92/+17
2019-07-23tcp: generate closed notifications whenever tcp closesFlorin Coras1-0/+2
2019-07-17tcp: add node with no 6-tuple lookupVladimir Kropylev1-22/+96
2019-07-15session: allow transports to generate closed notificationsFlorin Coras1-0/+2
2019-07-09tcp: track last lost bytes in sack sbFlorin Coras1-3/+9
2019-07-05tcp: timestamp adjustmentVladimir Kropylev1-1/+1
2019-07-05tcp: add cc algo undo recovery notificationFlorin Coras1-18/+9
2019-07-05tcp: add loss signal to cc algoFlorin Coras1-5/+16
2019-06-28tcp: reject out-of-order finsFlorin Coras1-0/+4
2019-06-28tcp: fix close-waiting check for outstanding tx dataFlorin Coras1-1/+2
2019-06-25tcp: delivery rate estimatorFlorin Coras1-12/+17
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak1-1/+1
2019-06-13tcp: fix tcp_do_fastretransmits failure.Guoao Sun1-0/+2
2019-06-12tcp: better estimate snd space for rxt with no sacksFlorin Coras1-2/+0
2019-06-08tcp: send challenge ack for in wnd synFlorin Coras1-1/+2
2019-06-07tcp: log connect notify errorsFlorin Coras1-1/+2
2019-05-27tcp: handle disconnects in rcv-processFlorin Coras1-0/+1
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-1/+1
2019-04-05tcp: do not delete session on establish popFlorin Coras1-1/+1
2019-04-04tcp: properly validate acks between snd_nxt and una_maxFlorin Coras1-2/+4
2019-04-04tcp: shorten wait in fin-wait-1 with fin rcvdFlorin Coras1-4/+11
2019-04-02tcp: improve rcv process ack processingFlorin Coras1-67/+69
2019-03-29tcp: remove sent rcv wnd 0 flagFlorin Coras1-2/+2
2019-03-22tcp: improve handling of snd_nxtFlorin Coras1-63/+49
2019-03-14tcp: drop anything but fins in TIME_WAITFlorin Coras1-0/+4
2019-03-13tcp: fix entering closing state while in fast recoveryFlorin Coras1-5/+15
2019-03-08tcp: fix window probes in fin-wait-1Florin Coras1-1/+1
2019-03-06tcp: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-75/+47
2019-03-02session: cleanup/rename functionsFlorin Coras1-13/+14
2019-03-01tcp: allow future acks if in windowFlorin Coras1-4/+9
2019-02-22tcp: keep snd sack block free listFlorin Coras1-2/+3
2019-02-21tcp: drop outstanding data when entering closing stateFlorin Coras1-5/+13
2019-02-18session: move fifo allocation logic to app workerFlorin Coras1-1/+1
2019-02-18tcp: harden for high scale scenariosFlorin Coras1-12/+32
2019-02-18tcp: fix handling of retransmitted synsFlorin Coras1-15/+24