Age | Commit message (Expand) | Author | Files | Lines |
2016-05-27 | VPP-95 VXLAN add_del API intermittent failure |  Chris Luke | 2 | -3/+3 |
2016-05-27 | Fix dpdk march/mtune defaults |  Damjan Marion | 1 | -1/+1 |
2016-05-26 | Add show command for LISP map resolvers |  Filip Tehlar | 1 | -0/+21 |
2016-05-25 | Move dpdk startup config data to separate struct |  Damjan Marion | 8 | -138/+148 |
2016-05-25 | ONE-14: Fix crash when re-enable Lisp |  Andrej Kozemcak | 1 | -4/+9 |
2016-05-25 | Add Vxlan-Gpe over IPv6 |  Hongjun Ni | 9 | -715/+1021 |
2016-05-24 | VPP-86: fix array copy in generated JNI code |  Marek Gradzki | 4 | -22/+169 |
2016-05-24 | Fix an issue in format_vxlan_gpe_tunnel |  Hongjun Ni | 1 | -0/+4 |
2016-05-23 | Native VPP driver for Intel Niantic family of NICs |  Damjan Marion | 11 | -0/+4560 |
2016-05-23 | Move rte_delay_us_override so it overrides DPDK |  Todd Foggoa | 3 | -42/+47 |
2016-05-23 | Create /plugins directory, move sample-plugin |  Dave Barach | 9 | -0/+0 |
2016-05-23 | VPP-81: Print interface name after creating an interface with CLI |  Pierre Pfister | 17 | -22/+48 |
2016-05-23 | Add LISP RTR support |  Filip Tehlar | 7 | -44/+392 |
2016-05-23 | Changed JVPP interface for construction and connectivity |  Tibor Sirovatka | 10 | -36/+77 |
2016-05-21 | Add per-thread, per-node runtime stats serialization |  Dave Barach | 8 | -64/+322 |
2016-05-20 | VPP-80: netmap binary API message element name collision |  Dave Barach | 3 | -8/+8 |
2016-05-20 | VPP-79: fix cross-compilation build break |  Dave Barach | 1 | -3/+3 |
2016-05-20 | VPP-77 Creating VXLAN over IPv6 via API fails |  Chris Luke | 1 | -2/+2 |
2016-05-20 | Add policer dump API |  Matus Fabian | 3 | -0/+299 |
2016-05-19 | VPP-74 Fix signedness issue when terminal resizes |  Chris Luke | 1 | -4/+9 |
2016-05-19 | Remove unused PCI code |  Damjan Marion | 1 | -7/+0 |
2016-05-19 | Add support for multiple microarchitectures in single binary |  Damjan Marion | 72 | -34/+439 |
2016-05-18 | Add netmap API |  Matus Fabian | 7 | -10/+208 |
2016-05-18 | Rework of the old PCI code |  Damjan Marion | 11 | -339/+476 |
2016-05-17 | Set java artifact versions to 16.09 for master |  Ed Warnicke | 1 | -1/+1 |
2016-05-17 | dpdk/Makefile - Allow dpdk target to be set according to the platform |  Christophe Fontaine | 3 | -4/+31 |
2016-05-17 | dpdk/build - 32bits compilation |  Christophe Fontaine | 4 | -28/+28 |
2016-05-17 | dpdk/init - Add compatibility to non numa architecture |  Christophe Fontaine | 1 | -4/+25 |
2016-05-17 | Fix output feature issue where opque field is already used by previous node |  Damjan Marion | 2 | -3/+8 |
2016-05-17 | vppinfra - ARM: cycle count 64bits register is only available on ARMv8 |  Christophe Fontaine | 1 | -2/+9 |
2016-05-16 | VPP-23 Re-work pager line collationv16.09-rc0 |  Chris Luke | 1 | -88/+364 |
2016-05-16 | VPP-61 Patch2/2 Removing NSH from VPP for move to NSH_SFC |  Keith Burns (alagalah) | 10 | -1038/+5 |
2016-05-16 | VPP-61 Patch1/2 - Remove NSH from VPP |  Keith Burns (alagalah) | 6 | -127/+0 |
2016-05-16 | VPP-58: Fix build on AMD Opteron |  Damjan Marion | 1 | -1/+1 |
2016-05-16 | Add build number to VPP version if BUILD_NUMBER var is set |  Damjan Marion | 1 | -2/+6 |
2016-05-16 | Add configure policer API |  Matus Fabian | 6 | -47/+253 |
2016-05-16 | VPP-68: L2 Rewrite: Support for chained classify tables |  Pierre Pfister | 1 | -0/+18 |
2016-05-16 | VPP-69: Create fib or bridge domain with arbitrary ID |  Pierre Pfister | 6 | -3/+89 |
2016-05-16 | VPP-57 Add missing license headers in doc files |  Chris Luke | 8 | -0/+134 |
2016-05-16 | VPP-64: Fix top-level "make pkg-deb" which breaks if CDPATH is set in the user's |  Dave Wallace | 1 | -0/+9 |
2016-05-16 | VPP-65: Fix top-level "make install-dep" to work behind a firewall / |  Dave Wallace | 1 | -4/+4 |
2016-05-15 | ONE-13: Add CLI/API for LISP static remote mappings |  Filip Tehlar | 7 | -1/+482 |
2016-05-15 | VPP-62 Add a doxy filter to enable vpe.api doc |  Chris Luke | 3 | -5/+67 |
2016-05-14 | VPP-63: clean up config scripts, remove specific hostnames |  Dave Barach | 37 | -59/+45 |
2016-05-13 | VPP-57 Add doxygen build dependencies |  Chris Luke | 1 | -4/+9 |
2016-05-13 | ONE-7: Fix map-request encapsulation |  Florin Coras | 1 | -68/+81 |
2016-05-13 | Whitespace probe for CI |  Ed Warnicke | 1 | -1/+1 |
2016-05-13 | VPP-57 Add Doxygen to VPP |  Chris Luke | 19 | -61/+2996 |
2016-05-13 | VPP43 - NSH refactoring: Added nsh-map nodes |  Keith Burns (alagalah) | 23 | -2987/+1747 |
2016-05-13 | ONE-11: Fix bugs in LISP API |  Andrej Kozemcak | 4 | -14/+99 |