Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |