Age | Commit message (Expand) | Author | Files | Lines |
2018-01-09 | physmem: fix physmem allocation on kernels without NUMA support | Damjan Marion | 1 | -2/+2 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 2 | -0/+60 |
2017-12-15 | VPP-1102: fix dangling references in RPC handling | Dave Barach | 3 | -0/+19 |
2017-12-14 | pci: auto-detect right vfio/uio driver | Damjan Marion | 1 | -0/+55 |
2017-12-13 | physmem: fix bug in detection of cross page boundary allocations | Damjan Marion | 1 | -2/+2 |
2017-12-10 | vlib: fix issues in the new pci code reported by coverity | Damjan Marion | 1 | -6/+12 |
2017-12-10 | VPP-1077 Add meaningful error info, when executing command with enable/disabl... | Swarup Nayak | 1 | -7/+19 |
2017-12-09 | vlib: PCI rework to support VFIO | Damjan Marion | 4 | -372/+761 |
2017-12-06 | Remove unused, uninteresting code | Dave Barach | 3 | -1279/+0 |
2017-12-06 | fix bug in pager | Neale Ranns | 1 | -2/+3 |
2017-12-04 | vlib: switch when frames are different | Eyal Bari | 1 | -10/+12 |
2017-11-29 | Configure vat-plugin-path and vat-plugin-name-filter | Dave Barach | 2 | -1/+24 |
2017-11-28 | net/virtio: support modern device id | Gabriel Ganne | 1 | -0/+7 |
2017-11-27 | vlib: make vlib_buffer_alloc inline function | Damjan Marion | 4 | -93/+72 |
2017-11-18 | Call a plugin init function by name | Dave Barach | 1 | -0/+26 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions | Damjan Marion | 1 | -9/+15 |
2017-11-13 | Instead of a min term size, use a default (VPP-1061) | Chris Luke | 1 | -16/+21 |
2017-11-09 | buffers: fix bug in free list n_alloc tracking | Klement Sekera | 1 | -0/+1 |
2017-10-31 | physmem: register region with IOMMU | Damjan Marion | 1 | -0/+57 |
2017-10-25 | vlib: add support for multiple buffer pools | Damjan Marion | 5 | -23/+42 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 1 | -1/+1 |
2017-10-20 | Thread_index for thread0 in vlib_global_main not initialised | Keith Burns (alagalah) | 1 | -0/+1 |
2017-10-19 | VPP-1024: rewrite buffer trajectory tracer | Dave Barach | 2 | -43/+25 |
2017-10-14 | VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler | Dave Barach | 2 | -4/+8 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 5 | -5/+5 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 2 | -2/+2 |
2017-09-26 | Add thread-safe event signaller, use RPC where required | Dave Barach | 3 | -2/+59 |
2017-09-22 | Fix vpp "unix interactive" when running under emacs + gdb | Dave Barach | 1 | -3/+8 |
2017-09-21 | vppctl,cli: Improve non-interactive vppctl (VPP-944) | Chris Luke | 1 | -51/+308 |
2017-09-20 | CLI: fix segfault when browsing an empty history | Yoann Desmouceaux | 1 | -3/+1 |
2017-09-20 | Fix DHCP client so it works for worker threads | John Lo | 1 | -0/+3 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) | Chris Luke | 2 | -1/+31 |
2017-09-15 | dpdk: cli to check for buffer leakage | Florin Coras | 1 | -1/+1 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | Damjan Marion | 7 | -536/+45 |
2017-09-14 | clib_socket: add sendmsg / recvmsg with ancillary data support | Damjan Marion | 1 | -2/+2 |
2017-09-12 | physmem: remove debug leftovers | Damjan Marion | 1 | -1/+0 |
2017-09-11 | Recombine diags and minimum barrier open time changes (VPP-968) | Colin Tregenza Dancer | 3 | -11/+340 |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 7 | -161/+98 |
2017-09-08 | physmem: make fake allocation non-fatal if we cannot pick numa node | Damjan Marion | 1 | -4/+11 |
2017-09-08 | vlib: move linux-specific code to vlib/linux | Damjan Marion | 8 | -266/+356 |
2017-09-08 | Fixes for issues reported by Coverity (VPP-972) | Chris Luke | 1 | -4/+4 |
2017-09-07 | vlib physmem rework | Damjan Marion | 12 | -495/+662 |
2017-09-05 | Add pidfile cmdline option | Pierre Pfister | 3 | -9/+98 |
2017-09-05 | Refork worker thread data structures in parallel (VPP-970) | Colin Tregenza Dancer | 3 | -136/+214 |
2017-08-31 | Set runtime_path properly when running non-root | Damjan Marion | 1 | -2/+11 |
2017-08-30 | Thread safe internal buffer manager, take two | Damjan Marion | 3 | -4/+32 |
2017-08-25 | TCP horizontal scaling | Dave Barach | 3 | -21/+8 |
2017-08-24 | Make VPP runtime directory configurable | Damjan Marion | 4 | -20/+63 |
2017-08-11 | Fix tcp multi buffer segments retransmission | Florin Coras | 1 | -1/+6 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 2 | -8/+10 |