Age | Commit message (Expand) | Author | Files | Lines |
2016-06-09 | VPP-115: Remove stale ACL CLIs which are not supported |  John Lo | 2 | -39/+3 |
2016-06-08 | VPP-127: Make rpm/deb provide vpp group to access vpp-api |  Ed Warnicke | 4 | -0/+16 |
2016-06-08 | VPP-124: Fix rpms to work out of the box. |  Ed Warnicke | 3 | -1/+17 |
2016-06-08 | Increase jvpp connection timeout |  Maros Marsalek | 1 | -2/+2 |
2016-06-07 | VPP-83: fix collateral damage |  Dave Barach | 1 | -0/+1 |
2016-06-07 | Fix missing null termination in DPDK EAL Args |  Damjan Marion | 1 | -2/+2 |
2016-06-07 | Adjust buffer data offset based on rte_mbuff data_off |  Damjan Marion | 1 | -11/+6 |
2016-06-07 | Rebase DPDK patches |  Damjan Marion | 7 | -100/+139 |
2016-06-07 | VPP-110: vxlan encap node should never touch a deleted tunnel |  John Lo | 5 | -85/+141 |
2016-06-07 | Multicore support for vCGN |  Shesha Sreenivasamurthy | 1 | -5/+91 |
2016-06-07 | Add u32[] type handling in reply messages to jvpp |  Marek Gradzki | 1 | -3/+16 |
2016-06-07 | Fix link down issue of vxlan-gpe interface |  Hongjun Ni | 1 | -26/+38 |
2016-06-07 | IPv6 HBH: Refactor code. Separate out RFC2460 HBH handling and the more exper... |  Ole Troan | 8 | -568/+620 |
2016-06-07 | ONE-18: Fix trailing garbage string in LISP status dump API |  Filip Tehlar | 1 | -0/+2 |
2016-06-06 | Add startup conf options to set per-interface descriptor ring size |  Damjan Marion | 3 | -7/+21 |
2016-06-05 | VPP-94: Add build-data directory for plugins and Makefile target |  Pierre Pfister | 3 | -2/+8 |
2016-06-05 | VPP-112: linux kernel info missing from build log |  Dave Wallace | 1 | -0/+9 |
2016-06-05 | VPP-113: BVI shall filter unicast DMAC for L2 to L3 forwading |  John Lo | 5 | -15/+26 |
2016-06-05 | Add per-device startup config support |  Damjan Marion | 7 | -81/+183 |
2016-06-05 | dpdk: download from dpdk.org |  Thomas Monjalon | 1 | -6/+6 |
2016-06-04 | Add dpdk config parameter: poll-sleep <nn> |  Dave Barach | 3 | -21/+24 |
2016-06-04 | VPP-100: Fix IP4 local handling of TCP/IP fragmented packet |  John Lo | 1 | -3/+3 |
2016-06-03 | Sample plugin moved to .../plugins/sample-plugin |  Dave Barach | 1 | -4/+4 |
2016-06-03 | VPP-107 Fix for mistake that breaks pkg-rpm in |  Ed Warnicke | 1 | -0/+1 |
2016-06-02 | VPP-92 Fixup some srv6 issues |  Chris Luke | 2 | -60/+70 |
2016-06-02 | VPP-106: Patch e40i driver to support VLAN sub-interface |  John Lo | 1 | -0/+41 |
2016-06-02 | VPP-91 fix sr tunnel add_del collision check |  Chris Luke | 1 | -58/+85 |
2016-06-02 | VPP-100: Fix IPv4 local handling of IP fragmented packets |  John Lo | 1 | -3/+7 |
2016-06-01 | VPP-105 Map API SHM uid/gid name to number |  Chris Luke | 1 | -1/+53 |
2016-06-01 | VPP-83 Allow non-privileged clients to use the vpp binary API. |  Dave Barach | 10 | -61/+108 |
2016-06-01 | VPP-98 Dedicated storage for VXLAN over IPv6 hash keys |  Chris Luke | 3 | -53/+66 |
2016-06-01 | vagrant: disable automatic update on start |  Thomas Monjalon | 1 | -0/+1 |
2016-05-31 | Fix build-root/scripts/version to not have spurious ~ |  Ed Warnicke | 1 | -3/+2 |
2016-05-31 | Fix u16 type handling in jvpp |  Marek Gradzki | 3 | -4/+133 |
2016-05-31 | VPP-102: vHost reconnect to previously used sockets on VPP restart |  John Lo | 1 | -0/+8 |
2016-05-31 | VPP97: Flooding of pkts with multiple buffers in BD with BVI crashes VPP |  John Lo | 2 | -9/+3 |
2016-05-31 | Fix hash table bogus read in ip6 vxlan-gpe |  Florin Coras | 2 | -13/+3 |
2016-05-31 | Add CLI/API for clearing all remote mappings |  Filip Tehlar | 5 | -28/+90 |
2016-05-31 | ONE-15: Fix duplicate locator, refactoring locator |  Andrej Kozemcak | 3 | -246/+156 |
2016-05-31 | ONE-16: Locators are not properly cleaned |  Filip Tehlar | 1 | -2/+16 |
2016-05-30 | Add Dump API for VxLAN-GPE tunnel |  Hongjun Ni | 6 | -38/+202 |
2016-05-28 | VPP-84 af_packet retry on EAGAIN, count on errors |  Chris Luke | 2 | -9/+32 |
2016-05-28 | VPP-96 ENID driver update for rx of jumbo pkts using muliple mbuf's |  John Lo | 4 | -2/+800 |
2016-05-29 | Fix VxLAN-GPE add_del API issue |  Hongjun Ni | 1 | -2/+2 |
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 |