Age | Commit message (Expand) | Author | Files | Lines |
2017-10-17 | session: fix connect corner case crash. | Dave Wallace | 1 | -17/+20 |
2017-10-17 | session: return local transport endpoint in connect reply | Florin Coras | 3 | -1/+14 |
2017-10-16 | session: fix build when debugging is on | Florin Coras | 3 | -3/+3 |
2017-10-16 | udp: refactor udp code | Florin Coras | 18 | -391/+951 |
2017-10-10 | session: add support for application namespacing | Florin Coras | 21 | -630/+2462 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -1/+3 |
2017-09-20 | session: store tep port in net order | Florin Coras | 2 | -7/+7 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 4 | -53/+61 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) | Chris Luke | 3 | -38/+12 |
2017-09-12 | tcp: horizontal scaling improvments | Florin Coras | 2 | -12/+15 |
2017-09-07 | Fix session connect_* api message handling. | Dave Wallace | 3 | -46/+47 |
2017-09-06 | Improve "show segment-manager segments" | Dave Barach | 1 | -6/+48 |
2017-09-01 | Add fixed-size, preallocated pool support | Dave Barach | 3 | -22/+33 |
2017-08-30 | tcp: re-enable persist timer if no data available to send | Florin Coras | 1 | -1/+7 |
2017-08-29 | session: segment manager improvements | Florin Coras | 7 | -163/+341 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements | Florin Coras | 4 | -33/+101 |
2017-08-18 | session: fix multi-buffer segments | Florin Coras | 1 | -19/+22 |
2017-08-16 | tcp: fix v6 sessions | root | 3 | -6/+8 |
2017-08-16 | tcp: improve builtin http server | Florin Coras | 3 | -11/+12 |
2017-08-15 | tcp: state machine improvements | Florin Coras | 4 | -9/+8 |
2017-08-11 | Fix tcp multi buffer segments retransmission | Florin Coras | 2 | -17/+28 |
2017-08-10 | Improve the svm fifo allocator | Dave Barach | 1 | -3/+10 |
2017-08-10 | TCP proxy prototype | Dave Barach | 6 | -23/+44 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 4 | -18/+116 |
2017-07-30 | Make tcp active open data structures thread safe | Florin Coras | 8 | -81/+59 |
2017-07-25 | Cleanup/refactor session layer code | Florin Coras | 11 | -899/+1044 |
2017-07-21 | Improvements to tcp rx path and debugging | Florin Coras | 5 | -14/+130 |
2017-07-20 | Prevent double freeing of first segment manager. | Dave Wallace | 1 | -1/+2 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 3 | -49/+329 |
2017-07-14 | vnet_buffer_t flags cleanup | Damjan Marion | 1 | -1/+1 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 10 | -97/+198 |
2017-07-06 | Unlink /dev/shm files on application detach. | Dave Wallace | 4 | -5/+36 |
2017-06-22 | Improve svm fifo and tcp tx path performance (VPP-846) | Florin Coras | 2 | -9/+11 |
2017-06-19 | Overall tcp performance improvements (VPP-846) | Florin Coras | 7 | -13/+34 |
2017-06-14 | Fix session api connect sock handler. | Dave Wallace | 1 | -1/+10 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) | Florin Coras | 4 | -33/+63 |
2017-06-07 | Small update to session API | Florin Coras | 2 | -1/+5 |
2017-06-01 | Improve fifo allocator performance | Dave Barach | 7 | -67/+83 |
2017-05-20 | Improve session debugging | Florin Coras | 1 | -17/+30 |
2017-05-18 | Remove nop code from session_manager_add_first_segment(). | Dave Wallace | 1 | -2/+0 |
2017-05-17 | VPP-846: tcp perf / scale / hardening | Dave Barach | 3 | -38/+90 |
2017-05-16 | Fixes to tcp active opens and reception | Dave Barach | 1 | -1/+5 |
2017-05-15 | Fix builtin tcp client | Dave Barach | 2 | -1/+5 |
2017-05-10 | Multi-thread enablement for the debug cli http server | Dave Barach | 2 | -1/+15 |
2017-05-10 | Builtin debug cli http server | Dave Barach | 2 | -5/+12 |
2017-05-09 | Fix remaining 32-bit compile issues | Damjan Marion | 2 | -8/+8 |
2017-05-09 | Add support for tcp/session buffer chains | Florin Coras | 3 | -65/+200 |
2017-05-07 | Include TCP options in segment size computation | Florin Coras | 1 | -1/+1 |
2017-05-04 | Fixes and improvements in session hashtable keys | Clement Durand | 1 | -53/+35 |
2017-05-01 | TCP ooo reception fixes | Florin Coras | 2 | -3/+19 |