Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-03-29 | tcp: fix fib index buffer tagging |  Florin Coras | 1 | -0/+1 |
2018-03-23 | tcp/session: sprinkle prefetches |  Florin Coras | 1 | -0/+8 |
2018-01-25 | session: add support for memfd segments |  Florin Coras | 1 | -2/+3 |
2017-12-15 | Fix icmp/udp/tcp punt/drop paths |  Vijayabhaskar Katamreddy | 1 | -10/+14 |
2017-11-28 | tcp: fix retransmissions under buffer shortage |  Florin Coras | 1 | -2/+3 |
2017-11-27 | tcp: fix proxy connection validation |  Florin Coras | 1 | -0/+4 |
2017-11-20 | session/tcp: filtering improvements |  Florin Coras | 1 | -14/+22 |
2017-11-09 | tcp: call accept notify after full connection init |  Florin Coras | 1 | -9/+9 |
2017-10-28 | session: rules tables |  Florin Coras | 1 | -1/+1 |
2017-10-16 | udp: refactor udp code |  Florin Coras | 1 | -47/+45 |
2017-10-10 | session: add support for application namespacing |  Florin Coras | 1 | -38/+50 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 1 | -1/+1 |
2017-10-03 | tcp: updates to connection closing procedure (VPP-996) |  Florin Coras | 1 | -8/+12 |