aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2021-05-05tcp: cleanup listen node and bulk buffer translationFlorin Coras1-41/+48
2021-05-05tcp: cleanup syn-sent and bulk buffer translationFlorin Coras1-112/+124
2021-05-04tcp: cleanup established and bulk buffer translationFlorin Coras1-29/+28
2021-05-01vlib: refactor trajectory trace debug featureBenoƮt Ganne2-15/+1
2021-04-23tcp: try to update sack list only if not emptyFlorin Coras1-1/+1
2021-04-23tcp: reorganize connection membersFlorin Coras2-8/+8
2021-04-20tcp: req app deq notification on fifo fullFlorin Coras2-1/+26
2021-04-15tcp: support for rate sample attr flagFlorin Coras1-0/+14
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras3-0/+103
2021-04-05tcp: time infra improvementsFlorin Coras7-33/+46
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion1-13/+13
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-1/+1
2021-03-19interface: add capabilities flagsMohsin Kazmi1-1/+1
2021-03-08tcp: account for option alignment in initial snd_mssFlorin Coras1-2/+3
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