Age | Commit message (Expand) | Author | Files | Lines |
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-30 | vcl: add support for multi-worker apps | Florin Coras | 2 | -1/+7 |
2018-08-28 | vcl/session: use mq for bind replies | Florin Coras | 5 | -0/+121 |
2018-08-24 | session: fix coverity warnings | Florin Coras | 3 | -5/+12 |
2018-08-24 | session: add support for multiple app workers | Florin Coras | 14 | -703/+1238 |
2018-08-24 | tcp: fix cc recovery re-entry and persist timer pop | Florin Coras | 2 | -2/+11 |
2018-08-23 | session: fix retrieval of local sessions if app is detached | Florin Coras | 1 | -1/+3 |
2018-08-15 | Remove client_index field from replies in API | Ondrej Fabry | 2 | -4/+1 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 9 | -69/+249 |
2018-08-04 | socket api: multiple fds in one msg | Florin Coras | 1 | -1/+2 |
2018-07-31 | vcl: add read/write udp support | Florin Coras | 3 | -17/+32 |
2018-07-28 | session/dlmalloc: coverity fixes | Florin Coras | 1 | -1/+1 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 9 | -32/+46 |
2018-07-23 | session: send rx events only if session ready | Florin Coras | 2 | -2/+9 |
2018-07-19 | session: coverity warnings | Florin Coras | 1 | -8/+10 |
2018-07-17 | session: send ctrl msg over mq | Florin Coras | 8 | -62/+519 |
2018-07-17 | session: use msg queue for events | Florin Coras | 9 | -179/+424 |
2018-07-17 | session: make sure segment sizes are page aligned | Florin Coras | 1 | -1/+3 |
2018-07-11 | session: push tx notifications only if needed | Florin Coras | 1 | -1/+6 |
2018-07-08 | session/svm: fix coverity warnings | Florin Coras | 1 | -1/+5 |
2018-07-03 | tcp: update snd_una_max for retranmsits | Florin Coras | 1 | -3/+4 |
2018-06-30 | tcp: fix single loop prefetch | Florin Coras | 1 | -1/+7 |
2018-06-30 | session: send tx notification to app | Florin Coras | 3 | -188/+229 |
2018-06-28 | vcl: move binary api and cfg to separate files | Florin Coras | 3 | -4/+0 |
2018-06-28 | vcl: refactor vcl session | Florin Coras | 1 | -12/+17 |
2018-06-26 | tcp/session: tx optimizations | Florin Coras | 1 | -1/+0 |
2018-06-22 | session: improve session lookup speeds | Florin Coras | 1 | -57/+24 |
2018-06-21 | tcp: move tracing out of established loop | Florin Coras | 1 | -1/+1 |
2018-06-19 | tcp: optimize tcp output | Florin Coras | 2 | -7/+34 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 3 | -23/+34 |
2018-06-11 | udp: fix for multiple workers and add test | Florin Coras | 3 | -1/+9 |
2018-06-09 | session: cleanup queue node tracing | Florin Coras | 1 | -67/+67 |
2018-06-01 | session: improve disconnect handling | Florin Coras | 3 | -11/+37 |
2018-05-30 | session: fix v6 unbinds that use uri api | Florin Coras | 1 | -2/+6 |
2018-05-30 | session: fix session table retrieval | Florin Coras | 1 | -2/+2 |
2018-05-26 | tcp: loss recovery improvements/fixes | Florin Coras | 2 | -4/+7 |
2018-05-23 | tcp: cc improvements and fixes | Florin Coras | 1 | -2/+9 |
2018-05-18 | session: add session process node | Florin Coras | 3 | -0/+81 |
2018-05-13 | session: improve app verbose format function | Florin Coras | 1 | -5/+6 |
2018-05-13 | session: alloc one frame per output node dispatch | Florin Coras | 5 | -54/+94 |
2018-05-09 | session: cleanup session tx function | Florin Coras | 4 | -320/+394 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+2 |
2018-04-30 | tcp/session: debug improvements/fixes | Florin Coras | 3 | -15/+11 |
2018-04-18 | session: coverity warnings | Florin Coras | 1 | -2/+2 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 12 | -107/+474 |
2018-04-16 | session: use generic session pool for listeners | Florin Coras | 7 | -95/+37 |
2018-03-29 | tcp: fix fib index buffer tagging | Florin Coras | 1 | -1/+1 |
2018-03-25 | session: fix local session disconnects | Florin Coras | 3 | -22/+58 |
2018-03-23 | tcp/session: sprinkle prefetches | Florin Coras | 1 | -16/+20 |
2018-03-23 | session: allow builtin apps to register names | Florin Coras | 5 | -18/+70 |