- 80a16d1 tcp: add establish timer pops to stats by Aritra Basu · 5 months ago
- 4a65e01 tcp: fix typo in show tcp config CLI command by Aritra Basu · 5 months ago
- dd4356d tcp: CLI command to print tcp_cfg by Aritra Basu · 5 months ago
- e30f712 tcp: improve tcp listener CLI by Aritra Basu · 5 months ago
- 75e8e1e session: improve enable and disable handling by Florin Coras · 5 months ago
- d2d41bc session: memory leaks on various transports when session disable and enable by Steven Luong · 6 months ago
- 1c30d2d tcp: make syn-rcvd timeout configurable by Florin Coras · 6 months ago
- 11f7965 tcp: check for header truncation by Benoît Ganne · 8 months ago
- e8ea6be tcp: avoid fr segments less than mss if possible by Florin Coras · 9 months ago
- c3148b1 misc: remove GNU Indent directives by Damjan Marion · 9 months ago
- 2365341 session: use no for ports in transport port allocator by Florin Coras · 9 months ago
- 4e32bc6 tcp: fix fin retransmit when out of buffers by Florin Coras · 10 months ago
- d1e17a8 tcp: retransmit fins in last-ack by Florin Coras · 10 months ago
- 557b20c tcp: fix rxt send of new data assert by Florin Coras · 1 year, 1 month ago
- e32580c tcp: allow unsent segments less than mss in recovery by Florin Coras · 1 year, 1 month ago
- 6ae6c98 tcp: add counter for accepted connections by Florin Coras · 1 year, 1 month ago
- a2be1cf tcp: allow multiple rxt rescues during recovery by Florin Coras · 1 year, 1 month ago
- 76d14b7 misc: silence -Wmaybe-uninitialized warnings by Jieqiang Wang · 1 year, 5 months ago
- af5684b tcp: fix reset w pkt by Florin Coras · 1 year, 1 month ago
- d3ef000 tcp: remove redundant ack checks by Florin Coras · 1 year, 1 month ago
- 7499591 tcp: allow ooo data in syn-rcvd by Florin Coras · 1 year, 1 month ago
- ea309c4 tcp: postpone cleanup on connect failures by Florin Coras · 1 year, 2 months ago
- 0094fe0 tcp: initialize connection index on rst w packet by Florin Coras · 1 year, 2 months ago
- da2ae9a tcp: allow fins in syns in syn-rcvd by Florin Coras · 1 year, 2 months ago
- 61d63e8 tcp: handle syn-ack in fin-wait-2 in rcv process by Florin Coras · 1 year, 2 months ago
- 0242d30 session: async rx event notifications by Florin Coras · 2 years ago
- 503480d tcp: avoid initializing counters multiple times by Florin Coras · 1 year, 6 months ago
- 6052f4b tcp: add simple stats collector by Florin Coras · 1 year, 6 months ago
- fdf6fbe tcp: options support into pg by Maxime Peim · 1 year, 6 months ago
- 9a1fbb5 tcp: cleanup next nodes and drop logic by Florin Coras · 1 year, 6 months ago
- c9fb987 session: cleanup ho lookup table on close by Florin Coras · 1 year, 9 months ago
- 25ef5d3 tcp: remove unused code by Filip Tehlar · 1 year, 8 months ago
- bc4dc16 tcp: fix tcp packet trace by Filip Tehlar · 1 year, 8 months ago
- e541d6f session: support active opens with same source port by Florin Coras · 1 year, 9 months ago
- 3ffc77d tcp: allow syns in closed state by Florin Coras · 1 year, 10 months ago
- 3d6156f session: consolidate port alloc logic by Florin Coras · 1 year, 11 months ago
- 045a6ae tcp: add dispatch errors to counters by Florin Coras · 1 year, 10 months ago
- 5035bf0 tcp: fix error counters by Filip Tehlar · 1 year, 10 months ago
- 919fdad tcp: avoid retransmit head with no data by Florin Coras · 2 years ago
- 309f7aa session: move connects to first worker by Florin Coras · 2 years, 9 months ago
- bf27ca8 session: transport endpt cleanup on owner thread by Florin Coras · 2 years, 1 month ago
- 23b33ec tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files by Steven Luong · 2 years, 2 months ago
- 8d97a5c tcp: build image with TCP_DEBUG_ALWAYS via make by Steven Luong · 2 years, 2 months ago
- 6161bba tcp: replace tcp_time_now with tcp_time_now_us by Steven Luong · 2 years, 3 months ago
- c37ce79 tcp: do not overcount ooo bytes by Florin Coras · 2 years, 4 months ago
- 30be19c ip: only set rx_sw_if_index when connection found to avoid following crash like tcp punt by Xiaoming Jiang · 2 years, 4 months ago
- c792b9f tcp: limit persist segment size if window available by Florin Coras · 2 years, 9 months ago
- 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
- b018732 tcp: use safe realloc pool by Florin Coras · 2 years, 9 months ago
- e8d6771 tcp: update error counters in listen node by Florin Coras · 2 years, 9 months ago
- c6a2f1f tcp: update persist timer if data acked by Florin Coras · 2 years, 9 months ago
- f7040f0 tcp: Do not include the tcp_packet.h file in the ip4_packet.h by Neale Ranns · 2 years, 10 months ago
- 0bce71e session: use transport endpoint cfg for listen by Florin Coras · 2 years, 10 months ago
- f66cc80 session: pass tx buffers in bulk to transports by Florin Coras · 3 years, 8 months ago
- 9bd71be session: deschedule sessions with no data to send by Florin Coras · 3 years ago
- ded32ed tcp: fix cubic cwnd accumulate use of bytes acked by Florin Coras · 3 years ago
- ec3a636 tcp: optimize newreno cong ack handler by Florin Coras · 3 years ago
- c814435 tcp: update snd_congestion only during congestion by Florin Coras · 3 years ago
- ed5be47 tcp: mark lost first sack hole on timeout by Florin Coras · 3 years ago
- 8e1ada3 tcp: handle start tx event in cubic by Florin Coras · 3 years ago
- 8e76dfa tcp: always exit recovery if not in fastrecovery by Florin Coras · 3 years ago
- b56f24b tcp: exit retransmit before processing feedback by Florin Coras · 3 years ago
- 0f8b91f tcp: use bytes delivered to compute cwnd by Florin Coras · 3 years ago
- 273968c tcp: cast timer ticks to u32 by Florin Coras · 3 years ago
- d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
- 89618da tcp: set sw_if_index in tcp src-address cli by Mercury · 3 years ago
- 65409fb tcp: fix endpoint lookup failed caused by key uninitialized by Mercury · 3 years ago
- 8ade4a5 tcp: fix the tcp src-address cli by Mercury · 3 years ago
- 904638f ip: always set ip rx_sw_if_index by Florin Coras · 3 years, 1 month ago
- f7b1f8a tcp: refactor reset node by Florin Coras · 3 years, 1 month ago
- 957d850 tcp: fix reset with packet ack number by Florin Coras · 3 years, 1 month ago
- bc1640a tcp: in place tcp header for buffer resets by Florin Coras · 3 years, 1 month ago
- 505fd37 tcp: make buffer reset function public by Florin Coras · 3 years, 1 month ago
- 21aa673 tcp: fix uninitializad value by Damjan Marion · 3 years, 1 month ago
- e2f3aa1 tcp: fix use of invalid local sw_if_index by Florin Coras · 3 years, 2 months ago
- 3effadc tcp: fix: TCP timewait port reuse rfc compliance by Michal Kalderon · 3 years, 4 months ago
- bfa8608 ip: Add ip46-local node for local swif[rx] by Nathan Skrzypczak · 3 years, 3 months ago
- 0c4931c tcp: fix severity info by Filip Tehlar · 3 years, 2 months ago
- 596c45b tcp session: initialize sw_if_index at connect time by Florin Coras · 3 years, 3 months ago
- af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
- 48057bd tcp session: next node config on connects by Florin Coras · 3 years, 5 months ago
- 647acd5 tcp: use tcp output for half open connections by Florin Coras · 3 years, 5 months ago
- 57b2e4a tcp: use main thread pool for half-opens by Florin Coras · 3 years, 5 months ago
- 3871bd3 tcp: add ACK flag to RST packet by liuyacan · 3 years, 6 months ago
- ec61e10 tcp: api cleanup by Filip Tehlar · 3 years, 6 months ago
- 7e78119 tcp: prevent timer handler being called frequently by liuyacan · 3 years, 6 months ago
- 41a6fba tcp: fix proto in port reuse check by Florin Coras · 3 years, 6 months ago
- 7dcc339 tcp: remove ho lock by Florin Coras · 3 years, 7 months ago
- 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
- ea72764 session: use half-open sessions for vc establishment by Florin Coras · 3 years, 7 months ago
- 9592909 tcp: cleanup rcv-process and bulk buffer translation by Florin Coras · 3 years, 7 months ago
- 7f969c7 tcp: cleanup listen node and bulk buffer translation by Florin Coras · 3 years, 7 months ago
- b636abe tcp: cleanup syn-sent and bulk buffer translation by Florin Coras · 3 years, 7 months ago
- 974b468 tcp: cleanup established and bulk buffer translation by Florin Coras · 3 years, 8 months ago
- f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 9 months ago
- 607ece3 tcp: try to update sack list only if not empty by Florin Coras · 3 years, 8 months ago
- 6469840 tcp: reorganize connection members by Florin Coras · 3 years, 8 months ago
- 5a41fd5 tcp: req app deq notification on fifo full by Florin Coras · 3 years, 8 months ago
- 7fdf8b2 tcp: support for rate sample attr flag by Florin Coras · 3 years, 8 months ago
- 04ae827 session tcp vcl: api to update connection attributes by Florin Coras · 3 years, 8 months ago