Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-11-10 | Map SVM regions at a sane offset on arm64 | Brian Brooks | 1 | -1/+7 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 1 | -1/+1 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 5 | -93/+437 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 2 | -15/+19 |
2017-09-08 | Fixes for issues reported by Coverity (VPP-972) | Chris Luke | 1 | -1/+1 |
2017-09-06 | Set uid/gid on ssvm segment file. | Dave Wallace | 3 | -1/+12 |
2017-09-06 | Improve "show segment-manager segments" | Dave Barach | 2 | -3/+102 |
2017-09-01 | Add fixed-size, preallocated pool support | Dave Barach | 1 | -1/+1 |
2017-08-29 | session: segment manager improvements | Florin Coras | 3 | -25/+60 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements | Florin Coras | 1 | -7/+7 |
2017-08-25 | jvpp: introducing callback api and future api tests for all plugins (VPP-591) | Matej Perina | 1 | -1/+1 |
2017-08-18 | API: More gracefully fail when opening shared memory segment fails. | Ole Troan | 2 | -6/+9 |
2017-08-14 | jvpp: make shm_prefix configurable (VPP-591) | Jan Srnicek | 1 | -1/+2 |
2017-08-10 | Improve the svm fifo allocator | Dave Barach | 4 | -17/+127 |
2017-08-10 | TCP proxy prototype | Dave Barach | 3 | -2/+14 |
2017-07-31 | ssvm->name must be a vector containing a c-string. | Dave Wallace | 2 | -3/+5 |
2017-07-30 | Make tcp active open data structures thread safe | Florin Coras | 1 | -0/+6 |
2017-07-17 | Fix unlinking of /dev/shm files. | Dave Wallace | 4 | -14/+52 |
2017-07-15 | Fixes and improved tcp/session debugging | Florin Coras | 2 | -40/+151 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 6 | -59/+158 |
2017-07-01 | Refactor API message handling code | Klement Sekera | 2 | -101/+134 |
2017-06-22 | Improve svm fifo and tcp tx path performance (VPP-846) | Florin Coras | 1 | -5/+90 |
2017-06-19 | Overall tcp performance improvements (VPP-846) | Florin Coras | 3 | -75/+110 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) | Florin Coras | 1 | -2/+3 |
2017-06-01 | Improve fifo allocator performance | Dave Barach | 4 | -36/+168 |
2017-05-20 | Improve session debugging | Florin Coras | 1 | -4/+5 |