aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-29tcp: process syn in close-waitFlorin Coras1-0/+1
2020-07-27tcp: fix tcp_connection_cleanup() with uninitialized elogIvan Shvedunov1-3/+7
2020-07-24tcp: fix synack elog crashFlorin Coras1-2/+3
2020-07-23tcp: track pending timersFlorin Coras1-28/+0
2020-06-08tcp: improve rtt estimation with rate samplingFlorin Coras1-18/+29
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-04-17session tcp: track half open in app wrkFlorin Coras1-8/+10
2020-04-09tcp: avoid regrabing error node in input and outputFlorin Coras1-10/+8
2020-04-03session: improve error reportingFlorin Coras1-2/+4
2020-04-02tcp: explicit use of timer wheel in timer apisFlorin Coras1-17/+33
2020-04-02tcp: move features to separate filesFlorin Coras1-863/+1
2020-04-02tcp: count zero wnd enqueue attemptsFlorin Coras1-0/+4
2020-03-20tcp: avoid spurious retransmit attemptFlorin Coras1-4/+2
2020-03-19tcp: move accept init to separate reusable functionFlorin Coras1-102/+54
2020-03-19tcp: force deschedule if no send space availableFlorin Coras1-0/+7
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras1-1/+3
2020-03-19tcp: count dupacks with no sacksFlorin Coras1-1/+2
2020-02-25tcp: handle cleanups without timersFlorin Coras1-7/+4
2020-02-22tcp: remove useless predictionSimon Zhang1-3/+1
2020-02-19tcp: fix syn-sent resetFlorin Coras1-2/+2
2020-02-14tcp: improve reset generation in reset nodeFlorin Coras1-5/+1
2020-02-12tcp: improve invalid packet handling in syn-rcvdFlorin Coras1-3/+6
2020-02-12tcp: postpone rst handlingFlorin Coras1-15/+123
2020-02-11tcp: fix input error countersFlorin Coras1-17/+30
2020-01-28session tcp: fix packet tracingFlorin Coras1-4/+4
2020-01-16tcp: fix rxt delivered without sacksFlorin Coras1-1/+1
2020-01-16tcp: fix listen node coverity warningFlorin Coras1-11/+12
2020-01-15tcp: fix tcp check tx offload issueSimon Zhang1-2/+6
2020-01-14tcp: handle ack advancement with no holes and renegingFlorin Coras1-1/+1
2020-01-08tcp: fix scoreboard assertFlorin Coras1-1/+1
2020-01-08tcp: fix last sacked with no holesFlorin Coras1-0/+2
2020-01-07tcp: fix duplicate sack whith renegingFlorin Coras1-6/+9
2020-01-03tcp: fix rate samples for old acksFlorin Coras1-2/+24
2019-12-27tcp: validate port reuseFlorin Coras1-3/+8
2019-12-27tcp: Enable TCP timewait port useYu Ping1-1/+40
2019-12-23tcp: accept sack reneging as a cc eventFlorin Coras1-4/+4
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-40/+19
2019-11-11tcp: improve lost rxt heuristicFlorin Coras1-32/+42
2019-11-08tcp: fix ip check in lookup validationFlorin Coras1-11/+17
2019-11-07tcp: fix retransmit with no sacksFlorin Coras1-2/+5
2019-11-06tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-05session tcp: refactor pacer timeFlorin Coras1-3/+1
2019-11-05tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-10-29tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-23tcp: fix sack retransmit beyond snd_nxtFlorin Coras1-0/+6
2019-10-17tcp: avoid sending acks when data availableFlorin Coras1-1/+4
2019-10-17tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-16tcp: avoid head retransmit if scoreboard has no holesFlorin Coras1-2/+0
2019-10-11tcp: refactor flags into cfg and conn flagsFlorin Coras1-7/+9
2019-10-10tcp: improve pacing after idle send periodsFlorin Coras1-22/+39