Age | Commit message (Expand) | Author | Files | Lines |
2018-03-22 | memif: version 2 | Damjan Marion | 6 | -486/+558 |
2018-02-27 | memif: Fix a message initialization problem in VAT | Jon Loeliger | 1 | -3/+2 |
2018-02-16 | memif: VPP-1172: Ensure memif_create reply contains sw_if_index | Jon Loeliger | 1 | -1/+6 |
2018-02-09 | memif: fix crash caused by zero pkt len in memif and clear dirty cache while ... | Chun Li | 5 | -12/+102 |
2018-02-06 | vlib: epoll on worker threads | Damjan Marion | 2 | -0/+11 |
2018-01-29 | memif: Add new API calls to manage memif socket names. | Jon Loeliger | 7 | -102/+647 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -6/+6 |
2018-01-11 | Remove vpp_api_test interface name filter catalog | Dave Barach | 1 | -0/+1 |
2018-01-09 | memif: fix coverity divide by zero | Steven | 1 | -0/+1 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 2 | -5/+5 |
2017-11-23 | memif: fix input node multiversion constructor | Damjan Marion | 1 | -6/+6 |
2017-11-23 | memif: try harder to transmit packets | Damjan Marion | 1 | -13/+8 |
2017-11-23 | memif: multiversioning | Damjan Marion | 2 | -19/+51 |
2017-11-15 | memif: fix uninitialized pointer read coverity error | Steven | 1 | -0/+2 |
2017-11-09 | memif: use clib_socket_t for socket connections | Damjan Marion | 4 | -210/+122 |
2017-11-08 | memif: do not mask head and tail pointers | Damjan Marion | 3 | -68/+40 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+2 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 3 | -4/+4 |
2017-10-04 | memif: crash on slave mode | Steven | 1 | -0/+1 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 2 | -2/+2 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | Damjan Marion | 1 | -11/+10 |
2017-09-11 | memif: mode ip is not settable from binary API | Steven | 3 | -4/+10 |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 3 | -64/+66 |
2017-09-08 | vlib: move linux-specific code to vlib/linux | Damjan Marion | 2 | -30/+1 |
2017-09-08 | memif: fix coverity warnings as of 9/7 | Steven | 4 | -12/+29 |
2017-09-06 | Fixes for issues raised by Coverity (VPP-972) | Chris Luke | 1 | -2/+2 |
2017-08-24 | Make VPP runtime directory configurable | Damjan Marion | 2 | -6/+9 |
2017-08-02 | memif: construct interface name out of socket file idx and intf id | Damjan Marion | 1 | -2/+4 |
2017-07-11 | memif: avoid double buffer free | Damjan Marion | 1 | -1/+0 |
2017-07-10 | memif: mask interrupts on startup if we are in the polling mode | Damjan Marion | 1 | -0/+8 |
2017-06-30 | memif: API message handler registration bug-fix | Jakub Grajciar | 1 | -11/+0 |
2017-06-25 | memif: If rx/tx_queues are unset, use default values | Milan Lenco | 1 | -2/+12 |
2017-06-21 | Introduce default rx mode for device drivers | Damjan Marion | 1 | -1/+1 |
2017-06-21 | memif: minor changes in memif.h | Damjan Marion | 2 | -16/+20 |
2017-06-19 | memif: add ip mode | Damjan Marion | 4 | -35/+132 |
2017-06-16 | memif: show memif CLI enhancement | Steven | 1 | -39/+115 |
2017-06-16 | memif: jumbo frames support | Steven | 2 | -148/+272 |
2017-06-13 | memif: fix crash during interface delete | Damjan Marion | 1 | -0/+4 |
2017-06-12 | memif: complete refactor of socket handling code | Damjan Marion | 10 | -1146/+1795 |
2017-06-07 | Add support for memif API to VAT. | Milan Lenco | 1 | -0/+360 |
2017-06-02 | memif: fix coverity warnings | Steven | 1 | -0/+2 |
2017-05-31 | memif: multi-queues support | Steven | 7 | -73/+167 |
2017-05-29 | memif: master instance crashes when typing quit on slave | Steven | 1 | -15/+29 |
2017-05-15 | memif: migrate memif to use vnet device infra APIs | Steven | 2 | -22/+40 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages | Dave Barach | 1 | -11/+1 |
2017-04-20 | Temporary workaround for the bug VPP-698. | Milan Lenco | 1 | -2/+2 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 1 | -17/+18 |
2017-04-05 | Fix two more memif coverity issues | Milan Lenco | 2 | -25/+32 |
2017-04-03 | Fix memif coverity issues | Milan Lenco | 3 | -10/+33 |