aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2021-10-06tcp: fix severity infoFilip Tehlar5-66/+66
2021-09-13tcp session: initialize sw_if_index at connect timeFlorin Coras4-4/+5
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-4/+4
2021-07-13tcp session: next node config on connectsFlorin Coras1-0/+2
2021-07-06tcp: use tcp output for half open connectionsFlorin Coras1-39/+12
2021-07-06tcp: use main thread pool for half-opensFlorin Coras5-146/+29
2021-06-29tcp: add ACK flag to RST packetliuyacan1-1/+1
2021-06-22tcp: api cleanupFilip Tehlar2-43/+9
2021-06-15tcp: prevent timer handler being called frequentlyliuyacan4-6/+18
2021-06-12tcp: fix proto in port reuse checkFlorin Coras1-2/+2
2021-05-14tcp: remove ho lockFlorin Coras3-13/+0
2021-05-12session: support half-close connectionliuyacan1-1/+25
2021-05-10session: use half-open sessions for vc establishmentFlorin Coras1-3/+15
2021-05-05tcp: cleanup rcv-process and bulk buffer translationFlorin Coras1-141/+160
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