aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-1/+1
2021-02-05tcp: fix port reuse with multiple listenersFlorin Coras2-3/+11
2021-01-16tcp: remove bad assertIvan Shvedunov1-5/+2
2020-12-21tcp: terminate options with nopsFlorin Coras1-8/+4
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-2/+2
2020-11-25tcp: enable lc if any other debug option enabledFlorin Coras2-11/+34
2020-11-12tcp: push last buffered sequenceFlorin Coras2-6/+7
2020-11-11tcp: validate fin seq in closing statesFlorin Coras1-0/+3
2020-11-10tcp: fix test for trailing bytesFlorin Coras1-1/+1
2020-11-09session: delegate fifo ooo lookup init to transportsFlorin Coras1-0/+3
2020-11-05tcp: avoid consuming trailing bytesFlorin Coras1-0/+4
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-0/+2
2020-10-26tcp: byte tracker fixRyujiro Shibuya1-1/+5
2020-10-23tcp: remove snd_una_maxFlorin Coras7-22/+15
2020-10-23tcp: remove force retransmit timer updateFlorin Coras2-17/+8
2020-10-23tcp: remove delack time configFlorin Coras2-4/+0
2020-10-22tcp: no send space in timer recoveryFlorin Coras1-1/+4
2020-10-21tcp: updating time constans as timer tick changedRyujiro Shibuya2-15/+17
2020-10-21gso: remove dependency on tcp proto implementationFlorin Coras2-1/+1
2020-10-13tcp: fix bt acked_sacked on recoveryFlorin Coras1-2/+3
2020-10-13tcp: fix listener trace coverity warningFlorin Coras1-6/+2
2020-10-12tcp: use 100us timer resolutionFlorin Coras1-4/+4
2020-10-12tcp: fix connection reuse with no listenerFlorin Coras1-0/+6
2020-10-08tcp: treat pending timers as activeFlorin Coras3-3/+4
2020-10-08tcp: custom geometry for timer wheelFlorin Coras4-25/+82
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras2-4/+6
2020-09-16tcp: make max gso packet size configurableSimon Zhang3-2/+8
2020-09-02tcp: fix connection refused errorFlorin Coras1-1/+1
2020-08-20tcp: track reorder with sacksFlorin Coras6-38/+61
2020-08-06misc: harmonize namesDave Barach1-14/+15
2020-08-03tcp: improve timestamp rtt accuracyFlorin Coras6-43/+38
2020-07-30tcp: process syn in fin-wait-2Florin Coras1-0/+1
2020-07-29tcp: fix skipping RSTs in SYN_SENT stateIvan Shvedunov1-0/+1
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 Coras6-42/+10
2020-07-07tcp: round down rcv wnd even if avoiding retractionFlorin Coras1-13/+9
2020-07-02tcp: fix coverity warningFlorin Coras1-2/+2
2020-07-02tcp: cli to dump half-open connectionsFlorin Coras1-0/+104
2020-06-30tcp: avoid rcv wnd more than RX fifo can enqueueRyujiro Shibuya1-7/+6
2020-06-08tcp: improve rtt estimation with rate samplingFlorin Coras1-18/+29
2020-05-25tcp: fix sack block validation on wrapFlorin Coras1-1/+3
2020-05-24tcp: track buffer alloc failuresFlorin Coras2-3/+21
2020-05-15misc: removed executable bits from source filesRay Kinsella2-0/+0
2020-05-14tcp: fix bogus time update due to missing castFlorin Coras1-1/+2
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