Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-07-27 | Thread safe internal buffer manager |  Damjan Marion | 4 | -9/+18 |
2017-07-26 | VPP-905: Wrong define used in function start_workers. |  JingLiuZTE | 1 | -1/+2 |
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 |