Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | session: fix v6 double binds | Florin Coras | 4 | -8/+100 |
2017-11-06 | session: add rule tags | Florin Coras | 12 | -235/+468 |
2017-11-05 | session: add api to dump rules | Florin Coras | 7 | -25/+253 |
2017-11-03 | session: support drop action in rules table | Florin Coras | 4 | -36/+114 |
2017-11-02 | session/udp: init rw locks | Florin Coras | 1 | -1/+6 |
2017-11-01 | session: fix proxy coverity warnings | Florin Coras | 1 | -1/+2 |
2017-11-01 | session: add support for proxying apps | Florin Coras | 9 | -32/+344 |
2017-10-29 | session: fix coverity warnings | Florin Coras | 1 | -4/+4 |
2017-10-28 | session: rules tables | Florin Coras | 19 | -11/+1974 |
2017-10-27 | session: instantiate appns lookup table only once | Florin Coras | 2 | -7/+11 |
2017-10-26 | session: swap appns secret to host byte order | Florin Coras | 1 | -1/+1 |
2017-10-26 | VCL: add session namespace support. | Dave Wallace | 3 | -17/+40 |
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 |