Age | Commit message (Expand) | Author | Files | Lines |
2020-09-29 | vcl svm: provide apps access to fifo chunks | Florin Coras | 1 | -29/+20 |
2020-09-08 | svm session: document unsupported fifo deq combinations | Florin Coras | 1 | -0/+4 |
2020-08-06 | misc: harmonize names | Dave Barach | 1 | -7/+7 |
2020-02-26 | tls session: fix unlisten | Florin Coras | 1 | -1/+0 |
2020-02-26 | svm: remove chunk add function | Florin Coras | 1 | -35/+25 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 1 | -4/+3 |
2020-02-25 | svm: refactor fifo | Florin Coras | 1 | -574/+470 |
2020-02-25 | svm: refactor fifo chunk tracking | Florin Coras | 1 | -57/+281 |
2019-10-16 | svm: immediate fifo growth even when wrapped | Ryujiro Shibuya | 1 | -8/+108 |
2019-08-29 | svm: fix fifo hdr freelist allocation | Florin Coras | 1 | -1/+1 |
2019-08-05 | svm: fix fifo growth on dequeue with drop | Florin Coras | 1 | -0/+6 |
2019-07-03 | svm: fix multi-chunk fifo alloc and add more tests | Florin Coras | 1 | -6/+97 |
2019-06-25 | svm: make sure chunk search does not return tnil | Florin Coras | 1 | -0/+2 |
2019-06-24 | session: full lock on session_send_evt_to_thread | Nathan Skrzypczak | 1 | -2/+2 |
2019-05-07 | svm: decouple fifo and default chunk allocation | Florin Coras | 1 | -8/+20 |
2019-05-03 | session/svm: apis for fifo shrinking | Florin Coras | 1 | -1/+4 |
2019-05-03 | svm: basic support for fifo shrinking | Florin Coras | 1 | -54/+208 |
2019-05-03 | svm: store normalized head/tail for fifo | Florin Coras | 1 | -23/+21 |
2019-04-30 | svm: more fifo refactor/cleanup | Florin Coras | 1 | -383/+385 |
2019-04-27 | svm: fix fifo tail/head/ooo logic for u32 wrap | Florin Coras | 1 | -2/+2 |
2019-04-26 | svm: fifo segment support for chunk allocation | Florin Coras | 1 | -2/+38 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 1 | -2/+2 |
2019-04-24 | svm: fifo ooo reads/writes with multiple chunks | Florin Coras | 1 | -48/+153 |
2019-04-20 | svm: reorganize fifo march code | Florin Coras | 1 | -169/+176 |
2019-04-19 | svm: support addition of chunks to fifos | Florin Coras | 1 | -4/+6 |
2019-04-18 | svm: allow indirect fifo data chunks | Florin Coras | 1 | -134/+124 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 1 | -206/+229 |
2019-04-08 | host stack: update stale copyright | Florin Coras | 1 | -1/+1 |
2019-01-17 | vcl/session: replicate events for shared sessions | Florin Coras | 1 | -0/+23 |
2018-11-30 | session: segment handle in accept/connect notifications | Florin Coras | 1 | -0/+1 |
2018-11-28 | Use acquire/release ordering when accessing svm_fifo shared variable cursize | Sirshak Das | 1 | -5/+5 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -16/+17 |
2018-10-25 | session/tcp: improve cli | Florin Coras | 1 | -10/+15 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -17/+18 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -5/+5 |
2018-10-05 | session: fix local session tagging and cleanup | Florin Coras | 1 | -0/+1 |
2018-09-24 | svm: march svm_fifo take 2 | Florin Coras | 1 | -71/+17 |
2018-09-18 | svm: better march support for svm fifo | Florin Coras | 1 | -96/+84 |
2018-09-12 | vcl: add apis that expos fifo as buffer | Florin Coras | 1 | -0/+47 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 1 | -1/+1 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 1 | -0/+7 |
2018-06-01 | session: improve disconnect handling | Florin Coras | 1 | -1/+2 |
2018-05-09 | session: cleanup session tx function | Florin Coras | 1 | -3/+3 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 1 | -1/+18 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -4/+6 |
2017-09-08 | Fixes for issues reported by Coverity (VPP-972) | Chris Luke | 1 | -1/+1 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements | Florin Coras | 1 | -7/+7 |
2017-08-10 | Improve the svm fifo allocator | Dave Barach | 1 | -1/+4 |
2017-08-10 | TCP proxy prototype | Dave Barach | 1 | -2/+8 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 1 | -40/+110 |