crypto crypto-openssl: support hashing operations
[vpp.git] / src / vlib /
2021-05-03 Damjan Marionvlib: multiarch vlib_frame_queue_dequeue() 85/32185/3
2021-05-01 Benoît Gannevlib: refactor trajectory trace debug feature 28/31528/4
2021-04-30 Damjan Marionbuild: declare some CMake variables as advanced 82/32182/1
2021-04-30 Damjan Marionmisc: experimental configure script 77/32177/7
2021-04-30 Damjan Marionbuild: switch release build to -O3 74/32174/1
2021-04-28 Damjan Marionvppinfra: AArch64 NEON implementation of clib_compare_u... 60/32160/3
2021-04-28 mdr78pg: exec file fixes 28/32028/7
2021-04-27 Damjan Marionvlib: improve enqueue_to_next buffer indices extraction 95/32095/10
2021-04-27 Damjan Marionmisc: add StatementMacros to .clang-format 11/32111/6
2021-04-26 Damjan Marionvppinfra: clib_memcpy_u32() utilizing SIMD mask loads... 81/32081/13
2021-04-22 Benoît Gannemisc: add filter for specific error for pcap trace 93/31493/10
2021-04-21 Damjan Marionbuffers: vlib_get_buffers() with 512-bit SIMD 74/32074/3
2021-04-21 Damjan Marionvlib: don't inline vlib_buffer_enqueue_to_* 75/32075/3
2021-04-20 Damjan Marionvlib: remove unused code 38/32038/2
2021-04-19 Damjan Marionvppinfra: momve clib_sysfs_list_to_bitmap to sysfs.c 37/32037/1
2021-04-18 Damjan Marionvppinfra: remove linux/syscall.h 21/32021/2
2021-04-15 Damjan Marionvlib: make vlib_pending_frame_t smaller 03/32003/1
2021-04-14 Damjan Marionvlib: fix access before check issue in foreach_vlib_mai... 80/31980/3
2021-04-06 Radu Nicolaubuffers: performance improvement 62/31662/8
2021-03-26 Damjan Marionvlib: convert foreach_vlib_main macro to be more gdb... 81/31781/6
2021-03-26 Damjan Marionvlib: split vlib_main_t into global and per-thread 23/31623/10
2021-03-26 Damjan Marionvlib: introduce vlib_get_elog_main() 83/31783/4
2021-03-26 Damjan Marionvlib: introduce vlib_get_main_by_index(), vlib_get_n_th... 82/31782/4
2021-03-23 Florin Corasvlib: add node adaptive mode flag 96/31696/9
2021-03-22 Arthur de Kerhorvlib: graphviz upgrade to allow filters 40/31340/9
2021-03-15 Ole Troantests: use socket transport instead of shared memory 85/31485/10
2021-03-14 Mohammed Hawariip: extend punt CLI for exception packets 30/31130/7
2021-03-11 Damjan Marionmisc: fix gcc-11 build 20/31620/2
2021-03-11 Damjan Marionvlib: refactor node function variants 16/31616/7
2021-03-09 Damjan Marionvlib: remove unused function 94/31594/1
2021-03-07 Damjan Mariondispatch-trace: move dispatch trace pcap code to plugin 49/31549/7
2021-03-05 Damjan Marioninterface: move vnet_pcap_t to vnet 32/31532/4
2021-02-27 Benoît Gannevlib: fix clear trace buffer race condition 63/31463/2
2021-02-18 Dave Barachvlib: add a "vpplog" debug CLI 27/31327/2
2021-02-11 Andrew Yourtchenkotests: tag the tests that do not work with multi-worker... 23/31023/20
2021-02-08 Dave Barachvlib: ASSERT vm == vlib_get_main() 63/31163/5
2021-02-08 Ivan Shvedunovping: fix aborting on keypress 35/31035/4
2021-02-04 Damjan Marionvlib: "revert startup multi-arch variant configuration... 11/30911/3
2021-02-04 Miklos Tirpakvlib: increase the stats epoch only when necessary 93/30693/7
2021-01-29 Kommula Shiva Shankarvlib: acquire barrier before exit call 67/30967/3
2021-01-25 Benoît Gannevlib: add show trace limit warning at the end of output too 59/29259/2
2021-01-25 Radu Nicolauvlib: startup multi-arch variant configuration fix... 28/30228/3
2021-01-22 Mohammed Hawariinterface: let drivers control polling when down 27/30527/8
2021-01-21 Damjan Marioninterface: rx queue infra rework, part one 08/29808/30
2021-01-20 Nathan Moosvlib: fix build with musl 86/30786/7
2021-01-15 Miklos Tirpakvlib: fix counter_will_expand prediction 21/30721/2
2021-01-11 Vladimir Ratnikovdpdk: allow configure individual VMBUS devices 82/29882/32
2020-12-28 Paul Vinciguerravlib: add missing file template descriptions 01/24601/6
2020-12-18 Damjan Marionperfmon: new perfmon plugin 86/30186/26
2020-12-18 Damjan Marionmisc: deprecate old perfmon 89/30389/15
2020-12-15 Jon Loeligerclassify: add pcap/trace classfier mgmt API calls 64/29864/7
2020-12-14 Damjan Marionmisc: refactor clib_bitmap_foreach macro 97/30397/2
2020-12-14 Damjan Marionmisc: move to new pool_foreach macros 96/30396/2
2020-12-06 Dave Barachvlib: vlib_log for "linux device up" warnings 93/30293/2
2020-11-26 Benoît Gannevlib: fix vlib log elog vector overrun 81/30181/2
2020-11-26 Dave Barachvlib: clean up event-logger CLI 24/30124/6
2020-11-25 Dave Barachvlib: add elog events for vlib log entries 32/30132/2
2020-11-25 Damjan Marionpci: add PCIe Gen4 link speed 38/30138/2
2020-11-24 Nathan Skrzypczakbuffers: add page-size config 93/30093/4
2020-11-23 Nathan Skrzypczakvlib: Fix sh int addr 97/30097/3
2020-11-23 Damjan Marionvlib: add format_vlib_thread_name 94/30094/2
2020-11-16 Dave Wallacetests: move cli tests to src/vlib/test 60/29960/2
2020-11-16 Dave Wallacetests: move buffer tests to src/vlib/test 57/29957/2
2020-11-13 yultvlib: macro definition error 58/29858/2
2020-11-13 Damjan Marionvlib: vlib_buffer_t should be always 128 bytes, not... 26/29926/2
2020-11-10 Dave Barachip6-nd: fix memory leaks 56/29856/3
2020-11-09 Dave Barachvlib: support macros in initial config file 28/29828/2
2020-11-09 Benoît Gannevlib: fix trace number accounting 22/29222/5
2020-11-04 Dave Barachvlib: add postmortem pcap dispatch trace 34/29734/2
2020-10-26 Damjan Marionvlib: add VLIB_REGISTER_LOG_CLASS macro 17/29617/2
2020-10-23 jiangxiaomingvlib: log: fix non-null terminated strings 89/29589/3
2020-10-22 Mohammed Hawaripci: set PCI memory enable before mapping PCI BAR 77/29577/5
2020-10-21 Damjan Marionvlib: per-class logging configuration in startup.conf 80/29580/3
2020-10-21 Damjan Marionvlib: print logs to stderr if interactive or nosyslog set 71/29571/5
2020-10-20 Ole Troanstats: crash when adding/deleting interfaces 53/29553/2
2020-10-19 Damjan Marionmisc: don't export symbols from plugins 91/29491/7
2020-10-15 Dave Barachvlib: add cgo-friendly plugin registration support 73/29473/1
2020-10-14 Florin Corasvlib: avoid clipping in show error 41/29441/2
2020-10-13 Ole Troanstats: counters data model 96/29296/4
2020-10-09 Dave Barachvlib: save signal handler data to global vbls 70/29370/2
2020-10-08 Damjan Marionpci: add vlib_pci_get_msix_file_index 97/29297/2
2020-10-06 Damjan Marionvppinfra: add heap header in front of dlmalloc space 71/29271/4
2020-10-06 Dave Barachmisc: add xxx_not_inline 72/29272/1
2020-10-06 Jon Loeligerfeature: Add packet trace API 45/27445/16
2020-10-02 Dave Barachvlib: always replace bootstrap vlib_mains 20/29220/2
2020-10-02 Damjan Marionvppinfra: use clib_mem_create_heap() to create numa... 17/29217/1
2020-10-01 Benoît Gannevlib: fix line-mode cli memory leak 07/29207/2
2020-09-28 Damjan Marionvppinfra: don't call dlmalloc API directly from the... 36/29136/2
2020-09-24 Mohsin Kazmivlib: fix the last error 48/29048/2
2020-09-18 Sergey Matovvlib: add decrement counter method 43/28843/9
2020-09-17 Damjan Marionvlib: show FD in 'show memory map' 00/28900/3
2020-09-17 Damjan Marionvlib: map thread stack instead of allocating them from... 28/28828/9
2020-09-17 Damjan Marionvppinfra: support main heap with different page sizes 27/28827/12
2020-09-17 Damjan Marionvppinfra: allow handoff to main thread 95/28895/1
2020-09-16 Damjan Marionvppinfra: introduce clib_mem_main 88/28888/1
2020-09-11 Damjan Marionavf: add assert to ensure that adminq is used only... 87/28787/2
2020-09-11 Benoît Gannevlib: fix call to vlib_get_node_by_name 41/28741/2
2020-09-09 Damjan Marionvlib: support interrupt re-arm from node 27/28727/2 v21.01-rc0
2020-09-05 Nathan Skrzypczakvlib: vlib_get_node_by_name fails via API 50/28650/2
2020-09-04 Damjan Marionbuffers: improve cache occupancy 79/28679/2
next