Age | Commit message (Expand) | Author | Files | Lines |
2019-01-05 | vcl/session: add api for changing session app worker |  Florin Coras | 1 | -1/+84 |
2019-01-02 | Fixes for buliding for 32bit targets: |  David Johnson | 1 | -3/+4 |
2019-01-01 | buffers: remove unused code |  Damjan Marion | 1 | -2/+1 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning |  Florin Coras | 1 | -2/+14 |
2018-12-28 | session: free session after transport and app confirm |  Florin Coras | 1 | -2/+2 |
2018-12-19 | tcp/session: notify transport of close when tx fifo is not empty |  Florin Coras | 1 | -10/+8 |
2018-12-19 | session: handle close before app accept reply |  Florin Coras | 1 | -5/+3 |
2018-12-17 | vcl/session: handle reset/disconnect before app accept |  Florin Coras | 1 | -8/+14 |
2018-12-13 | session/tcp: support tx flush mark |  Florin Coras | 1 | -3/+12 |
2018-12-05 | session/tcp: postpone cleanup on reset |  Florin Coras | 1 | -1/+4 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -4/+4 |
2018-11-08 | tcp: pacer and mrtt estimation improvements |  Florin Coras | 1 | -2/+2 |
2018-11-07 | tcp: consume incoming buffers instead of reusing |  Florin Coras | 1 | -2/+1 |
2018-11-05 | tcp: send unsent data in fast recovery |  Florin Coras | 1 | -2/+2 |
2018-11-02 | session: measure dispatch period only if under load |  Florin Coras | 1 | -4/+7 |
2018-11-01 | tcp: fast retransmit pacing |  Florin Coras | 1 | -1/+2 |
2018-10-31 | session: prioritize postponed sessions |  Florin Coras | 1 | -41/+24 |
2018-10-31 | session: add wrk context |  Florin Coras | 1 | -45/+49 |
2018-10-25 | tcp/session: add tx pacer |  Florin Coras | 1 | -1/+15 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -1/+1 |
2018-10-05 | session: fix local session tagging and cleanup |  Florin Coras | 1 | -1/+1 |
2018-10-02 | tls: fix disconnects for sessions with pending data |  Florin Coras | 1 | -1/+8 |
2018-09-20 | session/svm: add want_tx_event flag to fifo |  Florin Coras | 1 | -6/+7 |
2018-09-10 | session: lock app worker mq for io events |  Florin Coras | 1 | -10/+5 |
2018-09-06 | session: support multiple worker binds |  Florin Coras | 1 | -4/+13 |
2018-08-31 | VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram mode |  shubing guo | 1 | -1/+4 |
2018-08-24 | session: fix coverity warnings |  Florin Coras | 1 | -3/+7 |
2018-08-24 | session: add support for multiple app workers |  Florin Coras | 1 | -17/+29 |
2018-07-27 | vcl: use events for epoll/select/read/write |  Florin Coras | 1 | -3/+3 |
2018-07-23 | session: send rx events only if session ready |  Florin Coras | 1 | -0/+6 |
2018-07-19 | session: coverity warnings |  Florin Coras | 1 | -8/+10 |
2018-07-17 | session: send ctrl msg over mq |  Florin Coras | 1 | -16/+171 |
2018-07-17 | session: use msg queue for events |  Florin Coras | 1 | -39/+34 |
2018-07-11 | session: push tx notifications only if needed |  Florin Coras | 1 | -1/+6 |
2018-06-30 | tcp: fix single loop prefetch |  Florin Coras | 1 | -1/+7 |
2018-06-30 | session: send tx notification to app |  Florin Coras | 1 | -188/+202 |
2018-06-26 | tcp/session: tx optimizations |  Florin Coras | 1 | -1/+0 |
2018-06-21 | tcp: move tracing out of established loop |  Florin Coras | 1 | -1/+1 |
2018-06-19 | tcp: optimize tcp output |  Florin Coras | 1 | -5/+5 |
2018-06-11 | tcp: cleanup connection/session fixes |  Florin Coras | 1 | -5/+4 |
2018-06-09 | session: cleanup queue node tracing |  Florin Coras | 1 | -67/+67 |
2018-06-01 | session: improve disconnect handling |  Florin Coras | 1 | -4/+11 |
2018-05-26 | tcp: loss recovery improvements/fixes |  Florin Coras | 1 | -3/+6 |
2018-05-18 | session: add session process node |  Florin Coras | 1 | -0/+45 |
2018-05-13 | session: alloc one frame per output node dispatch |  Florin Coras | 1 | -47/+61 |
2018-05-09 | session: cleanup session tx function |  Florin Coras | 1 | -289/+342 |
2018-04-18 | udp/session: refactor to support dgram mode |  Florin Coras | 1 | -31/+103 |
2018-03-23 | tcp/session: sprinkle prefetches |  Florin Coras | 1 | -16/+20 |
2018-03-02 | session: first approximation implementation of tls |  Florin Coras | 1 | -2/+16 |
2018-01-27 | session: disconnect and echo client improvements |  Florin Coras | 1 | -1/+1 |