Age | Commit message (Expand) | Author | Files | Lines |
2020-12-28 | vlib: add missing file template descriptions | Paul Vinciguerra | 1 | -1/+8 |
2020-12-18 | perfmon: new perfmon plugin | Damjan Marion | 3 | -2/+22 |
2020-12-18 | misc: deprecate old perfmon | Damjan Marion | 1 | -1/+0 |
2020-12-15 | classify: add pcap/trace classfier mgmt API calls | Jon Loeliger | 4 | -10/+11 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 6 | -20/+20 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 4 | -15/+15 |
2020-12-06 | vlib: vlib_log for "linux device up" warnings | Dave Barach | 1 | -3/+4 |
2020-11-26 | vlib: fix vlib log elog vector overrun | Benoît Ganne | 1 | -1/+1 |
2020-11-26 | vlib: clean up event-logger CLI | Dave Barach | 1 | -12/+12 |
2020-11-25 | vlib: add elog events for vlib log entries | Dave Barach | 5 | -10/+51 |
2020-11-25 | pci: add PCIe Gen4 link speed | Damjan Marion | 1 | -2/+4 |
2020-11-24 | buffers: add page-size config | Nathan Skrzypczak | 2 | -41/+64 |
2020-11-23 | vlib: Fix sh int addr | Nathan Skrzypczak | 1 | -0/+5 |
2020-11-23 | vlib: add format_vlib_thread_name | Damjan Marion | 2 | -0/+27 |
2020-11-16 | tests: move cli tests to src/vlib/test | Dave Wallace | 1 | -0/+89 |
2020-11-16 | tests: move buffer tests to src/vlib/test | Dave Wallace | 1 | -0/+29 |
2020-11-13 | vlib: macro definition error | yult | 1 | -6/+6 |
2020-11-13 | vlib: vlib_buffer_t should be always 128 bytes, not 2 cachelines | Damjan Marion | 1 | -4/+8 |
2020-11-10 | ip6-nd: fix memory leaks | Dave Barach | 1 | -0/+1 |
2020-11-09 | vlib: support macros in initial config file | Dave Barach | 1 | -15/+59 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 2 | -10/+20 |
2020-11-04 | vlib: add postmortem pcap dispatch trace | Dave Barach | 5 | -14/+92 |
2020-10-26 | vlib: add VLIB_REGISTER_LOG_CLASS macro | Damjan Marion | 2 | -38/+84 |
2020-10-23 | vlib: log: fix non-null terminated strings | jiangxiaoming | 1 | -0/+1 |
2020-10-22 | pci: set PCI memory enable before mapping PCI BAR | Mohammed Hawari | 1 | -0/+12 |
2020-10-21 | vlib: per-class logging configuration in startup.conf | Damjan Marion | 2 | -3/+97 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set | Damjan Marion | 5 | -51/+115 |
2020-10-20 | stats: crash when adding/deleting interfaces | Ole Troan | 1 | -4/+3 |
2020-10-19 | misc: don't export symbols from plugins | Damjan Marion | 1 | -1/+1 |
2020-10-15 | vlib: add cgo-friendly plugin registration support | Dave Barach | 2 | -9/+128 |
2020-10-14 | vlib: avoid clipping in show error | Florin Coras | 1 | -4/+4 |
2020-10-13 | stats: counters data model | Ole Troan | 5 | -27/+76 |
2020-10-09 | vlib: save signal handler data to global vbls | Dave Barach | 1 | -4/+4 |
2020-10-08 | pci: add vlib_pci_get_msix_file_index | Damjan Marion | 2 | -0/+13 |
2020-10-06 | vppinfra: add heap header in front of dlmalloc space | Damjan Marion | 2 | -12/+1 |
2020-10-06 | misc: add xxx_not_inline | Dave Barach | 4 | -1/+21 |
2020-10-06 | feature: Add packet trace API | Jon Loeliger | 2 | -37/+90 |
2020-10-02 | vlib: always replace bootstrap vlib_mains | Dave Barach | 1 | -8/+7 |
2020-10-02 | vppinfra: use clib_mem_create_heap() to create numa heap(s) | Damjan Marion | 1 | -2/+5 |
2020-10-01 | vlib: fix line-mode cli memory leak | Benoît Ganne | 1 | -0/+1 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code | Damjan Marion | 2 | -23/+20 |
2020-09-24 | vlib: fix the last error | Mohsin Kazmi | 1 | -1/+2 |
2020-09-18 | vlib: add decrement counter method | Sergey Matov | 1 | -0/+19 |
2020-09-17 | vlib: show FD in 'show memory map' | Damjan Marion | 1 | -4/+11 |
2020-09-17 | vlib: map thread stack instead of allocating them from heap | Damjan Marion | 2 | -30/+18 |
2020-09-17 | vppinfra: support main heap with different page sizes | Damjan Marion | 2 | -6/+47 |
2020-09-17 | vppinfra: allow handoff to main thread | Damjan Marion | 1 | -18/+16 |
2020-09-16 | vppinfra: introduce clib_mem_main | Damjan Marion | 2 | -14/+17 |
2020-09-11 | avf: add assert to ensure that adminq is used only from avf process | Damjan Marion | 1 | -0/+7 |
2020-09-11 | vlib: fix call to vlib_get_node_by_name | Benoît Ganne | 1 | -1/+4 |