Age | Commit message (Expand) | Author | Files | Lines |
2018-12-18 | tcp/session: drop connections if message queue is full |  Florin Coras | 1 | -13/+17 |
2018-12-18 | tcp: cleanup connections if handshake fails |  Florin Coras | 1 | -3/+2 |
2018-12-17 | tcp: fix handling of broken syn options |  Florin Coras | 1 | -2/+3 |
2018-12-17 | tcp: accept rst that fail paws |  Florin Coras | 1 | -9/+9 |
2018-12-13 | tcp: drop handshake ack with fin set |  Florin Coras | 1 | -1/+1 |
2018-12-13 | tcp: fix handling of no wscale in syns |  Florin Coras | 1 | -0/+2 |
2018-12-13 | tcp: validate seq for handshake ack |  Florin Coras | 1 | -0/+8 |
2018-12-13 | session/tcp: support tx flush mark |  Florin Coras | 1 | -0/+6 |
2018-12-07 | tcp: improve check for invalid sack blocks |  Florin Coras | 1 | -1/+3 |
2018-12-07 | tcp: fix timestamp check and paws |  Florin Coras | 1 | -5/+2 |
2018-12-07 | tcp: better handling of options only allowed in syns |  Florin Coras | 1 | -9/+18 |
2018-12-07 | tcp: fix length check |  Florin Coras | 1 | -3/+14 |
2018-12-05 | session/tcp: postpone cleanup on reset |  Florin Coras | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -11/+14 |
2018-11-12 | tcp: handle disconnects after enq notifications |  Florin Coras | 1 | -14/+50 |
2018-11-09 | tcp: basic cubic implementation |  Florin Coras | 1 | -3/+8 |
2018-11-08 | tcp: pacer and mrtt estimation improvements |  Florin Coras | 1 | -11/+51 |
2018-11-07 | tcp: consume incoming buffers instead of reusing |  Florin Coras | 1 | -755/+628 |
2018-11-06 | tcp: dequeue acked only once per burst |  Florin Coras | 1 | -23/+54 |
2018-11-05 | tcp: send unsent data in fast recovery |  Florin Coras | 1 | -11/+18 |
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 | -7/+5 |
2018-11-02 | tcp: minimize use of tls |  Florin Coras | 1 | -16/+16 |
2018-11-01 | tcp: fast retransmit pacing |  Florin Coras | 1 | -40/+47 |
2018-10-25 | tcp/session: add tx pacer |  Florin Coras | 1 | -11/+11 |
2018-10-23 | tcp: fast retransmit improvements |  Florin Coras | 1 | -58/+165 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -2/+2 |
2018-10-21 | tcp: count first lost hole (VPP-1465) |  Florin Coras | 1 | -14/+17 |
2018-10-18 | tcp: fix sacks lost bytes counting (VPP-1465) |  Florin Coras | 1 | -16/+28 |
2018-10-18 | tls: fix connection failures/interrupts at scale (VPP-1464) |  Florin Coras | 1 | -3/+7 |
2018-10-17 | tcp: avoid sack processing when not needed (VPP-1460) |  Florin Coras | 1 | -1/+2 |
2018-10-02 | tcp: accept fins if in recovery |  Florin Coras | 1 | -1/+3 |
2018-09-27 | tcp: use scaled window for new connects |  Florin Coras | 1 | -2/+2 |
2018-09-25 | tcp: accept rst+ack in syn-rcvd state |  Florin Coras | 1 | -0/+2 |
2018-09-21 | tcp: accept fin-ack in syn-rcvd state |  Florin Coras | 1 | -1/+3 |
2018-08-24 | tcp: fix cc recovery re-entry and persist timer pop |  Florin Coras | 1 | -6/+15 |
2018-06-26 | tcp: avoid doing work in tcp_rcv_sacks for no sacks |  Florin Coras | 1 | -2/+3 |
2018-06-26 | tcp: cleanup functions |  Florin Coras | 1 | -19/+93 |
2018-06-21 | tcp: move tracing out of established loop |  Florin Coras | 1 | -27/+59 |
2018-06-19 | tcp: optimize tcp output |  Florin Coras | 1 | -0/+2 |
2018-06-19 | tcp: optimize tcp input |  Florin Coras | 1 | -134/+204 |
2018-06-11 | tcp: cleanup connection/session fixes |  Florin Coras | 1 | -8/+16 |
2018-06-10 | tcp: fix timer based recovery exit condition |  Florin Coras | 1 | -1/+0 |
2018-05-26 | tcp: loss recovery improvements/fixes |  Florin Coras | 1 | -22/+47 |
2018-05-25 | tcp: handle acks in close wait |  Florin Coras | 1 | -0/+1 |
2018-05-23 | tcp: cc improvements and fixes |  Florin Coras | 1 | -18/+19 |
2018-05-17 | tcp: handle link-local addresses |  Florin Coras | 1 | -0/+2 |
2018-04-30 | tcp/session: debug improvements/fixes |  Florin Coras | 1 | -3/+2 |
2018-04-20 | tcp: make newreno byte instead of acks dependent |  Florin Coras | 1 | -0/+1 |
2018-04-20 | tcp: improve stats |  Florin Coras | 1 | -119/+159 |