Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-10-18 | tcp: fix cleanup of non established connections (VPP-1463) |  Florin Coras | 1 | -1/+4 |
2018-10-17 | tcp: avoid sack processing when not needed (VPP-1460) |  Florin Coras | 1 | -2/+4 |
2018-10-02 | tcp: fix close wait timeout with no fin |  Florin Coras | 1 | -0/+4 |
2018-09-27 | tcp: use scaled window for new connects |  Florin Coras | 1 | -3/+9 |
2018-09-25 | tcp: add option to cfg max rx fifo size |  Florin Coras | 1 | -5/+8 |
2018-06-26 | tcp/session: tx optimizations |  Florin Coras | 1 | -1/+1 |
2018-06-26 | tcp: cleanup functions |  Florin Coras | 1 | -37/+69 |
2018-06-20 | tcp: add per worker ctx structure |  Florin Coras | 1 | -14/+5 |
2018-06-19 | tcp: optimize tcp output |  Florin Coras | 1 | -1/+1 |
2018-06-11 | tcp: cleanup connection/session fixes |  Florin Coras | 1 | -13/+16 |
2018-05-26 | tcp: loss recovery improvements/fixes |  Florin Coras | 1 | -3/+3 |
2018-05-25 | tcp: handle acks in close wait |  Florin Coras | 1 | -1/+1 |
2018-05-21 | tcp: unlock link-local adjacencies on connection cleanup |  Florin Coras | 1 | -0/+47 |
2018-03-02 | session: first approximation implementation of tls |  Florin Coras | 1 | -0/+2 |
2017-12-11 | session: generalize handling of network transports |  Florin Coras | 1 | -4/+17 |
2017-11-29 | session: fix preallocation of local endpoint table |  Florin Coras | 1 | -13/+0 |
2017-11-28 | tcp: fix retransmissions under buffer shortage |  Florin Coras | 1 | -2/+5 |
2017-11-16 | tcp: register with ip for header parsing by default |  Florin Coras | 1 | -9/+12 |
2017-10-16 | udp: refactor udp code |  Florin Coras | 1 | -218/+59 |
2017-10-12 | tcp: do not format sb if not established (VPP-1018) |  Florin Coras | 1 | -2/+3 |
2017-10-10 | session: add support for application namespacing |  Florin Coras | 1 | -56/+53 |
2017-10-03 | tcp: updates to connection closing procedure (VPP-996) |  Florin Coras | 1 | -3/+34 |
2017-09-20 | session: store tep port in net order |  Florin Coras | 1 | -2/+2 |
2017-09-20 | TCP: fix "tcp src-address" command with IPv6 |  Yoann Desmouceaux | 1 | -1/+1 |
2017-09-20 | tcp: add option to punt traffic |  Pierre Pfister | 1 | -0/+33 |
2017-09-19 | session/tcp: improve preallocated segment handling |  Florin Coras | 1 | -2/+5 |
2017-09-12 | tcp: horizontal scaling improvments |  Florin Coras | 1 | -1/+25 |
2017-09-01 | Add fixed-size, preallocated pool support |  Dave Barach | 1 | -12/+12 |
2017-08-29 | session: segment manager improvements |  Florin Coras | 1 | -1/+5 |
2017-08-25 | TCP horizontal scaling |  Dave Barach | 1 | -2/+21 |