Age | Commit message (Expand) | Author | Files | Lines |
2018-10-16 | Fix coverity issue for potentially overflowing of page size | Haiyang Tan | 1 | -1/+1 |
2018-10-05 | session: fix local session tagging and cleanup | Florin Coras | 3 | -2/+6 |
2018-09-25 | tcp: add option to cfg max rx fifo size | Florin Coras | 1 | -1/+1 |
2018-09-24 | svm: march svm_fifo take 2 | Florin Coras | 1 | -71/+17 |
2018-09-20 | session/svm: add want_tx_event flag to fifo | Florin Coras | 1 | -0/+13 |
2018-09-18 | svm: better march support for svm fifo | Florin Coras | 2 | -96/+87 |
2018-09-12 | vcl: add apis that expos fifo as buffer | Florin Coras | 2 | -2/+57 |
2018-09-12 | vcl: improve read and fifo event handling | Florin Coras | 2 | -5/+9 |
2018-09-06 | vcl/session/svm: fix coverity warnings | Florin Coras | 1 | -1/+1 |
2018-08-28 | 32/64 shmem bihash interoperability | Dave Barach | 1 | -1/+1 |
2018-08-26 | cmake: add add_vpp_library and add_vpp_executable macros | Damjan Marion | 1 | -24/+21 |
2018-08-24 | session: add support for multiple app workers | Florin Coras | 1 | -3/+4 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+62 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 4 | -27/+167 |
2018-08-03 | svm: add support for eventfd signaling to queue | Florin Coras | 4 | -68/+113 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 3 | -18/+44 |
2018-07-23 | session: send rx events only if session ready | Florin Coras | 1 | -0/+6 |
2018-07-23 | fix vector index range checks | Eyal Bari | 1 | -1/+1 |
2018-07-18 | svm: make message queue more compact | Florin Coras | 2 | -18/+31 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 3 | -19/+87 |
2018-07-17 | session: send ctrl msg over mq | Florin Coras | 2 | -2/+3 |
2018-07-17 | session: use msg queue for events | Florin Coras | 6 | -40/+255 |
2018-07-17 | session: make sure segment sizes are page aligned | Florin Coras | 1 | -2/+3 |
2018-07-11 | session: push tx notifications only if needed | Florin Coras | 1 | -0/+6 |
2018-07-08 | session/svm: fix coverity warnings | Florin Coras | 1 | -2/+5 |
2018-07-06 | svm: add unidirectional message queue | Florin Coras | 4 | -3/+496 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 2 | -0/+8 |
2018-06-05 | VPP API: Memory trace | Ole Troan | 1 | -0/+4 |
2018-06-01 | session: improve disconnect handling | Florin Coras | 1 | -1/+2 |
2018-05-31 | VPP-1299: Reset uid/gid on shared memory segment if client starts first. | Ole Troan | 1 | -0/+4 |
2018-05-24 | VPP-1286: close the fd after mmap-ing svm segments | Dave Barach | 1 | -0/+2 |
2018-05-10 | vppinfra: use count_trailing_zeros in sparse_vec_index | Damjan Marion | 1 | -1/+1 |
2018-05-09 | session: cleanup session tx function | Florin Coras | 1 | -3/+3 |
2018-04-27 | svm/session: improve svm fifo allocation | Florin Coras | 1 | -13/+15 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 2 | -1/+24 |
2018-03-16 | Fix sample-plugin build on ubuntu 18.04 | Damjan Marion | 1 | -1/+0 |
2018-03-15 | tls: add openssl engine | Florin Coras | 1 | -0/+43 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 2 | -5/+7 |
2018-02-14 | session: support local sessions and deprecate redirects | Florin Coras | 2 | -5/+8 |
2018-02-05 | session: segment manager refactor | Florin Coras | 5 | -159/+173 |
2018-02-02 | vlmemory/svm: fix client detach from svm region | Florin Coras | 2 | -5/+36 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 4 | -104/+214 |
2018-01-22 | svm: queue sub: Add conditional timed wait | Mohsin Kazmi | 2 | -6/+46 |
2018-01-17 | ssvm: reuse clib mem infra for memfd segments | Florin Coras | 3 | -71/+55 |
2018-01-15 | svm: refactor memfd and remove ssvm_eth | Florin Coras | 4 | -336/+137 |
2018-01-14 | vabits - subtract from the 'end' address instead of from 'bits'. | Gabriel Ganne | 1 | -2/+3 |
2018-01-10 | svm: calc base address on AArch64 based on autodetected VA space size | Gabriel Ganne | 1 | -4/+3 |
2018-01-10 | svm: calc base address on AArch64 based on autodetected VA space size | Damjan Marion | 3 | -11/+42 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 2 | -0/+478 |
2017-12-14 | session: cleanup attach flags | Florin Coras | 2 | -3/+2 |