Age | Commit message (Expand) | Author | Files | Lines |
2018-03-29 | Coverity fixes (VPP-1204) | Chris Luke | 1 | -1/+2 |
2018-03-27 | vlib: gcc-7 -O3 uninitialized values | Damjan Marion | 1 | -5/+5 |
2018-03-27 | vlib: make cloned structures cacheline aligned | Damjan Marion | 2 | -13/+24 |
2018-03-26 | vlib: add support for vfio no-iommu mode | Damjan Marion | 4 | -33/+51 |
2018-03-26 | plugin: Add plugin 'default' disable/enable | Mohsin Kazmi | 2 | -0/+11 |
2018-03-16 | cli: make q work again | Florin Coras | 1 | -0/+8 |
2018-03-16 | Fix a long-latent bi=0 bug in vlib_buffer_add_data | Dave Barach | 2 | -2/+2 |
2018-03-14 | vlib: internal buffer manager rework | Damjan Marion | 6 | -251/+170 |
2018-03-13 | Rationalize plugin symbol error reporting | Dave Barach | 1 | -1/+1 |
2018-03-09 | Correct address calculation for VPP-1168 | Lee Roberts | 1 | -1/+1 |
2018-03-09 | dpdk: move DPDK vfio hack to dpdk plugin | Damjan Marion | 3 | -48/+3 |
2018-03-07 | fix physmem mappings | Damjan Marion | 1 | -0/+2 |
2018-03-06 | vlib: avoid crash if fill_free_list returns 0 buffers | Damjan Marion | 1 | -1/+2 |
2018-03-05 | physmem: keep only one physmem_main | Damjan Marion | 6 | -9/+10 |
2018-03-05 | vlib: add functions to dynamically open/close PCI device | Damjan Marion | 2 | -3/+126 |
2018-03-05 | vlib: vlib_buffer_free_internal optimizations | Damjan Marion | 1 | -53/+88 |
2018-03-05 | vlib: vfio code rework | Damjan Marion | 8 | -221/+406 |
2018-03-05 | vlib: rework PCI INTx support | Damjan Marion | 2 | -96/+75 |
2018-03-04 | vlib: add PCI MSI-X interrupt support (vfio only) | Damjan Marion | 2 | -6/+197 |
2018-03-04 | vlib: map pci region by using vfio FD when vfio is used | Damjan Marion | 2 | -46/+88 |
2018-03-04 | vlib: fix vlib_pci_get_device_info on when not running as root | Damjan Marion | 1 | -4/+2 |
2018-02-26 | vlib: use vfio fd for accessing PCI config space | Damjan Marion | 1 | -32/+29 |
2018-02-26 | vlib: add vlib_buffer_free_from_ring | Damjan Marion | 1 | -0/+26 |
2018-02-26 | vlib: fix formatting in pci_config.h | Damjan Marion | 1 | -103/+111 |
2018-02-18 | vlib: fix pci init | Damjan Marion | 1 | -2/+1 |
2018-02-07 | Refactor vlib_buffer flags | Damjan Marion | 3 | -108/+119 |
2018-02-06 | vlib: epoll on worker threads | Damjan Marion | 3 | -41/+158 |
2018-02-05 | Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before set | Dave Barach | 1 | -0/+2 |
2018-02-02 | vlib_buffer_clone: allow client to request the maximum number of clones; 256 | Neale Ranns | 1 | -12/+50 |
2018-02-01 | IPv4/6 reassembly | Klement Sekera | 1 | -0/+62 |
2018-01-31 | vlib: allocating buffers on thread-x and freeing them on thread-y causes | Steven | 2 | -11/+10 |
2018-01-30 | VPP-899: Run VPP under SELinux | Billy McFall | 1 | -4/+20 |
2018-01-19 | Fix MP hazard in interrupt node scheduling | Dave Barach | 1 | -2/+8 |
2018-01-18 | vlib: add vlib_buffer_alloc_to_ring API | Damjan Marion | 1 | -0/+29 |
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 |