aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-02tcp: reject out-of-order finsFlorin Coras1-0/+4
2019-06-28tcp: fix close-waiting check for outstanding tx dataFlorin Coras1-1/+2
2019-06-03tcp: handle disconnects in rcv-processv19.04.2-rc0Florin Coras1-0/+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
2019-02-09session: refactor listen logicFlorin Coras1-1/+1
2019-02-07tcp: fix fib_index for v6 ll packetsFlorin Coras1-0/+7
2019-02-07tcp: fix reset sending in syn-sentFlorin Coras1-3/+3
2019-02-04session: cleanup part 1Florin Coras1-5/+5
2019-01-18tcp: allow data in passive open ack (VPP-1545)Florin Coras1-2/+3
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras1-5/+5
2019-01-03tcp: add more closing state arcsFlorin Coras1-0/+19
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras1-1/+2
2018-12-28session: free session after transport and app confirmFlorin Coras1-1/+1
2018-12-26tcp: add more last-ack arcsFlorin Coras1-0/+19
2018-12-26tcp: separate active and passive establish timersFlorin Coras1-6/+7
2018-12-25tcp: add fin-wait-1 dispatch arcsFlorin Coras1-0/+19
2018-12-24tcp: compute seq_end in tcp_inputFlorin Coras1-41/+29
2018-12-22tcp: improve waitclose in closing statesFlorin Coras1-0/+5
2018-12-21tcp: fix fin_wait_1 condition to send finFlorin Coras1-2/+3
2018-12-19session: add cli option to dump session elogFlorin Coras1-0/+1
2018-12-19tcp: fix fin in syn-rcvdFlorin Coras1-5/+12
2018-12-19tcp: add more state machine arcsFlorin Coras1-5/+79
2018-12-19tcp/session: notify transport of close when tx fifo is not emptyFlorin Coras1-1/+4
2018-12-18tcp/session: drop connections if message queue is fullFlorin Coras1-13/+17
2018-12-18tcp: cleanup connections if handshake failsFlorin Coras1-3/+2
2018-12-17tcp: fix handling of broken syn optionsFlorin Coras1-2/+3
2018-12-17tcp: accept rst that fail pawsFlorin Coras1-9/+9
2018-12-13tcp: drop handshake ack with fin setFlorin Coras1-1/+1
2018-12-13tcp: fix handling of no wscale in synsFlorin Coras1-0/+2
2018-12-13tcp: validate seq for handshake ackFlorin Coras1-0/+8
2018-12-13session/tcp: support tx flush markFlorin Coras1-0/+6
2018-12-07tcp: improve check for invalid sack blocksFlorin Coras1-1/+3
2018-12-07tcp: fix timestamp check and pawsFlorin Coras1-5/+2
2018-12-07tcp: better handling of options only allowed in synsFlorin Coras1-9/+18