Age | Commit message (Expand) | Author | Files | Lines |
2016-10-28 | vppinfra: fix issue with bihash_8_8 hash function (VPP-518) | Damjan Marion | 1 | -1/+1 |
2016-10-28 | policer: replace uintX_t with uX, fix style | Damjan Marion | 8 | -1764/+1926 |
2016-10-28 | Update test framework after API function change | Juraj Sloboda | 1 | -0/+4 |
2016-10-27 | Fix potential L2 forwarding crash with stale L2FIB entry (VPP-516) | John Lo | 4 | -50/+44 |
2016-10-27 | Fix coverity issues in LISP | Filip Tehlar | 1 | -1/+2 |
2016-10-27 | Per-packet IPFIX record generation plugin | Dave Barach | 15 | -1/+1481 |
2016-10-26 | features: fix crash due to missing null termination | Damjan Marion | 1 | -8/+8 |
2016-10-26 | Fix description of devel package. | Thomas F Herbert | 1 | -10/+8 |
2016-10-26 | dpdk: enable building with dpdk 16.11-rc1 | Damjan Marion | 3 | -0/+29 |
2016-10-26 | Fix unformat-at-eof bug | Dave Barach | 1 | -1/+1 |
2016-10-26 | refactor test framework | Klement Sekera | 20 | -1867/+2658 |
2016-10-26 | dpdk: remove support for dpdk 16.04 | Damjan Marion | 12 | -2664/+10 |
2016-10-26 | dpdk: remove support for dpdk 2.2 | Damjan Marion | 3 | -68/+0 |
2016-10-26 | dpdk: remove KNI support | Damjan Marion | 5 | -228/+2 |
2016-10-26 | Use only 24 bits for vni in lisp-gpe data packets | Florin Coras | 2 | -3/+4 |
2016-10-26 | python api - vla - allow the user to pass in a normal python list | Gabriel Ganne | 1 | -2/+11 |
2016-10-25 | dpdk: remove dpdk_pmd_constructor_init | Damjan Marion | 2 | -76/+1 |
2016-10-25 | Improve equals generation for jvpp DTOs | Marek Gradzki | 1 | -6/+7 |
2016-10-25 | Improve JNI code generation (array truncation) | Marek Gradzki | 1 | -9/+14 |
2016-10-25 | Support IETF routing Yang models (VPP-503). | Neale Ranns | 32 | -115/+765 |
2016-10-25 | Update CSIT tests 161017 -> 161024 | Jan | 1 | -1/+1 |
2016-10-25 | Add API call of sw_interface_set_mpls_enable to vpp_api_test | John Lo | 2 | -0/+64 |
2016-10-25 | Disable colored output for tests, when not tty | Peter Ginchev | 1 | -5/+14 |
2016-10-25 | Add generated python bindings to .gitignore | Marek Gradzki | 1 | -0/+5 |
2016-10-25 | Fix LISP src/dst based policy | Filip Tehlar | 4 | -13/+259 |
2016-10-24 | Fix VXLAN tunnel delete crash | John Lo | 1 | -2/+2 |
2016-10-24 | Fix jvpp coverity issues #2 | Marek Gradzki | 12 | -277/+250 |
2016-10-24 | vppinfra: clib_memcpy optimization | Damjan Marion | 3 | -14/+11 |
2016-10-23 | Dual Loop Lookup and Adj-midchain | Neale Ranns | 2 | -145/+534 |
2016-10-22 | VPP-504: Permissions Error on Centos Vagrant VPP VM | Billy McFall | 1 | -1/+1 |
2016-10-21 | Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and ... | Neale Ranns | 20 | -156/+122 |
2016-10-21 | Quad-loop ip4_lookup_inline, add _x4 validate buffer enqueue | Dave Barach | 2 | -65/+201 |
2016-10-21 | Pretty-print vl_api_api_get_first_msg_id_t msgs | Dave Barach | 1 | -1/+12 |
2016-10-21 | Java api generation for ioam trace plugin | Shwetha | 9 | -8/+321 |
2016-10-21 | Candidate fix for race condition in building jvpp_common and jvpp_registry | Ed Warnicke | 1 | -0/+1 |
2016-10-20 | vppinfra: add 256-bit vector typedefs | Damjan Marion | 1 | -0/+15 |
2016-10-19 | improve java build process | Klement Sekera | 1 | -34/+24 |
2016-10-19 | Fix coverity issues in jvpp (newlines + CompletableDumpFuture.ctxId) | Marek Gradzki | 11 | -31/+31 |
2016-10-18 | Deprecate MPLSoGRE tunnels (VPP-502) | Neale Ranns | 18 | -2219/+903 |
2016-10-18 | DO_NOT_MERGE: Update CSIT tests 161002 -> 161017 | pmikus | 1 | -1/+1 |
2016-10-18 | Fix test target build | Peter Ginchev | 1 | -6/+10 |
2016-10-18 | Update tx and output node runtime when recycling interface | Pierre Pfister | 1 | -0/+18 |
2016-10-18 | Load-balancing in IP4 dual loop typos. (VPP-501) | Neale Ranns | 1 | -2/+2 |
2016-10-18 | LoadBal: Use intrinsics and use protocol number | Pierre Pfister | 3 | -209/+307 |
2016-10-17 | VPP-491: Update CLI Command documentation for "show ip fib" and "show ip6 fib". | Billy McFall | 4 | -108/+331 |
2016-10-17 | Support MPLSoGRE with the new FIB 2.0 | John Lo | 3 | -127/+50 |
2016-10-17 | oam: fix compilation with gcc6 | Damjan Marion | 1 | -5/+6 |
2016-10-17 | style: fix VLIB_NODE_FUNCTION_MULTIARCH indent | Damjan Marion | 3 | -15/+26 |
2016-10-17 | VPP-492: Fix ability to change mac address of the interface | Pavel Kotucek | 1 | -2/+5 |
2016-10-15 | VPP-488: Fix build errors, which uncovered IPv6 load balance lookup bug. | Billy McFall | 12 | -35/+74 |