odp4vpp.git
2016-11-01 Neale RannsMPLS Exp-null Tests
2016-11-01 Damjan Marionvppinfra: add STATIC_ASSERT macro
2016-11-01 Klement Sekerafix typo in .gitignore
2016-11-01 Damjan Marionnode: ensure that vlib_node_runtime_t is cacheline...
2016-11-01 Damjan Marionl2: fix l2-patch node
2016-11-01 Damjan Mariondpdk: use u32 for next0
2016-11-01 Damjan Marionconfig: rename ip_config_main_t to vnet_feature_config_...
2016-10-31 Klement Sekeraadd vpp debugging support to test framework
2016-10-31 David HothamUpdate _slabshr fields when updating HQoS masks
2016-10-31 Marek GradzkiVPP-120: add custom types support to jvpp
2016-10-31 Damjan Marionvppinfra: use 64-bit crc32 instruction in bihash_24_8
2016-10-31 Damjan Marionvhost-user: fix crash in vhost_user_intfc_tx (VPP-519)
2016-10-31 Matus FabianVPP-478: SNAT address range overlapping
2016-10-31 Matus FabianVPP-459: SNAT dump API for in and out interfaces
2016-10-29 Ed WarnickeInitial deb packaging of vpp-python-api
2016-10-29 Neale RannsIPv6 Classify Forwarding Graph errors
2016-10-28 Damjan Marionvppinfra: fix issue with bihash_8_8 hash function ...
2016-10-28 Damjan Marionpolicer: replace uintX_t with uX, fix style
2016-10-28 Juraj SlobodaUpdate test framework after API function change
2016-10-27 John LoFix potential L2 forwarding crash with stale L2FIB...
2016-10-27 Filip TehlarFix coverity issues in LISP
2016-10-27 Dave BarachPer-packet IPFIX record generation plugin
2016-10-26 Damjan Marionfeatures: fix crash due to missing null termination
2016-10-26 Thomas F HerbertFix description of devel package.
2016-10-26 Damjan Mariondpdk: enable building with dpdk 16.11-rc1
2016-10-26 Dave BarachFix unformat-at-eof bug
2016-10-26 Klement Sekerarefactor test framework
2016-10-26 Damjan Mariondpdk: remove support for dpdk 16.04
2016-10-26 Damjan Mariondpdk: remove support for dpdk 2.2
2016-10-26 Damjan Mariondpdk: remove KNI support
2016-10-26 Florin CorasUse only 24 bits for vni in lisp-gpe data packets
2016-10-26 Gabriel Gannepython api - vla - allow the user to pass in a normal...
2016-10-25 Damjan Mariondpdk: remove dpdk_pmd_constructor_init
2016-10-25 Marek GradzkiImprove equals generation for jvpp DTOs
2016-10-25 Marek GradzkiImprove JNI code generation (array truncation)
2016-10-25 Neale RannsSupport IETF routing Yang models (VPP-503).
2016-10-25 JanUpdate CSIT tests 161017 -> 161024
2016-10-25 John LoAdd API call of sw_interface_set_mpls_enable to vpp_api...
2016-10-25 Peter GinchevDisable colored output for tests, when not tty
2016-10-25 Marek GradzkiAdd generated python bindings to .gitignore
2016-10-25 Filip TehlarFix LISP src/dst based policy
2016-10-24 John LoFix VXLAN tunnel delete crash
2016-10-24 Marek GradzkiFix jvpp coverity issues #2
2016-10-24 Damjan Marionvppinfra: clib_memcpy optimization
2016-10-23 Neale RannsDual Loop Lookup and Adj-midchain
2016-10-22 Billy McFallVPP-504: Permissions Error on Centos Vagrant VPP VM
2016-10-21 Neale RannsFix Coverity Errors in FIB. This is mainly consolidatin...
2016-10-21 Dave BarachQuad-loop ip4_lookup_inline, add _x4 validate buffer...
2016-10-21 Dave BarachPretty-print vl_api_api_get_first_msg_id_t msgs
2016-10-21 ShwethaJava api generation for ioam trace plugin
2016-10-21 Ed WarnickeCandidate fix for race condition in building jvpp_commo...
2016-10-20 Damjan Marionvppinfra: add 256-bit vector typedefs
2016-10-19 Klement Sekeraimprove java build process
2016-10-19 Marek GradzkiFix coverity issues in jvpp (newlines + CompletableDump...
2016-10-18 Neale RannsDeprecate MPLSoGRE tunnels (VPP-502)
2016-10-18 pmikusDO_NOT_MERGE: Update CSIT tests 161002 -> 161017
2016-10-18 Peter GinchevFix test target build
2016-10-18 Pierre PfisterUpdate tx and output node runtime when recycling interface
2016-10-18 Neale RannsLoad-balancing in IP4 dual loop typos. (VPP-501)
2016-10-18 Pierre PfisterLoadBal: Use intrinsics and use protocol number
2016-10-17 Billy McFallVPP-491: Update CLI Command documentation for "show...
2016-10-17 John LoSupport MPLSoGRE with the new FIB 2.0
2016-10-17 Damjan Marionoam: fix compilation with gcc6
2016-10-17 Damjan Marionstyle: fix VLIB_NODE_FUNCTION_MULTIARCH indent
2016-10-17 Pavel KotucekVPP-492: Fix ability to change mac address of the interface
2016-10-15 Billy McFallVPP-488: Fix build errors, which uncovered IPv6 load...
2016-10-14 Billy McFallVPP-490: vpp crash in show ip6 neighbor
2016-10-14 Billy McFallVPP-489: CLI Command "test lookup" crashes with invalid...
2016-10-14 Neale RannsFIB2.0: Adjacency complete pull model (VPP-487)
2016-10-13 Florin CorasAdd macro for sending large data structures to API...
2016-10-13 Dave Barachadd xxx_or_null(...) message buffer allocation variants
2016-10-13 Damjan Marionfeature: rename vnet_ip_feature_* to vnet_feature_*
2016-10-13 Dave BarachAdd clib_mem_alloc_or_null(...)
2016-10-13 Billy McFallVPP-286: Add CLI Command documentation via doxygen...
2016-10-13 Damjan Marionvhost-user: Add reconnect support
2016-10-13 Matus FabianVPP-446: 1:1 SNAT Inside overlapping interfaces
2016-10-13 Matus FabianVPP-453: SNAT delete and dump addresses
2016-10-13 Matus FabianVPP-483: Fixed IPSec tunnel interface
2016-10-13 Pavel Kotucekvpp_lite: add cpu pinning support (VPP-467)
2016-10-12 Dave BarachFix coverity warnings, VPP-486
2016-10-12 Ole TroanVPP-213: vnet classifier does not work for l3 ip4 rules
2016-10-12 Neale RannsCoverity warnings in new FIB code (VPP-484)
2016-10-12 Filip TehlarVPP-362 Implement dumping of LISP adjacencies
2016-10-11 Dave BarachRename ip_feature_init_cast(...) to vnet_feature_arc_in...
2016-10-11 Miroslav MiklusVPP-474 Revert "FIX sysctl configuration directory"
2016-10-11 Damjan Marionvppinfra: use crc32q instruction instead of xxhash...
2016-10-11 Peter GinchevRebind kernel drivers on VPP uninstall
2016-10-10 Pierre PfisterTest: Add test case for Load Balancer plugin
2016-10-10 Juraj Slobodaipfix: add l4 unformat support for mask and match ...
2016-10-10 Juraj Slobodaipfix: add classification nodes for flow statistics...
2016-10-10 Dave BarachAdd signal handling
2016-10-10 Padraigplatform: rewrote vppctl script to include history
2016-10-10 Neale RannsFIB2.0: memory leaks during load-balance update (VPP...
2016-10-10 Ivan KellyFix double free in af_packet api/cli
2016-10-10 Marek GradzkiHONEYCOMB-228 Snat plugin jvpp support
2016-10-07 Pierre PfisterTest Infra: Add plugin support
2016-10-07 Neale Rannsunicast RPF for FIB2.0
2016-10-07 Alexander Popovsky... VPP-395 Add udp-punt node(s) and API
2016-10-07 Pavel KotucekVPP-466: PG pg_create_interface API returns wrong inter...
2016-10-07 Matus FabianVPP-464: Fix IPSec-GRE tunnel input with FIB 2.0
next