Age | Commit message (Expand) | Author | Files | Lines |
2018-10-02 | tls: fix disconnects for sessions with pending data | Florin Coras | 1 | -1/+2 |
2018-09-19 | session: improve close procedure | Florin Coras | 1 | -0/+1 |
2018-09-06 | session: support multiple worker binds | Florin Coras | 1 | -3/+3 |
2018-08-28 | vcl/session: use mq for bind replies | Florin Coras | 1 | -0/+1 |
2018-08-24 | tcp: fix cc recovery re-entry and persist timer pop | Florin Coras | 1 | -0/+9 |
2018-07-31 | vcl: add read/write udp support | Florin Coras | 1 | -2/+2 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 1 | -0/+2 |
2018-07-17 | session: send ctrl msg over mq | Florin Coras | 1 | -9/+14 |
2018-07-17 | session: use msg queue for events | Florin Coras | 1 | -15/+32 |
2018-06-30 | session: send tx notification to app | Florin Coras | 1 | -0/+1 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 1 | -1/+1 |
2018-05-23 | tcp: cc improvements and fixes | Florin Coras | 1 | -2/+9 |
2018-05-18 | session: add session process node | Florin Coras | 1 | -0/+6 |
2018-05-13 | session: alloc one frame per output node dispatch | Florin Coras | 1 | -7/+4 |
2018-05-09 | session: cleanup session tx function | Florin Coras | 1 | -27/+49 |
2018-04-30 | tcp/session: debug improvements/fixes | Florin Coras | 1 | -1/+1 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 1 | -2/+38 |
2018-04-16 | session: use generic session pool for listeners | Florin Coras | 1 | -53/+10 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -13/+10 |
2018-02-15 | session: avoid session handle conflict with vcl | Florin Coras | 1 | -1/+8 |
2018-02-14 | session: support local sessions and deprecate redirects | Florin Coras | 1 | -10/+48 |
2018-02-05 | session: segment manager refactor | Florin Coras | 1 | -2/+3 |
2018-01-27 | session: use clib rwlocks instead of custom implementation | Florin Coras | 1 | -17/+4 |
2018-01-27 | session: disconnect and echo client improvements | Florin Coras | 1 | -0/+1 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 1 | -1/+11 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -3/+3 |
2017-12-11 | session: generalize handling of network transports | Florin Coras | 1 | -25/+32 |
2017-11-29 | session: fix preallocation of local endpoint table | Florin Coras | 1 | -9/+17 |
2017-11-28 | Shut down session queue input nodes on exit | Dave Barach | 1 | -0/+2 |
2017-11-27 | session: return bound listener for proxy accepts | Florin Coras | 1 | -0/+1 |
2017-10-16 | udp: refactor udp code | Florin Coras | 1 | -23/+126 |
2017-10-10 | session: add support for application namespacing | Florin Coras | 1 | -16/+25 |
2017-09-07 | Fix session connect_* api message handling. | Dave Wallace | 1 | -0/+22 |
2017-08-10 | TCP proxy prototype | Dave Barach | 1 | -4/+4 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 1 | -0/+10 |
2017-07-30 | Make tcp active open data structures thread safe | Florin Coras | 1 | -2/+1 |
2017-07-25 | Cleanup/refactor session layer code | Florin Coras | 1 | -143/+21 |
2017-07-21 | Improvements to tcp rx path and debugging | Florin Coras | 1 | -0/+4 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 1 | -9/+29 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 1 | -3/+27 |
2017-06-19 | Overall tcp performance improvements (VPP-846) | Florin Coras | 1 | -2/+2 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) | Florin Coras | 1 | -2/+4 |
2017-06-01 | Improve fifo allocator performance | Dave Barach | 1 | -4/+4 |
2017-05-17 | VPP-846: tcp perf / scale / hardening | Dave Barach | 1 | -2/+2 |
2017-05-15 | Fix builtin tcp client | Dave Barach | 1 | -0/+4 |
2017-05-10 | Multi-thread enablement for the debug cli http server | Dave Barach | 1 | -1/+9 |
2017-05-10 | Builtin debug cli http server | Dave Barach | 1 | -4/+11 |
2017-05-09 | Add support for tcp/session buffer chains | Florin Coras | 1 | -2/+2 |
2017-05-01 | TCP ooo reception fixes | Florin Coras | 1 | -3/+4 |
2017-04-24 | Session layer improvements | Florin Coras | 1 | -8/+11 |