Age | Commit message (Expand) | Author | Files | Lines |
2019-04-05 | tcp: do not delete session on establish pop |  Florin Coras | 1 | -14/+16 |
2019-04-04 | tcp: shorten wait in fin-wait-1 with fin rcvd |  Florin Coras | 1 | -1/+2 |
2019-04-02 | tcp: improve rcv process ack processing |  Florin Coras | 1 | -0/+9 |
2019-03-27 | tcp: add cc algo lookup table |  Florin Coras | 1 | -7/+14 |
2019-03-23 | tcp: make default mtu configurable |  Florin Coras | 1 | -1/+5 |
2019-03-22 | tcp: improve handling of snd_nxt |  Florin Coras | 1 | -2/+2 |
2019-03-12 | tcp: print congestion control algorithm in cli |  Florin Coras | 1 | -11/+12 |
2019-03-08 | session/tcp/vcl: fixes and optimizations |  Florin Coras | 1 | -7/+0 |
2019-03-02 | session: cleanup/rename functions |  Florin Coras | 1 | -2/+2 |
2019-02-22 | tcp: keep snd sack block free list |  Florin Coras | 1 | -0/+3 |
2019-02-22 | tcp: send enough dupacks to cover all sack holes |  Florin Coras | 1 | -1/+1 |
2019-02-18 | tcp: harden for high scale scenarios |  Florin Coras | 1 | -3/+5 |
2019-02-09 | buffers: fix typo |  Damjan Marion | 1 | -1/+1 |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 1 | -1/+1 |
2019-02-06 | transport: cleanup |  Florin Coras | 1 | -3/+3 |
2019-02-02 | session: improve show session cli |  Florin Coras | 1 | -1/+5 |
2019-01-04 | tcp: fix reset in syn-sent |  Florin Coras | 1 | -2/+1 |
2019-01-03 | tcp: better randomize iss |  Florin Coras | 1 | -4/+32 |
2019-01-01 | buffers: remove unused code |  Damjan Marion | 1 | -2/+1 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning |  Florin Coras | 1 | -3/+5 |
2018-12-28 | session: free session after transport and app confirm |  Florin Coras | 1 | -8/+8 |
2018-12-26 | tcp: separate active and passive establish timers |  Florin Coras | 1 | -36/+44 |
2018-12-24 | tcp: compute seq_end in tcp_input |  Florin Coras | 1 | -9/+10 |
2018-12-22 | tcp: improve waitclose in closing states |  Florin Coras | 1 | -16/+44 |
2018-12-21 | tcp: fix fin_wait_1 condition to send fin |  Florin Coras | 1 | -0/+3 |
2018-12-20 | tcp: fix syn-sent reset |  Florin Coras | 1 | -7/+9 |
2018-12-19 | tcp: fix fin in syn-rcvd |  Florin Coras | 1 | -6/+6 |
2018-12-19 | tcp/session: notify transport of close when tx fifo is not empty |  Florin Coras | 1 | -9/+14 |
2018-12-17 | tcp: fix handling of broken syn options |  Florin Coras | 1 | -1/+10 |
2018-12-17 | vcl/session: handle reset/disconnect before app accept |  Florin Coras | 1 | -2/+4 |
2018-12-13 | session/tcp: support tx flush mark |  Florin Coras | 1 | -0/+11 |
2018-12-05 | session/tcp: postpone cleanup on reset |  Florin Coras | 1 | -1/+7 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -7/+7 |
2018-11-13 | tcp: cubic fast convergence |  Florin Coras | 1 | -0/+25 |
2018-11-12 | tcp: handle disconnects after enq notifications |  Florin Coras | 1 | -0/+2 |
2018-11-09 | tcp: basic cubic implementation |  Florin Coras | 1 | -1/+20 |
2018-11-08 | tcp: pacer and mrtt estimation improvements |  Florin Coras | 1 | -3/+4 |
2018-11-07 | tcp: consume incoming buffers instead of reusing |  Florin Coras | 1 | -4/+11 |
2018-11-06 | tcp: dequeue acked only once per burst |  Florin Coras | 1 | -3/+5 |
2018-11-05 | tcp: send unsent data in fast recovery |  Florin Coras | 1 | -32/+19 |
2018-11-02 | tcp: coverity fixes |  Florin Coras | 1 | -7/+7 |
2018-11-02 | session: measure dispatch period only if under load |  Florin Coras | 1 | -1/+12 |
2018-11-02 | tcp: minimize use of tls |  Florin Coras | 1 | -30/+20 |
2018-11-01 | tcp: fast retransmit pacing |  Florin Coras | 1 | -4/+12 |
2018-10-28 | session: extend connect api for internal apps |  Florin Coras | 1 | -7/+1 |
2018-10-25 | vnet/tcp/tcp.c: address a corner case. |  Paul Vinciguerra | 1 | -4/+7 |
2018-10-25 | session/tcp: improve cli |  Florin Coras | 1 | -37/+46 |
2018-10-25 | tcp/session: add tx pacer |  Florin Coras | 1 | -5/+39 |
2018-10-23 | tcp: fast retransmit improvements |  Florin Coras | 1 | -12/+4 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -11/+11 |