aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2020-05-12tcp: avoid rcv wnd less than mssFlorin Coras1-6/+4
2020-05-04tcp: fix max tx sack blocks upper boundFlorin Coras1-1/+1
2020-04-30tcp: fix v6 ll lookup fibFlorin Coras1-1/+1
2020-04-28vlib: add ASSERT to vlib_time_now(...)Dave Barach1-1/+2
2020-04-28tcp: remove sack reneging verbose loggingFlorin Coras1-2/+0
2020-04-22tcp: avoid bt sample access after possible pool reallocFlorin Coras1-6/+6
2020-04-22tcp: fix use-after-freeBenoƮt Ganne1-1/+5
2020-04-17tcp: cubic as default cc algorithmFlorin Coras1-1/+1
2020-04-17session tcp: track half open in app wrkFlorin Coras2-10/+26
2020-04-15tcp: allow local port sharing if 5-tuple availableFlorin Coras1-1/+14
2020-04-09tcp: avoid regrabing error node in input and outputFlorin Coras2-23/+16
2020-04-07tcp: fix conf mtu parsingFlorin Coras1-3/+3
2020-04-04session tls: support tls deschedulingFlorin Coras2-7/+6
2020-04-03session: improve error reportingFlorin Coras3-8/+7
2020-04-02tcp: explicit use of timer wheel in timer apisFlorin Coras6-171/+190
2020-04-02tcp: move features to separate filesFlorin Coras16-2945/+3119
2020-04-02tcp: count zero wnd enqueue attemptsFlorin Coras1-0/+4
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras3-73/+38
2020-03-25session: api to add new transport typesFlorin Coras1-0/+2
2020-03-25tcp: avoid updating rcv wnd in resetsFlorin Coras1-3/+1
2020-03-23tcp: add lost and in flight to byte trackerFlorin Coras2-2/+15
2020-03-20tcp: avoid spurious retransmit attemptFlorin Coras1-4/+2
2020-03-19tcp: move accept init to separate reusable functionFlorin Coras3-102/+107
2020-03-19tcp: force deschedule if no send space availableFlorin Coras4-11/+25
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras4-40/+41
2020-03-19tcp: count dupacks with no sacksFlorin Coras2-1/+3
2020-03-10tcp: protect against forced cleanupsFlorin Coras1-0/+2
2020-02-25tcp: handle cleanups without timersFlorin Coras4-36/+78
2020-02-24tcp: dynamic max timers per loopFlorin Coras2-3/+22
2020-02-22tcp: remove useless predictionSimon Zhang1-3/+1
2020-02-20tcp: fix coverity warning in btFlorin Coras1-1/+1
2020-02-19tcp: fix syn-sent resetFlorin Coras1-2/+2
2020-02-18tcp: add fib to connection cli outputFlorin Coras1-2/+2
2020-02-18tcp: allow custom mss on connectsFlorin Coras1-0/+5
2020-02-18tcp: pace timer handlingFlorin Coras3-158/+168
2020-02-14tcp: reset fin-wait-2 timeout connectionsFlorin Coras2-0/+9
2020-02-14tcp: improve reset generation in reset nodeFlorin Coras2-57/+41
2020-02-14tcp: minimal set of worker statsFlorin Coras4-7/+115
2020-02-12tcp: improve invalid packet handling in syn-rcvdFlorin Coras1-3/+6
2020-02-12tcp: move connections to wrk ctxFlorin Coras2-47/+47
2020-02-12tcp: postpone rst handlingFlorin Coras3-71/+133
2020-02-11tcp: fix input error countersFlorin Coras1-17/+30
2020-02-10tcp: add option to avoid endpoint cleanupFlorin Coras2-2/+4
2020-01-28session tcp: fix packet tracingFlorin Coras4-11/+13
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-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-2/+2
2020-01-09tcp: fix persist assertFlorin Coras1-4/+1