Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-04-25 | Session/tcp coverity fixes |  Florin Coras | 1 | -0/+6 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages |  Dave Barach | 1 | -61/+7 |
2017-04-24 | Session layer improvements |  Florin Coras | 10 | -218/+330 |
2017-04-21 | [VPP-704]./uri_tcp_test slave , uri test segment fault |  flyingeagle23 | 1 | -1/+1 |
2017-04-21 | [vpp-705]uri_cli issue:show session get nothing tips when session management ... |  flyingeagle23 | 1 | -2/+2 |
2017-04-13 | Session layer refactoring |  Florin Coras | 11 | -1366/+1617 |
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 | 4 | -13/+61 |
2017-03-27 | TCP/session improvements |  Florin Coras | 7 | -89/+165 |