Age | Commit message (Expand) | Author | Files | Lines |
2016-02-04 | ip[46].h: Remove tcp reference |  Kevin Paul Herbert | 2 | -8/+0 |
2016-02-03 | p1.c: Remove log() symbol |  Kevin Paul Herbert | 1 | -1/+0 |
2016-02-03 | Need to include symbolic links in the lib package: libXXX.so, libXXX.so.0 |  Dave Barach | 1 | -2/+4 |
2016-02-03 | Switched vagrant for ~/git/vpp to /vpp |  Ed Warnicke | 3 | -7/+25 |
2016-02-02 | Enabled CCACHE_DIR to be set by ENV Variable |  Ed Warnicke | 1 | -1/+3 |
2016-02-02 | Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms |  Dave Barach | 1 | -0/+3 |
2016-02-02 | Enable ganglia module integration build |  Dave Barach | 3 | -2/+10 |
2016-02-02 | Tracing enhancements. |  Bud Grise | 3 | -5/+221 |
2016-02-02 | Use per-thread vlib_main |  Shesha Sreenivasamurthy | 2 | -7/+11 |
2016-02-02 | Set the thread name for the stats thread if a thread name prefix is given. |  Todd Foggoa | 1 | -0/+5 |
2016-02-02 | Zero the interface template before using it. |  Todd Foggoa | 1 | -0/+1 |
2016-02-02 | Change default dpdk version to 2.2 |  Damjan Marion | 1 | -1/+1 |
2016-02-01 | p1.c: Add symbols useful to IP protocol modules |  Kevin Paul Herbert | 1 | -1/+11 |
2016-02-01 | remove igb_uio static pci id table patch, use new_id for all NICs |  Damjan Marion | 2 | -68/+5 |
2016-02-01 | Changed key of NSH VXLAN tunnel. |  Keith Burns (alagalah) | 1 | -1/+1 |
2016-02-01 | Free the temporary vector |  Robert Varga | 1 | -0/+2 |
2016-02-01 | Do not copy data twice in swInterfaceDump() |  Robert Varga | 1 | -4/+2 |
2016-02-01 | Add a vpp-dpdk-dev package, enable plugins to use dpdk APIs directly |  Dave Barach | 5 | -8/+34 |
2016-02-01 | Refactor vpp-japi |  Robert Varga | 9 | -88/+252 |
2016-02-01 | Changes to Centos bootstrap to remove ~/git/vpp if it exists before attemptin... |  Keith Burns (alagalah) | 1 | -1/+2 |
2016-02-01 | Vagrantfile doesn't rm git/vpp and vagrant reload --provision |  Keith Burns (alagalah) | 1 | -1/+3 |
2016-02-01 | Make public fields final where possible |  Robert Varga | 7 | -90/+92 |
2016-02-01 | Add a copyright header |  Robert Varga | 1 | -0/+15 |
2016-01-31 | Git ignore additions |  Keith Burns (alagalah) | 1 | -0/+5 |
2016-01-30 | Cache jclass/jmethodID/jfieldID references |  Robert Varga | 5 | -246/+282 |
2016-01-30 | Add JAVA_HOME includes to vppjni build |  Robert Varga | 1 | -0/+1 |
2016-01-29 | Rationalize metric names. |  Dave Barach | 3 | -10/+10 |
2016-01-28 | Remove unused tcp.h |  Kevin Paul Herbert | 3 | -399/+0 |
2016-01-28 | vpp metrics upload via gmond plugin |  Dave Barach | 6 | -1/+210 |
2016-01-27 | Enable Chelsio T5 support |  Damjan Marion | 3 | -2/+50 |
2016-01-27 | Remove vestigal TCP implementation |  Kevin Paul Herbert | 12 | -3437/+2 |
2016-01-27 | vnet: Add field for transmit time |  Kevin Paul Herbert | 1 | -0/+2 |
2016-01-27 | Warnings be gone. |  Dave Barach | 2 | -3/+3 |
2016-01-27 | dpdk_buffer.c: Ensure that the mbuf reference count is as expected |  Kevin Paul Herbert | 1 | -0/+3 |
2016-01-27 | ip_checksum.c: Fixes for ip_csum_and_memcpy() alignment issues |  Kevin Paul Herbert | 2 | -53/+69 |
2016-01-27 | Allow CCACHE_DIR to be overridden, e.g. from .../build-root/build-config.mk |  Dave Barach | 1 | -1/+6 |
2016-01-27 | Fix l2output error-drop next node index |  Damjan Marion | 1 | -4/+2 |
2016-01-27 | Print worker thread name as a c-string, not a vector. Otherwise, the |  Dave Barach | 1 | -2/+2 |
2016-01-26 | Fix vppctl to cope with vpe -> vpp transition |  Ed Warnicke | 1 | -2/+2 |
2016-01-26 | Remove vpp-japi/m4/libtool.m4 |  Ed Warnicke | 1 | -7997/+0 |
2016-01-26 | Set the ssvm_ethernet interface pid. Otherwise, the recursive lock |  Dave Barach | 1 | -0/+1 |
2016-01-26 | Small fix for vppctl |  Ed Warnicke | 1 | -6/+7 |
2016-01-25 | MAP: Ensure fragmented packets get from ip4_map to ip4_map_reass. |  Ole Troan | 1 | -4/+8 |
2016-01-25 | MAP: Fix handling of jumbo frames. |  Ole Troan | 1 | -3/+0 |
2016-01-25 | Fix rpm packaging bit-rot |  Dave Barach | 2 | -0/+2 |
2016-01-22 | Enable shared-VM namespace support |  Dave Barach | 6 | -15/+40 |
2016-01-22 | aarch64 CPU arch / ThunderX platform initial support |  Dave Barach | 37 | -115/+592 |
2016-01-21 | PowerPC64-be arch support. Qemu ("qppc") platform support. |  Dave Barach | 24 | -89/+367 |
2016-01-20 | Rename vpe binary name to avoid collision with latex |  Damjan Marion | 18 | -42/+42 |
2016-01-19 | Merge "Enhance and fix packet trace for IP forwarding as follows: 1. Add fib ... |  Dave Barach | 5 | -4/+19 |