Age | Commit message (Expand) | Author | Files | Lines |
2019-03-13 | tcp: avoid computing flags in push hdr inline |  Florin Coras | 1 | -26/+3 |
2019-03-08 | tcp: fix rcv_wnd computation |  Florin Coras | 1 | -1/+1 |
2019-03-08 | session/tcp/vcl: fixes and optimizations |  Florin Coras | 1 | -1/+2 |
2019-03-08 | tcp: fix window probes in fin-wait-1 |  Florin Coras | 1 | -14/+9 |
2019-03-06 | tcp: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 1 | -28/+17 |
2019-03-02 | session: cleanup/rename functions |  Florin Coras | 1 | -12/+13 |
2019-02-22 | tcp: send enough dupacks to cover all sack holes |  Florin Coras | 1 | -11/+33 |
2019-02-18 | tcp: harden for high scale scenarios |  Florin Coras | 1 | -13/+30 |
2019-02-07 | tcp: fix reset sending in syn-sent |  Florin Coras | 1 | -2/+3 |
2019-02-06 | transport: cleanup |  Florin Coras | 1 | -8/+9 |
2019-02-02 | tcp: remove internal buffer cache |  Florin Coras | 1 | -80/+32 |
2019-01-19 | buffers: remove free-list information from buffer metadata |  Damjan Marion | 1 | -1/+0 |
2018-12-26 | tcp: separate active and passive establish timers |  Florin Coras | 1 | -10/+10 |
2018-12-22 | tcp: improve waitclose in closing states |  Florin Coras | 1 | -1/+8 |
2018-12-17 | tcp: fix handling of broken syn options |  Florin Coras | 1 | -1/+0 |
2018-12-13 | tcp: fix handling of no wscale in syns |  Florin Coras | 1 | -1/+4 |
2018-12-13 | session/tcp: support tx flush mark |  Florin Coras | 1 | -1/+6 |
2018-12-07 | tcp: measure us rtt with syn-ack |  Florin Coras | 1 | -0/+1 |
2018-12-07 | tcp: validate connection state in retransmit |  Florin Coras | 1 | -2/+2 |
2018-11-30 | Metadata / opaque formatting belongs in vpp |  Dave Barach | 1 | -0/+2 |
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 |