Age | Commit message (Expand) | Author | Files | Lines |
2016-11-02 | Update CSIT tests 161024 -> 161030 | Jan | 1 | -1/+1 |
2016-11-02 | vpp: remove unused code | Damjan Marion | 1 | -343/+0 |
2016-11-02 | Improve debug-cli in test framework | Klement Sekera | 2 | -3/+5 |
2016-11-02 | Allow empty DPDK device init config | Pierre Pfister | 1 | -0/+1 |
2016-11-02 | adj: fix typos | Damjan Marion | 1 | -6/+6 |
2016-11-01 | dpdk-hqos: don't hold up packets indefinitely under low load | David Hotham | 2 | -0/+34 |
2016-11-01 | feature: add new feature handling code and device-input features | Damjan Marion | 24 | -408/+690 |
2016-11-01 | Fix recursion loop - recurse through cover | Neale Ranns | 2 | -2/+72 |
2016-11-01 | VPP-437: ip6 hbh processing with FIB 2.0 | Shwetha | 5 | -164/+50 |
2016-11-01 | MPLS Exp-null Tests | Neale Ranns | 9 | -48/+289 |
2016-11-01 | vppinfra: add STATIC_ASSERT macro | Damjan Marion | 4 | -7/+17 |
2016-11-01 | fix typo in .gitignore | Klement Sekera | 1 | -1/+1 |
2016-11-01 | node: ensure that vlib_node_runtime_t is cacheline sized | Damjan Marion | 3 | -7/+9 |
2016-11-01 | l2: fix l2-patch node | Damjan Marion | 1 | -25/+10 |
2016-11-01 | dpdk: use u32 for next0 | Damjan Marion | 1 | -4/+4 |
2016-11-01 | config: rename ip_config_main_t to vnet_feature_config_main_t | Damjan Marion | 32 | -58/+64 |
2016-10-31 | add vpp debugging support to test framework | Klement Sekera | 11 | -188/+510 |
2016-10-31 | Update _slabshr fields when updating HQoS masks | David Hotham | 1 | -0/+6 |
2016-10-31 | VPP-120: add custom types support to jvpp | Marek Gradzki | 10 | -342/+779 |
2016-10-31 | vppinfra: use 64-bit crc32 instruction in bihash_24_8 | Damjan Marion | 2 | -24/+14 |
2016-10-31 | vhost-user: fix crash in vhost_user_intfc_tx (VPP-519) | Damjan Marion | 1 | -6/+0 |
2016-10-31 | VPP-478: SNAT address range overlapping | Matus Fabian | 1 | -0/+7 |
2016-10-31 | VPP-459: SNAT dump API for in and out interfaces | Matus Fabian | 4 | -61/+180 |
2016-10-29 | Initial deb packaging of vpp-python-api | Ed Warnicke | 5 | -1/+21 |
2016-10-29 | IPv6 Classify Forwarding Graph errors | Neale Ranns | 9 | -20/+25 |
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 |