aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/memif/memif.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-21/+0
2024-02-26memif: don't include prctl.hTom Jones1-1/+0
2023-10-18memif: contention between memif_disconnect and memif RX/TX threadsSteven Luong1-0/+11
2023-04-25memif: support dma optionMarvin Liu1-0/+89
2023-03-06memif: autogenerate socket_idsNathan Skrzypczak1-0/+30
2023-02-06vppinfra: refactor clib_socket_init, add linux netns supportDamjan Marion1-122/+72
2023-02-01memif: improve error reportingDamjan Marion1-58/+47
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-2/+0
2022-03-18memif: fix rx/txqueue RC on connectedNathan Skrzypczak1-9/+12
2022-02-18vnet: add set_max_frame_size callbacks for several interfacesArtem Glazychev1-0/+9
2022-02-07memif: memory leak when deleting memif interfaceSteven Luong1-0/+1
2022-01-07ethernet: new interface registration functionDamjan Marion1-4/+7
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-3/+1
2021-12-22memif: refactor descriptor handling in the input nodeDamjan Marion1-0/+29
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-2/+2
2021-11-15memif: fix the coverity warningMohsin Kazmi1-5/+8
2021-11-12memif: fix the default txq placementMohsin Kazmi1-3/+9
2021-11-09memif: memif linkstate can't become upDaniel Béreš1-1/+8
2021-10-12memif: fix the memif crash when slave disconnectMohsin Kazmi1-1/+2
2021-10-04memif: integrate with new tx infraMohsin Kazmi1-4/+8
2021-05-26vppinfra: explicit blocking mode for sock connectsFlorin Coras1-2/+3
2021-05-08memif: Fix delete on errorNathan Skrzypczak1-8/+0
2021-04-18vppinfra: remove linux/syscall.hDamjan Marion1-1/+0
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-2/+2
2021-03-19interface: add capabilities flagsMohsin Kazmi1-1/+1
2021-01-21memif: adapt to new rxq frameworkMohammed Hawari1-18/+17
2021-01-20memif: fix vpp to go link up immediately on admin upEd Warnicke1-0/+20
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-12-04libmemif: clean up typosPaul Vinciguerra1-1/+1
2020-10-26memif: handle unexpected EPOLLOUT for RX queueSteven Luong1-0/+12
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-3/+3
2020-10-02memif: map shared memory with clib_mem_vm_map_shared(...)Damjan Marion1-10/+25
2019-10-23memif: memif buffer leaks during disconnecting zero copy interface.Changqian Wang1-0/+36
2019-10-14memif: Revert "memif buffer leaks during disconnect."Andrew Yourtchenko1-36/+2
2019-10-03memif: memif buffer leaks during disconnect.Padma Ram1-2/+36
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-01-30buffers: major cleanup and improvementsDamjan Marion1-0/+5
2019-01-20buffers: keep buffer_main in vlib_main_tDamjan Marion1-1/+1
2019-01-18deprecate clib_memcpy64_x4Damjan Marion1-4/+1
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-5/+5
2018-10-23c11 safe string handling supportDave Barach1-7/+7
2018-10-09memif: coverity fixJakub Grajciar1-2/+4
2018-10-08memif: socket filename add/del bugfixJakub Grajciar1-3/+3
2018-10-03memif: include interface name in logsJuraj Sloboda1-18/+15
2018-10-03VPP-1440: clean up coverity warningsDave Barach1-2/+2
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-1/+1
2018-07-31memif: socket filename fixJakub Grajciar1-11/+19
2018-07-25VPP-1332 memif: add/del socket filename bugfixJakub Grajciar1-1/+27
2018-05-25memif: Add support for loggingJakub Grajciar1-22/+61
2018-04-04memif: zero copy slaveDamjan Marion1-103/+157