Age | Commit message (Expand) | Author | Files | Lines |
2018-06-20 | tcp: add per worker ctx structure | Florin Coras | 1 | -19/+27 |
2018-06-19 | tcp: optimize tcp output | Florin Coras | 1 | -1/+2 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 1 | -1/+1 |
2018-05-26 | tcp: loss recovery improvements/fixes | Florin Coras | 1 | -3/+3 |
2018-05-17 | tcp: handle link-local addresses | Florin Coras | 1 | -0/+1 |
2018-04-20 | tcp: make newreno byte instead of acks dependent | Florin Coras | 1 | -0/+1 |
2017-12-11 | session: generalize handling of network transports | Florin Coras | 1 | -9/+0 |
2017-11-29 | session: fix preallocation of local endpoint table | Florin Coras | 1 | -4/+0 |
2017-11-28 | tcp: fix retransmissions under buffer shortage | Florin Coras | 1 | -0/+12 |
2017-10-16 | udp: refactor udp code | Florin Coras | 1 | -10/+0 |
2017-10-03 | tcp: updates to connection closing procedure (VPP-996) | Florin Coras | 1 | -4/+4 |
2017-09-20 | tcp: add option to punt traffic | Pierre Pfister | 1 | -0/+5 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 1 | -3/+6 |
2017-09-12 | tcp: horizontal scaling improvments | Florin Coras | 1 | -2/+5 |
2017-08-25 | TCP horizontal scaling | Dave Barach | 1 | -0/+4 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements | Florin Coras | 1 | -3/+20 |
2017-08-17 | TCP source address automation | Dave Barach | 1 | -1/+7 |
2017-08-15 | tcp: state machine improvements | Florin Coras | 1 | -0/+1 |
2017-08-14 | TCP: Update time_now once per burst | Florin Coras | 1 | -1/+11 |
2017-08-11 | Fix tcp multi buffer segments retransmission | Florin Coras | 1 | -3/+15 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 1 | -5/+7 |
2017-07-30 | Make tcp active open data structures thread safe | Florin Coras | 1 | -6/+12 |
2017-07-21 | Improvements to tcp rx path and debugging | Florin Coras | 1 | -5/+7 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 1 | -1/+52 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 1 | -0/+13 |
2017-06-22 | Improve svm fifo and tcp tx path performance (VPP-846) | Florin Coras | 1 | -0/+4 |
2017-06-19 | Overall tcp performance improvements (VPP-846) | Florin Coras | 1 | -4/+8 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) | Florin Coras | 1 | -18/+94 |
2017-05-20 | Improve session debugging | Florin Coras | 1 | -1/+3 |
2017-05-18 | Improve sack bytes accounting and testing | Florin Coras | 1 | -0/+1 |
2017-05-07 | Include TCP options in segment size computation | Florin Coras | 1 | -3/+7 |
2017-05-07 | Fix TCP loss recovery, VPP-745 | Florin Coras | 1 | -2/+2 |
2017-04-25 | Session/tcp coverity fixes | Florin Coras | 1 | -0/+8 |
2017-04-25 | Add sack tx unit test | Florin Coras | 1 | -2/+4 |
2017-04-18 | Fix fifo ooo bugs and improve testing | Dave Barach | 1 | -0/+1 |
2017-04-15 | Set lower bound on persist timer | Florin Coras | 1 | -2/+5 |
2017-04-13 | Session layer refactoring | Florin Coras | 1 | -2/+7 |
2017-04-02 | TCP cc/window management fixes and debugging | Florin Coras | 1 | -1/+35 |
2017-03-27 | TCP/session improvements | Florin Coras | 1 | -22/+89 |
2017-03-13 | VPP-659 Improve tcp/session debugging and testing | Florin Coras | 1 | -1/+5 |
2017-03-10 | VPP-659 TCP improvements | Florin Coras | 1 | -4/+10 |
2017-03-07 | Register TCP with IP only if session is enabled | Florin Coras | 1 | -0/+5 |
2017-03-04 | Cleanup URI code and TCP bugfixing | Florin Coras | 1 | -2/+2 |
2017-03-01 | VPP-598: tcp stack initial commit | Dave Barach | 1 | -0/+624 |