Age | Commit message (Expand) | Author | Files | Lines |
2023-10-18 | memif: contention between memif_disconnect and memif RX/TX threads |  Steven Luong | 1 | -0/+11 |
2023-04-25 | memif: support dma option |  Marvin Liu | 1 | -0/+89 |
2023-03-06 | memif: autogenerate socket_ids |  Nathan Skrzypczak | 1 | -0/+30 |
2023-02-06 | vppinfra: refactor clib_socket_init, add linux netns support |  Damjan Marion | 1 | -122/+72 |
2023-02-01 | memif: improve error reporting |  Damjan Marion | 1 | -58/+47 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -2/+0 |
2022-03-18 | memif: fix rx/txqueue RC on connected |  Nathan Skrzypczak | 1 | -9/+12 |
2022-02-18 | vnet: add set_max_frame_size callbacks for several interfaces |  Artem Glazychev | 1 | -0/+9 |
2022-02-07 | memif: memory leak when deleting memif interface |  Steven Luong | 1 | -0/+1 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 1 | -4/+7 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -3/+1 |
2021-12-22 | memif: refactor descriptor handling in the input node |  Damjan Marion | 1 | -0/+29 |
2021-12-03 | interface: add multi tx-queues support for new tx infra |  Mohsin Kazmi | 1 | -2/+2 |
2021-11-15 | memif: fix the coverity warning |  Mohsin Kazmi | 1 | -5/+8 |
2021-11-12 | memif: fix the default txq placement |  Mohsin Kazmi | 1 | -3/+9 |
2021-11-09 | memif: memif linkstate can't become up |  Daniel Béreš | 1 | -1/+8 |
2021-10-12 | memif: fix the memif crash when slave disconnect |  Mohsin Kazmi | 1 | -1/+2 |
2021-10-04 | memif: integrate with new tx infra |  Mohsin Kazmi | 1 | -4/+8 |
2021-05-26 | vppinfra: explicit blocking mode for sock connects |  Florin Coras | 1 | -2/+3 |
2021-05-08 | memif: Fix delete on error |  Nathan Skrzypczak | 1 | -8/+0 |
2021-04-18 | vppinfra: remove linux/syscall.h |  Damjan Marion | 1 | -1/+0 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 1 | -2/+2 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -1/+1 |
2021-01-21 | memif: adapt to new rxq framework |  Mohammed Hawari | 1 | -18/+17 |
2021-01-20 | memif: fix vpp to go link up immediately on admin up |  Ed Warnicke | 1 | -0/+20 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -3/+3 |
2020-12-04 | libmemif: clean up typos |  Paul Vinciguerra | 1 | -1/+1 |
2020-10-26 | memif: handle unexpected EPOLLOUT for RX queue |  Steven Luong | 1 | -0/+12 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode |  Damjan Marion | 1 | -3/+3 |
2020-10-02 | memif: map shared memory with clib_mem_vm_map_shared(...) |  Damjan Marion | 1 | -10/+25 |
2019-10-23 | memif: memif buffer leaks during disconnecting zero copy interface. |  Changqian Wang | 1 | -0/+36 |
2019-10-14 | memif: Revert "memif buffer leaks during disconnect." |  Andrew Yourtchenko | 1 | -36/+2 |
2019-10-03 | memif: memif buffer leaks during disconnect. |  Padma Ram | 1 | -2/+36 |
2019-05-03 | plugins: clean up plugin descriptions |  Dave Wallace | 1 | -1/+1 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 1 | -0/+5 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t |  Damjan Marion | 1 | -1/+1 |
2019-01-18 | deprecate clib_memcpy64_x4 |  Damjan Marion | 1 | -4/+1 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 1 | -5/+5 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -7/+7 |
2018-10-09 | memif: coverity fix |  Jakub Grajciar | 1 | -2/+4 |
2018-10-08 | memif: socket filename add/del bugfix |  Jakub Grajciar | 1 | -3/+3 |
2018-10-03 | memif: include interface name in logs |  Juraj Sloboda | 1 | -18/+15 |
2018-10-03 | VPP-1440: clean up coverity warnings |  Dave Barach | 1 | -2/+2 |
2018-09-24 | Trivial: Clean up some typos. |  Paul Vinciguerra | 1 | -1/+1 |
2018-07-31 | memif: socket filename fix |  Jakub Grajciar | 1 | -11/+19 |
2018-07-25 | VPP-1332 memif: add/del socket filename bugfix |  Jakub Grajciar | 1 | -1/+27 |
2018-05-25 | memif: Add support for logging |  Jakub Grajciar | 1 | -22/+61 |
2018-04-04 | memif: zero copy slave |  Damjan Marion | 1 | -103/+157 |
2018-03-22 | memif: version 2 |  Damjan Marion | 1 | -6/+33 |
2018-02-09 | memif: fix crash caused by zero pkt len in memif and clear dirty cache while ... |  Chun Li | 1 | -6/+11 |