bonding: support custom interface IDs
[vpp.git] / src / vnet / tcp /
2019-01-12 Florin Corassession: generate wrong thread errors instead of crashing 58/16758/4
2019-01-04 Florin Corastcp: fix reset in syn-sent 94/16694/2
2019-01-03 Florin Corastcp: add more closing state arcs 74/16674/3
2019-01-03 Florin Corastcp: better randomize iss 75/16675/3
2019-01-01 Damjan Marionbuffers: remove unused code 46/16646/4
2019-01-01 Florin Corasvcl/ldp: add write msg function and fine tuning 34/16634/11
2018-12-28 Florin Corassession: free session after transport and app confirm 33/16633/4
2018-12-26 Florin Corastcp: add more last-ack arcs 18/16618/3
2018-12-26 Florin Corastcp: separate active and passive establish timers 15/16615/7
2018-12-25 Florin Corastcp: add fin-wait-1 dispatch arcs 08/16608/2
2018-12-24 Florin Corastcp: compute seq_end in tcp_input 99/16599/8
2018-12-22 Florin Corastcp: improve waitclose in closing states 91/16591/4
2018-12-21 Florin Corastcp: fix fin_wait_1 condition to send fin 77/16577/3
2018-12-20 Florin Corastcp: fix syn-sent reset 74/16574/1
2018-12-20 Florin Corassession: add cli option to dump session elog 61/16561/4
2018-12-20 Florin Corastcp: fix fin in syn-rcvd 41/16541/8
2018-12-19 Florin Corastcp: add more state machine arcs 20/16520/8
2018-12-19 Florin Corastcp/session: notify transport of close when tx fifo... 37/16537/5
2018-12-18 Florin Corastcp/session: drop connections if message queue is full 15/16515/10
2018-12-18 Florin Corastcp: cleanup connections if handshake fails 06/16506/3
2018-12-17 Florin Corastcp: fix handling of broken syn options 05/16505/2
2018-12-17 Florin Corastcp: accept rst that fail paws 02/16502/2
2018-12-17 Florin Corasvcl/session: handle reset/disconnect before app accept 91/16491/8
2018-12-13 Florin Corastcp: drop handshake ack with fin set 55/16455/3
2018-12-13 Florin Corastcp: fix handling of no wscale in syns 53/16453/2
2018-12-13 Florin Corastcp: validate seq for handshake ack 50/16450/2
2018-12-13 Florin Corassession/tcp: support tx flush mark 48/16448/4
2018-12-07 Florin Corastcp: improve check for invalid sack blocks 00/16400/2
2018-12-07 Florin Corastcp: measure us rtt with syn-ack 99/16399/2
2018-12-07 Florin Corastcp: fix timestamp check and paws 98/16398/2
2018-12-07 Florin Corastcp: better handling of options only allowed in syns 63/16363/4
2018-12-07 Florin Corastcp: validate connection state in retransmit 61/16361/3
2018-12-07 Florin Corastcp: fix length check 60/16360/2
2018-12-05 Florin Corassession/tcp: postpone cleanup on reset 39/16339/6
2018-11-30 Dave BarachMetadata / opaque formatting belongs in vpp 30/16230/3
2018-11-26 Dave BarachMinor tweaks 97/16197/1
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-11-13 Florin Corastcp: cubic improvements 95/15895/3
2018-11-13 Florin Corastcp: cubic fast convergence 92/15892/7
2018-11-12 Florin Corastcp: handle disconnects after enq notifications 45/15845/4
2018-11-09 Florin Corastcp: basic cubic implementation 79/14979/22
2018-11-08 Florin Corastcp: pacer and mrtt estimation improvements 08/15808/8
2018-11-07 Florin Corastcp: consume incoming buffers instead of reusing 33/15733/12
2018-11-06 Florin Corastcp: dequeue acked only once per burst 28/15728/4
2018-11-05 Florin Corastcp: send unsent data in fast recovery 78/15678/10
2018-11-02 Florin Corastcp: coverity fixes 76/15676/2
2018-11-02 Florin Corassession: measure dispatch period only if under load 68/15668/7
2018-11-02 Florin Corastcp: minimize use of tls 63/15663/7
2018-11-01 Florin Corastcp: fast retransmit pacing 58/15658/4
2018-10-28 Florin Corassession: extend connect api for internal apps 46/15546/11
2018-10-27 Kingwel Xiepg: icmp4 & tcp4 ip length issue 74/15574/2
2018-10-25 Paul Vinciguerravnet/tcp/tcp.c: address a corner case. 28/15528/2
2018-10-25 Florin Corassession/tcp: improve cli 21/15521/2
2018-10-25 Florin Corastcp/session: add tx pacer 81/12681/17
2018-10-23 Florin Corastcp: fast retransmit improvements 26/15426/18
2018-10-23 Dave Barachc11 safe string handling support 47/15347/10
2018-10-21 Florin Corastcp: count first lost hole (VPP-1465) 27/15427/3
2018-10-18 Florin Corastcp: fix sacks lost bytes counting (VPP-1465) 56/15356/6
2018-10-18 Florin Corastls: fix connection failures/interrupts at scale (VPP... 53/15353/5
2018-10-18 Florin Corastcp: fix cleanup of non established connections (VPP... 50/15350/4
2018-10-17 Florin Corastcp: fix multiple fin retries (VPP-1461) 19/15319/4
2018-10-17 Florin Corastcp: avoid sack processing when not needed (VPP-1460) 17/15317/3
2018-10-16 Florin Corastls: fix multi threaded medium scale test (VPP-1457) 98/15298/7
2018-10-02 Florin Corastcp: fix close wait timeout with no fin 79/15079/3
2018-10-02 Florin Corastcp: accept fins if in recovery 89/15089/2
2018-09-29 Florin Corassession: lock msg queues while generating control events 48/15048/4
2018-09-27 Florin Corastcp: use scaled window for new connects 24/15024/3
2018-09-25 Florin Corastcp: accept rst+ack in syn-rcvd state 62/14962/2
2018-09-25 Florin Corastcp: add option to cfg max rx fifo size 60/14960/5
2018-09-21 Florin Corastcp: accept fin-ack in syn-rcvd state 25/14925/2
2018-08-24 Florin Corastcp: fix cc recovery re-entry and persist timer pop 53/14453/8
2018-07-24 Dave BarachCreate a unit-test plugin 28/13628/3
2018-07-03 Florin Corastcp: update snd_una_max for retranmsits 23/13323/2
2018-06-30 Florin Corastcp: fix single loop prefetch 08/13308/1
2018-06-26 Florin Corastcp/session: tx optimizations 30/13230/2
2018-06-26 Florin Corastcp: avoid doing work in tcp_rcv_sacks for no sacks 28/13228/2
2018-06-26 Florin Corastcp: cleanup functions 19/13219/2
2018-06-25 Florin Corastw: add light weight timer update function 94/13194/5
2018-06-21 Florin Corastcp: move tracing out of established loop 68/13168/2
2018-06-20 Florin Corastcp: add per worker ctx structure 33/13133/3
2018-06-19 Florin Corastcp: optimize tcp output 66/13066/10
2018-06-19 Florin Corastcp: optimize tcp input 68/13068/7
2018-06-12 Florin Corastcp: add close-wait state flags 96/12996/2
2018-06-11 Florin Corastcp: cleanup connection/session fixes 31/12931/11
2018-06-10 Florin Corastcp: fix timer based recovery exit condition 75/12975/3
2018-05-26 Florin Corastcp: loss recovery improvements/fixes 08/12708/10
2018-05-25 Florin Corastcp: handle acks in close wait 05/12705/2
2018-05-23 Florin Corastcp: cc improvements and fixes 95/12695/6
2018-05-21 Florin Corastcp: unlock link-local adjacencies on connection cleanup 36/12636/6
2018-05-18 Florin Corassession: add session process node 09/12609/6
2018-05-17 Florin Corastcp: handle link-local addresses 05/12205/12
2018-05-10 Florin Corastcp: fix jumbo retransmits 12/12512/4
2018-05-01 Florin Corastcp/session: debug improvements/fixes 75/11975/6
2018-04-20 Florin Corastcp: make newreno byte instead of acks dependent 39/11939/5
2018-04-20 Florin Corastcp: improve stats 16/11916/6
2018-03-29 Florin Corastcp: fix fib index buffer tagging 30/11430/9
2018-03-23 Florin Corastcp/session: sprinkle prefetches 94/11194/4
2018-03-02 Florin Corassession: first approximation implementation of tls 68/10768/27
2018-02-07 Damjan MarionRefactor vlib_buffer flags 75/10375/8
2018-02-01 Steventcp: tcp_output.c failed to compile when VLIB_BUFFER_TR... 77/10377/1
next