dpdk-cryptodev: fix coverity issues
[vpp.git] / src / plugins / memif /
2024-03-12 Damjan Marionmisc: remove GNU Indent directives 02/40502/5
2024-02-26 Tom Jonesmemif: don't include prctl.h 84/40384/3
2024-01-19 Mohsin Kazmimemif: use VPP cacheline size for memif when compiling... 80/39980/4
2023-10-26 Damjan Mariondevices: remove unused code 00/39800/1
2023-10-18 Steven Luongmemif: contention between memif_disconnect and memif... 19/39619/3
2023-10-14 Damjan Marionfeature: remove unused code 79/39679/3
2023-07-06 Ondrej Fabryapi: memif - Mark old message versions as deprecated 44/38644/3
2023-05-16 Marvin Liumemif: fix coverity warnings 66/38766/2
2023-04-25 Marvin Liumemif: support dma option 77/38477/3
2023-03-14 Damjan Marionmemif: don't leak error strings in API handlers 45/38445/2
2023-03-06 Liangxing Wangmemif: fix input vector rate of memif-input node 12/37912/3
2023-03-06 Nathan Skrzypczakmemif: autogenerate socket_ids 34/34734/5
2023-02-06 Damjan Marionvppinfra: refactor clib_socket_init, add linux netns... 78/38078/4
2023-02-01 Damjan Marionmemif: improve error reporting 84/38084/3
2022-08-30 Steven Luongmemif: Process bad descriptors correctly in memif_proce... 31/37031/3
2022-08-17 Steven Luongmemif: crash on recceiving a bad descriptor 04/36904/2
2022-04-04 Damjan Marionvppinfra: make _vec_len() read-only 82/35882/2
2022-03-22 Mohsin Kazmimemif: fix the maxmimum number of txqs 94/35694/2
2022-03-18 Nathan Skrzypczakmemif: fix rx/txqueue RC on connected 52/34852/3
2022-03-15 Mauro Sardaramemif: fix memif_process_desc indexing 45/35645/4
2022-02-18 Artem Glazychevvnet: add set_max_frame_size callbacks for several... 62/35362/4
2022-02-13 Nathan Skrzypczakmemif: Fix underflow 85/35285/2
2022-02-07 Steven Luongmemif: memory leak when deleting memif interface 59/35159/2
2022-01-07 Damjan Marionethernet: new interface registration function 41/34841/4
2022-01-05 Damjan Marioninterface: refactor interface capabilities code 26/34826/4
2021-12-22 Damjan Marionmemif: refactor descriptor handling in the input node 99/34699/4
2021-12-08 Han Wumemif: fix the memory leak when memif cli getting wrong... 63/34663/5
2021-12-03 Mohsin Kazmiinterface: add multi tx-queues support for new tx infra 71/32471/39
2021-11-15 Mohsin Kazmimemif: fix the coverity warning 16/34516/2
2021-11-12 Mohsin Kazmimemif: fix the default txq placement 62/34462/3
2021-11-09 Daniel Bérešmemif: memif linkstate can't become up 20/34320/7
2021-10-16 Steven Luongmemif: Enhance show memif descriptors to display region 15/34115/2
2021-10-12 Mohsin Kazmimemif: fix the memif crash when slave disconnect 39/34039/2
2021-10-04 Mohsin Kazmimemif: integrate with new tx infra 47/33947/2
2021-09-27 Florin Corasmisc: api move continued 32/33732/10
2021-09-17 Steven Luongmemif: avoid double pool_put on a clib_file 25/33725/4
2021-08-04 Artem Glazychevmemif: fix offset 03/33303/2
2021-07-15 Damjan Marionmisc: replace CLIB_PREFETCH with clib_prefetch_{load... 46/33146/2
2021-06-30 Benoît Gannememif: fix tx desc length for chained buffers in copy... 49/32849/2
2021-06-30 Benoît Gannememif: fix chain buffer length in zero-copy mode 72/32872/2
2021-06-11 Damjan Marionmemif: fix crash with zero-copy slave 79/32679/2
2021-06-10 fangtongmemif: fix the spinlock and unlock issue. 08/32608/4
2021-05-26 Florin Corasvppinfra: explicit blocking mode for sock connects 57/32457/3
2021-05-21 Tianyu Limemif: fix gcc-10 build error on arm platform 66/32366/4
2021-05-20 Tianyu Limemif: fix input node buffer prefetch 67/32367/2
2021-05-19 Damjan Marionmemif: remove dead code 39/32339/6
2021-05-17 Damjan Marionmemif: remove unused code 51/32351/2
2021-05-17 Damjan Marionmemif: remove duplicate code in tx 44/32344/2
2021-05-17 Damjan Marionmemif: optimize zero-copy rx ring refill 40/32340/2
2021-05-17 Damjan Marionmemif: fix "remove barriers" commit 50/32350/1
2021-05-17 Damjan Marionmemif: remove barriers 38/32338/3
2021-05-13 Dave Wallacetests: move test source to vpp/test 93/32293/2
2021-05-08 Nathan Skrzypczakmemif: Fix delete on error 54/32254/2
2021-05-06 Ole Troanvlib: rename vl_counter_t to vlib_error_desc_t 34/32234/2
2021-05-06 Ole Troanmemif: add severity to counters 07/31607/3
2021-05-01 Benoît Gannevlib: refactor trajectory trace debug feature 28/31528/4
2021-04-18 Damjan Marionvppinfra: remove linux/syscall.h 21/32021/2
2021-04-16 Klement Sekeratests: cpus awareness 50/31950/14
2021-04-08 Steven Luongmemif: Use log_debug for clib_file_add and clib_file_del 75/31875/3
2021-03-26 Damjan Marionvlib: introduce vlib_get_main_by_index(), vlib_get_n_th... 82/31782/4
2021-03-19 Mohsin Kazmiinterface: add capabilities flags 40/29640/12
2021-03-04 Steven Luongmemif: Validate descriptors within process boudary 71/31471/2
2021-01-22 Andrew Yourtchenkotests: add generalized tags for tests, use them for... 63/30763/12
2021-01-21 Mohammed Hawarimemif: adapt to new rxq framework 19/30419/14
2021-01-20 Ed Warnickememif: fix vpp to go link up immediately on admin up 49/30849/3
2020-12-14 Damjan Marionmisc: move to new pool_foreach macros 96/30396/2
2020-12-04 Paul Vinciguerralibmemif: clean up typos 50/27350/3
2020-12-03 Paul Vinciguerratests: remove py2/py3 six compatability library 44/30244/4
2020-11-09 Benoît Gannevlib: fix trace number accounting 22/29222/5
2020-10-26 Steven Luongmemif: handle unexpected EPOLLOUT for RX queue 81/29581/4
2020-10-12 Damjan Marionmisc: clang-11 and gcc-10 support 78/29378/3
2020-10-08 Damjan Marioninterface: shorten vnet_hw_if_rx_mode 98/29298/2
2020-10-02 Damjan Marionmemif: map shared memory with clib_mem_vm_map_shared... 01/28901/10
2020-08-27 Andrew Yourtchenkotests: "force solo" testcase support 86/28586/8
2020-08-06 Steven Luongmemif: wrong interface counter is incremented 90/28190/1
2020-05-14 Mrityunjay Kumarmemif: 14 bytes extra overhead issue fixed. 93/21793/4
2020-02-26 Jakub Grajciarapi: improve api string safety 48/24848/10
2019-12-23 Paul Vinciguerratests: vpp_memif fix formatting error in exception 61/23861/4
2019-12-07 Ole Troanlacp: fix control_ping from plugins 59/23859/2
2019-11-24 Paul Vinciguerravppapigen: clean up typos in c generated code 92/23592/3
2019-11-15 Neale Rannstests: Remove the unrequired VPP IP address/prefix... 80/23380/4
2019-10-23 Changqian Wangmemif: memif buffer leaks during disconnecting zero... 29/22829/5
2019-10-18 Ole Troanmemif: add python3 support to test 26/22826/3
2019-10-14 Andrew Yourtchenkomemif: Revert "memif buffer leaks during disconnect." 00/22700/2
2019-10-10 Ole Troanmemif: remove api boilerplate 19/22619/2
2019-10-03 Padma Rammemif: memif buffer leaks during disconnect. 32/22432/7
2019-09-24 Damjan Marionvlib: add flag to explicitelly mark nodes which can... 19/22219/2
2019-09-16 Ole Troanapi: autogenerate api trace print/endian 72/21772/11
2019-09-11 Jakub Grajciarmemif: fix zero-copy arg overwrite 79/21979/2
2019-09-09 Jakub Grajciarmemif: API cleanup 27/21427/9
2019-09-04 Jakub Grajciarmemif: always enable zero-copy when creating memif... 58/21758/3
2019-08-22 Dave Wallacetests: move plugin tests to src/plugins/*/test 46/21446/3
2019-07-25 Steven Luongmemif: Fix uninitialized variable as reported by coverity 32/20832/2
2019-07-24 Benoît Gannememif: fix vector overflow when copying strings 82/20582/2
2019-07-23 Dave Barachapi: binary api cleanup 13/20813/1
2019-07-18 Andreas Schultzvlib: convert frame_index into real pointers 63/20663/4
2019-07-09 Dave Barachvat: unload unused vat plugins 64/20564/2
2019-05-03 Dave Wallaceplugins: clean up plugin descriptions 22/19122/3
2019-03-07 Ole TroanRemove local REPLY_MACRO so that socket transport works. 12/18112/3
2019-02-22 Damjan MarionAdd no-append flag to vlib_frame_t 31/17731/6
next