Age | Commit message (Expand) | Author | Files | Lines |
2017-05-24 | vlib: use driver_override in sysfs for binding pci devs to vfio/uio drivers | Damjan Marion | 1 | -12/+30 |
2017-05-24 | Fix tab-completion coverity issue | Yoann Desmouceaux | 1 | -1/+2 |
2017-05-23 | Add TAB-based auto-completion to the CLI | Yoann Desmouceaux | 3 | -0/+259 |
2017-05-22 | vhost: migrate to use device infra for worker thread assignment, rx-mode. | Steven | 1 | -10/+1 |
2017-05-16 | VPP-845: add configurable elog post-mortem dump | Dave Barach | 3 | -4/+28 |
2017-05-10 | completelly deprecate os_get_cpu_number, replace new occurences | Damjan Marion | 4 | -14/+5 |
2017-05-09 | Fix remaining 32-bit compile issues | Damjan Marion | 1 | -1/+1 |
2017-05-08 | vlib: do not unbind devices already bound to vfio-pci | Damjan Marion | 1 | -0/+5 |
2017-05-03 | Fix vnet unit tests | Filip Tehlar | 1 | -0/+12 |
2017-04-26 | Exit if plugin load attempt fail | Damjan Marion | 1 | -6/+2 |
2017-04-25 | Fix structure alignment with 32-bit pointers | Damjan Marion | 1 | -0/+4 |
2017-04-21 | vlib: add cli command to dump all CLI commands | Damjan Marion | 1 | -0/+49 |
2017-04-11 | Fix typo in minimal epoll polling time | Pierre Pfister | 1 | -1/+1 |
2017-04-10 | Common device-input interrupt infra | Damjan Marion | 1 | -0/+14 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 16 | -116/+94 |
2017-04-04 | vlib: make vlib_node_interrupt_pending(...) thread safe | Damjan Marion | 3 | -5/+22 |
2017-04-01 | Clean up event log merge code | Dave Barach | 1 | -1/+1 |
2017-03-31 | vlib: extend foreach_vlib_main macro to assert if workers are not parked | Damjan Marion | 2 | -12/+27 |
2017-03-28 | vlib: inline dispatch_node(...) (again) | Damjan Marion | 2 | -11/+2 |
2017-03-22 | vlib: add description field in plugin registration | Damjan Marion | 2 | -5/+10 |
2017-03-22 | vhost: support interrupt mode | Steven | 1 | -5/+8 |
2017-03-20 | vnet: add device-input threadplacement infra | Damjan Marion | 1 | -10/+4 |
2017-03-17 | 64 bit per-thread counters | Neale Ranns | 2 | -172/+101 |
2017-03-17 | vlib: fix potential crash in dispatch_node ELOG_DATA call | Steven | 1 | -2/+11 |
2017-03-16 | vlib: additional runtime_data checks | Damjan Marion | 1 | -8/+14 |
2017-03-16 | vlib: make runtime_data thread-local | Damjan Marion | 5 | -45/+103 |
2017-03-15 | No vector allocation during buffer copy | Neale Ranns | 1 | -4/+1 |
2017-03-14 | vlib: poll pre_input nodes only on main thread | Damjan Marion | 1 | -6/+7 |
2017-03-10 | Retire vpp_lite | Damjan Marion | 1 | -0/+6 |
2017-03-10 | vlib: deduplicatee code in main and worker main loop | Damjan Marion | 4 | -142/+116 |
2017-03-09 | vlib_mains == 0 special cases be gone | Dave Barach | 6 | -55/+65 |
2017-03-08 | vlib: add process restart cli | Damjan Marion | 1 | -0/+20 |
2017-03-06 | Add support for unix { coredump-size <size> }. | Klement Sekera | 1 | -0/+22 |
2017-03-02 | Clean up binary api message handler registration issues | Dave Barach | 1 | -7/+24 |
2017-03-01 | VPP-598: tcp stack initial commit | Dave Barach | 2 | -1/+69 |
2017-03-01 | Fix buffer template copy | Dave Barach | 2 | -5/+30 |
2017-02-28 | vlib: add buffer cloning support | Damjan Marion | 3 | -200/+171 |
2017-02-27 | vlib: add VLIB_BUFFER_EXT_HDR_VALID flag | Damjan Marion | 1 | -0/+2 |
2017-02-26 | Load plugins in alphabetical order | Dave Barach | 1 | -9/+55 |
2017-02-24 | VPP-650: handle buffer failure in vlib_buffer_copy(...) | Dave Barach | 1 | -1/+10 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter | Billy McFall | 3 | -34/+80 |
2017-02-22 | fix trace frame-queue unformat of index | Matus Fabian | 1 | -1/+1 |
2017-02-07 | VPP-630: Null pointer dereferences in vlib/unix/plugin.c | Ole Troan | 1 | -1/+1 |
2017-02-06 | vlib: remove algned/unaligned buffers scheme | Damjan Marion | 4 | -250/+39 |
2017-02-05 | fix some 'stored but never read' warnings raised by clang | Gabriel Ganne | 2 | -6/+7 |
2017-02-03 | Plugin infrastructure improvements | Damjan Marion | 3 | -60/+318 |
2017-01-25 | [re]Enable per-Adjacency/neighbour counters | Neale Ranns | 1 | -0/+14 |
2017-01-23 | binary-api debug CLI works with plugins | Dave Barach | 1 | -2/+7 |
2017-01-17 | dpdk: remove duplicate code in buffers.c | Damjan Marion | 2 | -52/+69 |
2017-01-14 | vlib: add buffer and thread callbacks | Damjan Marion | 9 | -818/+469 |