Age | Commit message (Expand) | Author | Files | Lines |
2016-05-02 | HONEYCOMB-10: JVpp documentation | Maros Marsalek | 2 | -0/+214 |
2016-05-02 | HONEYCOMB-10: Add specific methods for each request to Future facade | Maros Marsalek | 4 | -21/+116 |
2016-05-02 | VPP-30 sr_replicate requires DPDK | Keith Burns (alagalah) | 4 | -0/+27 |
2016-05-02 | HONEYCOMB-10: jVpp - the new java API. C code and jar file generation | Marek Gradzki | 15 | -34/+997 |
2016-05-02 | Re-do java-8 handling, add unattended switch to toplevel Makefile | Damjan Marion | 2 | -19/+22 |
2016-05-02 | Break out install.sh from build.sh | Ed Warnicke | 3 | -2/+31 |
2016-05-02 | VPP-32 Increase # cpus to 2, leave RAM at 4G for virtualbox vagrant users | Keith Burns (alagalah) | 1 | -1/+3 |
2016-05-02 | Netmap: typo correct | Mohsin Kazmi | 1 | -1/+1 |
2016-05-02 | VPP-33 Removing javah from Makefile. Merged as fix for Gerrit 884 | Keith Burns (alagalah) | 1 | -6/+0 |
2016-05-02 | HONEYCOMB-10: jVpp - the new java API. Java code generation | Maros Marsalek | 20 | -0/+1758 |
2016-04-30 | IP6 SR multicast replicator | Keith Burns (alagalah) | 14 | -43/+1513 |
2016-04-29 | VPP-26 Iterate through empty command line in cli history | Chris Luke | 1 | -10/+24 |
2016-04-29 | Fix use of vni throughout lisp code | Florin Coras | 2 | -32/+35 |
2016-04-29 | Revert ixgbe driver vRX removal of packet type recognition | John Lo | 1 | -0/+128 |
2016-04-29 | Add indirect next hop support | Damjan Marion | 4 | -40/+156 |
2016-04-29 | Remove unused variable in lisp decap | Florin Coras | 1 | -3/+0 |
2016-04-29 | VPP-25 Add API for GRE tunnel create/delete/show. | Chris Luke | 6 | -48/+479 |
2016-04-29 | Fix ip-udp encap checksum for ip6 | Florin Coras | 1 | -0/+20 |
2016-04-29 | Fix ip4 address formatting in the show ip fib ouptut | Damjan Marion | 2 | -3/+6 |
2016-04-29 | Fix use of format_ip46_address in custom_format | Chris Luke | 1 | -4/+4 |
2016-04-29 | Improve performance of dpdk-vhost driver | Shesha Sreenivasamurthy | 1 | -0/+9 |
2016-04-29 | Add TX statistics for nsh-gre tunnel | Hongjun Ni | 1 | -4/+77 |
2016-04-29 | Add RX statistics for nsh-gre tunnel | Hongjun Ni | 1 | -1/+81 |
2016-04-29 | Fix decap-next for ethernet format in nsh-vxlan-gpe | Hongjun Ni | 1 | -0/+2 |
2016-04-29 | VPP-27 Extend telnet protocol buffer guard | Chris Luke | 1 | -1/+1 |
2016-04-29 | Add support for LCAF Instance ID | Filip Tehlar | 11 | -102/+976 |
2016-04-29 | Add lisp-gpe ip6 data-plane support | Florin Coras | 12 | -762/+1682 |
2016-04-29 | Clean up per-thread mheap setup. | Dave Barach | 3 | -25/+22 |
2016-04-28 | Fix for java8 releated breakage in make install-dep | Ed Warnicke | 1 | -2/+2 |
2016-04-28 | LISP IPv6 control support, create IPv6 header | Andrej Kozemcak | 2 | -15/+21 |
2016-04-28 | VXLAN over IPv6. | Chris Luke | 13 | -206/+793 |
2016-04-28 | Fix bug that prevented packet trace from working on multicore | Bud Grise | 1 | -6/+14 |
2016-04-28 | Add ability to set l2_mode_noprot | Christian Dechamplain (cdechamp) | 2 | -0/+36 |
2016-04-28 | VPP-8: Set java-8 for JNI | Marek Gradzki | 2 | -2/+15 |
2016-04-28 | Add histogram to frame queue tracing | Bud Grise | 3 | -32/+132 |
2016-04-28 | Python API: Fix mistaken removal of '_' in field names. | Ole Troan | 2 | -8/+23 |
2016-04-28 | Track number of ethernet vlans in a frame | Chris Luke | 9 | -9/+84 |
2016-04-28 | Update Makefile to add debuginfo RPMs for gdb | Thomas F Herbert | 1 | -1/+2 |
2016-04-28 | Fix Bug VPP-22 | Florin Coras | 1 | -1/+1 |
2016-04-27 | Increase the trace bufffer size | Chris Luke | 2 | -2/+2 |
2016-04-27 | ENIC driver updates for DPDK 16.04 and 2.2.0 | John Lo | 6 | -12/+3814 |
2016-04-27 | Remove historical artifacts from vnet/buffer.h | Dave Barach | 1 | -26/+0 |
2016-04-27 | VPP-18: Creating tap interface through API broken. Fixed and removed duplicat... | Ole Troan | 1 | -138/+50 |
2016-04-27 | Fix pcap trace capture crash for packets > 512 bytes | John Lo | 1 | -1/+2 |
2016-04-27 | CLI output pager | Chris Luke | 3 | -85/+744 |
2016-04-27 | Add "history" CLI command | Chris Luke | 1 | -24/+48 |
2016-04-27 | Add a (small) banner to the Debug and Telnet CLI | Chris Luke | 3 | -2/+65 |
2016-04-27 | Debug/Telnet CLI enhancements | Chris Luke | 2 | -222/+1063 |
2016-04-27 | HONEYCOMB-10: Add missing context parameter to *details structs | Maros Marsalek | 2 | -8/+24 |
2016-04-27 | Live VM migration support for vhost-user | Shesha Sreenivasamurthy | 2 | -4/+63 |