aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp
AgeCommit message (Expand)AuthorFilesLines
2024-08-01tcp: add establish timer pops to statsAritra Basu2-13/+19
2024-07-29tcp: fix typo in show tcp config CLI commandAritra Basu1-2/+2
2024-07-27tcp: CLI command to print tcp_cfgAritra Basu1-0/+68
2024-07-26tcp: improve tcp listener CLIAritra Basu3-0/+18
2024-07-08session: improve enable and disable handlingFlorin Coras2-2/+5
2024-06-28session: memory leaks on various transports when session disable and enableSteven Luong1-0/+2
2024-06-14tcp: make syn-rcvd timeout configurableFlorin Coras4-1/+9
2024-04-11tcp: check for header truncationBenoƮt Ganne1-1/+3
2024-03-26tcp: avoid fr segments less than mss if possibleFlorin Coras1-1/+5
2024-03-12misc: remove GNU Indent directivesDamjan Marion8-60/+0
2024-03-10session: use no for ports in transport port allocatorFlorin Coras1-1/+1
2024-02-26tcp: fix fin retransmit when out of buffersFlorin Coras1-4/+3
2024-02-17tcp: retransmit fins in last-ackFlorin Coras2-2/+2
2023-11-29tcp: fix rxt send of new data assertFlorin Coras1-2/+1
2023-11-28tcp: allow unsent segments less than mss in recoveryFlorin Coras1-3/+7
2023-11-28tcp: add counter for accepted connectionsFlorin Coras2-1/+2
2023-11-27tcp: allow multiple rxt rescues during recoveryFlorin Coras1-2/+2
2023-11-07misc: silence -Wmaybe-uninitialized warningsJieqiang Wang1-1/+1
2023-11-02tcp: fix reset w pktFlorin Coras1-24/+3
2023-11-01tcp: remove redundant ack checksFlorin Coras1-18/+0
2023-11-01tcp: allow ooo data in syn-rcvdFlorin Coras1-9/+0
2023-11-01tcp: postpone cleanup on connect failuresFlorin Coras1-2/+6
2023-10-16tcp: initialize connection index on rst w packetFlorin Coras1-0/+1
2023-10-16tcp: allow fins in syns in syn-rcvdFlorin Coras1-7/+11
2023-10-16tcp: handle syn-ack in fin-wait-2 in rcv processFlorin Coras1-0/+2
2023-08-09session: async rx event notificationsFlorin Coras1-13/+6
2023-06-25tcp: avoid initializing counters multiple timesFlorin Coras2-2/+10
2023-06-22tcp: add simple stats collectorFlorin Coras2-0/+51
2023-06-22tcp: options support into pgMaxime Peim2-58/+210
2023-06-08tcp: cleanup next nodes and drop logicFlorin Coras2-136/+60
2023-05-04session: cleanup ho lookup table on closeFlorin Coras1-0/+8
2023-04-21tcp: remove unused codeFilip Tehlar2-7/+0
2023-04-20tcp: fix tcp packet traceFilip Tehlar1-38/+59
2023-03-16session: support active opens with same source portFlorin Coras1-2/+2
2023-03-06tcp: allow syns in closed stateFlorin Coras1-2/+3
2023-02-28session: consolidate port alloc logicFlorin Coras1-21/+8
2023-02-28tcp: add dispatch errors to countersFlorin Coras1-9/+10
2023-02-25tcp: fix error countersFilip Tehlar4-44/+43
2022-12-07tcp: avoid retransmit head with no dataFlorin Coras1-1/+1
2022-12-02session: move connects to first workerFlorin Coras3-8/+15
2022-11-29session: transport endpt cleanup on owner threadFlorin Coras1-2/+2
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