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
/
tcp_output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-26
Minor tweaks
Dave Barach
1
-10
/
+11
2018-11-14
Remove c-11 memcpy checks from perf-critical code
Dave Barach
1
-13
/
+14
2018-11-12
tcp: handle disconnects after enq notifications
Florin Coras
1
-2
/
+1
2018-11-09
tcp: basic cubic implementation
Florin Coras
1
-1
/
+1
2018-11-08
tcp: pacer and mrtt estimation improvements
Florin Coras
1
-1
/
+1
2018-11-07
tcp: consume incoming buffers instead of reusing
Florin Coras
1
-28
/
+67
2018-11-06
tcp: dequeue acked only once per burst
Florin Coras
1
-2
/
+2
2018-11-05
tcp: send unsent data in fast recovery
Florin Coras
1
-75
/
+156
2018-11-02
tcp: coverity fixes
Florin Coras
1
-1
/
+1
2018-11-02
session: measure dispatch period only if under load
Florin Coras
1
-1
/
+1
2018-11-02
tcp: minimize use of tls
Florin Coras
1
-140
/
+131
2018-11-01
tcp: fast retransmit pacing
Florin Coras
1
-3
/
+7
2018-10-25
tcp/session: add tx pacer
Florin Coras
1
-1
/
+1
2018-10-23
tcp: fast retransmit improvements
Florin Coras
1
-21
/
+57
2018-10-23
c11 safe string handling support
Dave Barach
1
-2
/
+2
2018-10-17
tcp: fix multiple fin retries (VPP-1461)
Florin Coras
1
-9
/
+9
2018-10-16
tls: fix multi threaded medium scale test (VPP-1457)
Florin Coras
1
-1
/
+9
2018-09-25
tcp: add option to cfg max rx fifo size
Florin Coras
1
-1
/
+2
2018-08-24
tcp: fix cc recovery re-entry and persist timer pop
Florin Coras
1
-9
/
+22
2018-07-03
tcp: update snd_una_max for retranmsits
Florin Coras
1
-0
/
+4
2018-06-30
tcp: fix single loop prefetch
Florin Coras
1
-2
/
+2
2018-06-26
tcp/session: tx optimizations
Florin Coras
1
-19
/
+48
2018-06-26
tcp: cleanup functions
Florin Coras
1
-68
/
+67
2018-06-20
tcp: add per worker ctx structure
Florin Coras
1
-21
/
+24
2018-06-19
tcp: optimize tcp output
Florin Coras
1
-162
/
+158
2018-06-12
tcp: add close-wait state flags
Florin Coras
1
-0
/
+1
2018-06-11
tcp: cleanup connection/session fixes
Florin Coras
1
-2
/
+3
2018-06-10
tcp: fix timer based recovery exit condition
Florin Coras
1
-1
/
+2
2018-05-26
tcp: loss recovery improvements/fixes
Florin Coras
1
-11
/
+15
2018-05-23
tcp: cc improvements and fixes
Florin Coras
1
-5
/
+7
2018-05-21
tcp: unlock link-local adjacencies on connection cleanup
Florin Coras
1
-24
/
+9
2018-05-18
session: add session process node
Florin Coras
1
-0
/
+2
2018-05-17
tcp: handle link-local addresses
Florin Coras
1
-6
/
+61
2018-05-10
tcp: fix jumbo retransmits
Florin Coras
1
-42
/
+42
2018-04-20
tcp: improve stats
Florin Coras
1
-0
/
+6
2018-03-29
tcp: fix fib index buffer tagging
Florin Coras
1
-13
/
+17
2018-03-23
tcp/session: sprinkle prefetches
Florin Coras
1
-0
/
+8
2018-03-02
session: first approximation implementation of tls
Florin Coras
1
-1
/
+1
2018-02-07
Refactor vlib_buffer flags
Damjan Marion
1
-2
/
+2
2018-02-01
tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled
Steven
1
-1
/
+1
2017-12-11
session: generalize handling of network transports
Florin Coras
1
-0
/
+1
2017-11-29
session: fix preallocation of local endpoint table
Florin Coras
1
-3
/
+1
2017-11-28
tcp: fix retransmissions under buffer shortage
Florin Coras
1
-28
/
+28
2017-10-10
session: add support for application namespacing
Florin Coras
1
-2
/
+1
2017-10-04
[aarch64] Fixes CLI crashes on dpaa2 platform.
Christophe Fontaine
1
-1
/
+1
2017-10-03
tcp: updates to connection closing procedure (VPP-996)
Florin Coras
1
-2
/
+13
2017-09-26
tcp: update snd_nxt after congestion recovery
Florin Coras
1
-9
/
+5
2017-09-25
tcp: do not sample rtt for retransmitted segments
Florin Coras
1
-2
/
+19
2017-09-19
session/tcp: improve preallocated segment handling
Florin Coras
1
-18
/
+73
2017-09-15
dpdk: cli to check for buffer leakage
Florin Coras
1
-4
/
+6
[next]