Age | Commit message (Expand) | Author | Files | Lines |
2017-07-17 | Fix unlinking of /dev/shm files. | Dave Wallace | 1 | -9/+9 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata | Damjan Marion | 3 | -38/+68 |
2017-07-13 | VPP-895 multi-thread: fix vpp crash on show runtime | Igor Mikhailov (imichail) | 1 | -0/+29 |
2017-07-13 | dpdk: fix dpdk_buffer_pool_create name | Chris Luke | 1 | -3/+0 |
2017-07-10 | vlib: store buffer memory information in the buffer_main | Damjan Marion | 5 | -44/+87 |
2017-07-10 | vlib: fix issues with PCI handling code | Damjan Marion | 2 | -7/+7 |
2017-07-06 | unix: mkdir VPP_RUN_DIR before opening a socket in it | Chris Luke | 3 | -0/+30 |
2017-07-05 | Buffer name inconsistently used a cstring/vec (VPP-901) | Chris Luke | 1 | -3/+3 |
2017-06-30 | VPP debug image with worker threads hit assert on adding IP route with traffi... | Neale Ranns | 2 | -0/+23 |
2017-06-28 | switch vlib process model to tw_timer_template timer impl | Dave Barach | 4 | -77/+89 |
2017-06-21 | Add option to create clib_socket with group write permissions | Damjan Marion | 1 | -1/+4 |
2017-06-21 | Add knob to specify effective group id (gid) for VPP process | Damjan Marion | 1 | -0/+7 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) | Florin Coras | 3 | -2/+3 |
2017-06-07 | VPP-873: fix vector expansion bug in dispatch_pending_node | Dave Barach | 1 | -13/+27 |
2017-06-06 | vlib: add screen-256color CLI terminal type | Damjan Marion | 1 | -0/+1 |
2017-06-05 | vlib: add unix_file_del_by_index function | Damjan Marion | 1 | -0/+8 |
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 |