aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2022-10-07tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all filesSteven Luong1-0/+1
2022-10-07tcp: build image with TCP_DEBUG_ALWAYS via makeSteven Luong1-0/+4
2022-10-03tcp: replace tcp_time_now with tcp_time_now_usSteven Luong1-28/+29
2022-08-30tcp: do not overcount ooo bytesFlorin Coras1-1/+3
2022-08-11ip: only set rx_sw_if_index when connection found to avoid following crash li...Xiaoming Jiang1-5/+5
2022-04-12tcp: limit persist segment size if window availableFlorin Coras1-1/+3
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion2-4/+4
2022-04-04tcp: use safe realloc poolFlorin Coras1-3/+3
2022-03-15tcp: update error counters in listen nodeFlorin Coras1-9/+7
2022-03-15tcp: update persist timer if data ackedFlorin Coras1-3/+7
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns1-1/+96
2022-02-10session: use transport endpoint cfg for listenFlorin Coras1-2/+2
2022-01-12session: pass tx buffers in bulk to transportsFlorin Coras2-6/+35
2022-01-10session: deschedule sessions with no data to sendFlorin Coras1-1/+0
2022-01-07tcp: fix cubic cwnd accumulate use of bytes ackedFlorin Coras1-1/+1
2022-01-06tcp: optimize newreno cong ack handlerFlorin Coras1-19/+20
2022-01-06tcp: update snd_congestion only during congestionFlorin Coras3-31/+14
2022-01-06tcp: mark lost first sack hole on timeoutFlorin Coras3-1/+27
2022-01-06tcp: handle start tx event in cubicFlorin Coras1-0/+18
2022-01-06tcp: always exit recovery if not in fastrecoveryFlorin Coras1-3/+3
2022-01-06tcp: exit retransmit before processing feedbackFlorin Coras1-21/+17
2022-01-06tcp: use bytes delivered to compute cwndFlorin Coras3-7/+9
2022-01-06tcp: cast timer ticks to u32Florin Coras3-7/+8
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-1/+1
2021-12-26tcp: set sw_if_index in tcp src-address cliMercury1-2/+2
2021-12-23tcp: fix endpoint lookup failed caused by key uninitializedMercury1-0/+1
2021-12-12tcp: fix the tcp src-address cliMercury1-0/+2
2021-11-10ip: always set ip rx_sw_if_indexFlorin Coras1-4/+1
2021-11-08tcp: refactor reset nodeFlorin Coras1-49/+71
2021-11-06tcp: fix reset with packet ack numberFlorin Coras1-0/+1
2021-11-06tcp: in place tcp header for buffer resetsFlorin Coras1-2/+2
2021-11-03tcp: make buffer reset function publicFlorin Coras2-32/+28
2021-11-02tcp: fix uninitializad valueDamjan Marion1-1/+1
2021-10-27tcp: fix use of invalid local sw_if_indexFlorin Coras1-1/+2
2021-10-25tcp: fix: TCP timewait port reuse rfc complianceMichal Kalderon2-4/+84
2021-10-21ip: Add ip46-local node for local swif[rx]Nathan Skrzypczak1-0/+7
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