Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-09-27 | Various fixes for issues found by Coverity (VPP-972) |  Chris Luke | 1 | -1/+2 |
2017-09-26 | tcp: update snd_nxt after congestion recovery |  Florin Coras | 1 | -0/+2 |
2017-09-25 | tcp: do not sample rtt for retransmitted segments |  Florin Coras | 1 | -25/+27 |
2017-09-20 | tcp: add option to punt traffic |  Pierre Pfister | 1 | -5/+17 |
2017-09-19 | session/tcp: improve preallocated segment handling |  Florin Coras | 1 | -39/+42 |
2017-09-12 | tcp: horizontal scaling improvments |  Florin Coras | 1 | -58/+146 |
2017-08-30 | tcp: re-enable persist timer if no data available to send |  Florin Coras | 1 | -0/+1 |
2017-08-25 | TCP horizontal scaling |  Dave Barach | 1 | -1/+5 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements |  Florin Coras | 1 | -11/+16 |
2017-08-16 | tcp: fix v6 sessions |  root | 1 | -15/+1 |
2017-08-15 | tcp: state machine improvements |  Florin Coras | 1 | -10/+20 |
2017-08-14 | TCP: Update time_now once per burst |  Florin Coras | 1 | -1/+1 |
2017-08-11 | Fix tcp multi buffer segments retransmission |  Florin Coras | 1 | -11/+37 |
2017-08-02 | Fix tcp tx buffer allocation |  Florin Coras | 1 | -0/+2 |
2017-07-30 | Make tcp active open data structures thread safe |  Florin Coras | 1 | -15/+21 |
2017-07-25 | Cleanup/refactor session layer code |  Florin Coras | 1 | -1/+4 |
2017-07-21 | Improvements to tcp rx path and debugging |  Florin Coras | 1 | -66/+99 |
2017-07-15 | Fixes and improved tcp/session debugging |  Florin Coras | 1 | -35/+79 |
2017-07-11 | Horizontal (nSessions) scaling draft |  Dave Barach | 1 | -34/+63 |
2017-06-19 | Overall tcp performance improvements (VPP-846) |  Florin Coras | 1 | -83/+110 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) |  Florin Coras | 1 | -186/+485 |
2017-05-20 | Improve session debugging |  Florin Coras | 1 | -9/+16 |
2017-05-18 | Improve sack bytes accounting and testing |  Florin Coras | 1 | -18/+27 |
2017-05-16 | Fixes to tcp active opens and reception |  Dave Barach | 1 | -0/+5 |
2017-05-10 | Improve TCP option handling, VPP-757 |  Florin Coras | 1 | -10/+37 |
2017-05-10 | Ignore data in RST segments, VPP-723 |  Florin Coras | 1 | -15/+23 |
2017-05-09 | Add support for tcp/session buffer chains |  Florin Coras | 1 | -8/+8 |
2017-05-07 | Include TCP options in segment size computation |  Florin Coras | 1 | -1/+5 |
2017-05-07 | Fix TCP loss recovery, VPP-745 |  Florin Coras | 1 | -10/+25 |
2017-05-01 | TCP ooo reception fixes |  Florin Coras | 1 | -26/+55 |
2017-04-25 | Session/tcp coverity fixes |  Florin Coras | 1 | -96/+69 |
2017-04-25 | Add sack tx unit test |  Florin Coras | 1 | -14/+28 |
2017-04-24 | Debug CLI to magically create / delete a TCP session |  Dave Barach | 1 | -1/+1 |
2017-04-24 | Session layer improvements |  Florin Coras | 1 | -4/+4 |
2017-04-18 | Fix fifo ooo bugs and improve testing |  Dave Barach | 1 | -9/+19 |
2017-04-14 | tcp: completed trace functions |  Clement Durand | 1 | -28/+72 |
2017-04-13 | Session layer refactoring |  Florin Coras | 1 | -6/+1 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 1 | -5/+5 |
2017-04-02 | TCP cc/window management fixes and debugging |  Florin Coras | 1 | -33/+35 |