Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vnet
/
tcp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-26
tcp: avoid fr segments less than mss if possible
Florin Coras
1
-1
/
+5
2024-03-12
misc: remove GNU Indent directives
Damjan Marion
8
-60
/
+0
2024-03-10
session: use no for ports in transport port allocator
Florin Coras
1
-1
/
+1
2024-02-26
tcp: fix fin retransmit when out of buffers
Florin Coras
1
-4
/
+3
2024-02-17
tcp: retransmit fins in last-ack
Florin Coras
2
-2
/
+2
2023-11-29
tcp: fix rxt send of new data assert
Florin Coras
1
-2
/
+1
2023-11-28
tcp: allow unsent segments less than mss in recovery
Florin Coras
1
-3
/
+7
2023-11-28
tcp: add counter for accepted connections
Florin Coras
2
-1
/
+2
2023-11-27
tcp: allow multiple rxt rescues during recovery
Florin Coras
1
-2
/
+2
2023-11-07
misc: silence -Wmaybe-uninitialized warnings
Jieqiang Wang
1
-1
/
+1
2023-11-02
tcp: fix reset w pkt
Florin Coras
1
-24
/
+3
2023-11-01
tcp: remove redundant ack checks
Florin Coras
1
-18
/
+0
2023-11-01
tcp: allow ooo data in syn-rcvd
Florin Coras
1
-9
/
+0
2023-11-01
tcp: postpone cleanup on connect failures
Florin Coras
1
-2
/
+6
2023-10-16
tcp: initialize connection index on rst w packet
Florin Coras
1
-0
/
+1
2023-10-16
tcp: allow fins in syns in syn-rcvd
Florin Coras
1
-7
/
+11
2023-10-16
tcp: handle syn-ack in fin-wait-2 in rcv process
Florin Coras
1
-0
/
+2
2023-08-09
session: async rx event notifications
Florin Coras
1
-13
/
+6
2023-06-25
tcp: avoid initializing counters multiple times
Florin Coras
2
-2
/
+10
2023-06-22
tcp: add simple stats collector
Florin Coras
2
-0
/
+51
2023-06-22
tcp: options support into pg
Maxime Peim
2
-58
/
+210
2023-06-08
tcp: cleanup next nodes and drop logic
Florin Coras
2
-136
/
+60
2023-05-04
session: cleanup ho lookup table on close
Florin Coras
1
-0
/
+8
2023-04-21
tcp: remove unused code
Filip Tehlar
2
-7
/
+0
2023-04-20
tcp: fix tcp packet trace
Filip Tehlar
1
-38
/
+59
2023-03-16
session: support active opens with same source port
Florin Coras
1
-2
/
+2
2023-03-06
tcp: allow syns in closed state
Florin Coras
1
-2
/
+3
2023-02-28
session: consolidate port alloc logic
Florin Coras
1
-21
/
+8
2023-02-28
tcp: add dispatch errors to counters
Florin Coras
1
-9
/
+10
2023-02-25
tcp: fix error counters
Filip Tehlar
4
-44
/
+43
2022-12-07
tcp: avoid retransmit head with no data
Florin Coras
1
-1
/
+1
2022-12-02
session: move connects to first worker
Florin Coras
3
-8
/
+15
2022-11-29
session: transport endpt cleanup on owner thread
Florin Coras
1
-2
/
+2
2022-10-07
tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files
Steven Luong
1
-0
/
+1
2022-10-07
tcp: build image with TCP_DEBUG_ALWAYS via make
Steven Luong
1
-0
/
+4
2022-10-03
tcp: replace tcp_time_now with tcp_time_now_us
Steven Luong
1
-28
/
+29
2022-08-30
tcp: do not overcount ooo bytes
Florin Coras
1
-1
/
+3
2022-08-11
ip: only set rx_sw_if_index when connection found to avoid following crash li...
Xiaoming Jiang
1
-5
/
+5
2022-04-12
tcp: limit persist segment size if window available
Florin Coras
1
-1
/
+3
2022-04-04
vppinfra: make _vec_len() read-only
Damjan Marion
2
-4
/
+4
2022-04-04
tcp: use safe realloc pool
Florin Coras
1
-3
/
+3
2022-03-15
tcp: update error counters in listen node
Florin Coras
1
-9
/
+7
2022-03-15
tcp: update persist timer if data acked
Florin Coras
1
-3
/
+7
2022-02-15
tcp: Do not include the tcp_packet.h file in the ip4_packet.h
Neale Ranns
1
-1
/
+96
2022-02-10
session: use transport endpoint cfg for listen
Florin Coras
1
-2
/
+2
2022-01-12
session: pass tx buffers in bulk to transports
Florin Coras
2
-6
/
+35
2022-01-10
session: deschedule sessions with no data to send
Florin Coras
1
-1
/
+0
2022-01-07
tcp: fix cubic cwnd accumulate use of bytes acked
Florin Coras
1
-1
/
+1
2022-01-06
tcp: optimize newreno cong ack handler
Florin Coras
1
-19
/
+20
2022-01-06
tcp: update snd_congestion only during congestion
Florin Coras
3
-31
/
+14
[next]