Age | Commit message (Expand) | Author | Files | Lines |
2017-11-01 | session: add support for proxying apps | Florin Coras | 1 | -1/+1 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 1 | -0/+2 |
2017-10-16 | udp: refactor udp code | Florin Coras | 1 | -6/+4 |
2017-10-10 | session: add support for application namespacing | Florin Coras | 1 | -14/+43 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 1 | -1/+0 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 1 | -1/+1 |
2017-09-12 | tcp: horizontal scaling improvments | Florin Coras | 1 | -0/+5 |
2017-09-06 | Improve "show segment-manager segments" | Dave Barach | 1 | -6/+8 |
2017-08-14 | TCP: update builtin server/client cli help | Florin Coras | 1 | -2/+5 |
2017-08-10 | Improve the svm fifo allocator | Dave Barach | 1 | -0/+14 |
2017-08-10 | TCP proxy prototype | Dave Barach | 1 | -93/+2 |
2017-08-02 | Fix ip checksum offload, move badly-placed ASSERT | Dave Barach | 1 | -2/+2 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 1 | -6/+33 |
2017-07-30 | Make tcp active open data structures thread safe | Florin Coras | 1 | -51/+74 |
2017-07-21 | Improvements to tcp rx path and debugging | Florin Coras | 1 | -4/+7 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 1 | -0/+2 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 1 | -30/+88 |
2017-06-19 | Overall tcp performance improvements (VPP-846) | Florin Coras | 1 | -159/+166 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) | Florin Coras | 1 | -8/+32 |
2017-06-01 | Improve fifo allocator performance | Dave Barach | 1 | -128/+202 |
2017-05-20 | Improve session debugging | Florin Coras | 1 | -39/+34 |
2017-05-17 | VPP-846: tcp perf / scale / hardening | Dave Barach | 1 | -1/+1 |
2017-05-15 | Fix builtin tcp client | Dave Barach | 1 | -31/+67 |
2017-05-09 | Fix remaining 32-bit compile issues | Damjan Marion | 1 | -8/+11 |
2017-04-25 | Session/tcp coverity fixes | Florin Coras | 1 | -0/+3 |
2017-04-24 | Session layer improvements | Florin Coras | 1 | -4/+5 |
2017-04-13 | Session layer refactoring | Florin Coras | 1 | -25/+136 |
2017-04-13 | tcp builtin_client: bug correction and short_help | Clement Durand | 1 | -1/+2 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 1 | -1/+1 |
2017-04-02 | TCP cc/window management fixes and debugging | Florin Coras | 1 | -46/+100 |
2017-03-28 | Unscrew builtin client | Dave Barach | 1 | -4/+8 |
2017-03-27 | TCP/session improvements | Florin Coras | 1 | -0/+411 |