summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/map
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion16-9267/+0
2016-12-06MAP: Split MAP API out of vpe.api.Ole Troan2-0/+473
2016-12-05Locally generated packet go through lookup/load-balance - locally-generated i...Neale Ranns1-1/+1
2016-11-07use STATIC_ASSERT macro instead of calling _Static_assert directlyDamjan Marion1-2/+2
2016-10-31vppinfra: use 64-bit crc32 instruction in bihash_24_8Damjan Marion1-1/+9
2016-10-25Support IETF routing Yang models (VPP-503).Neale Ranns1-3/+3
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns4-142/+395
2016-09-20Add structure to some of the documentation; VPP-223Chris Luke1-1/+1
2016-09-12MAP: Doxyfying CLI macros - VPP-165Ole Troan1-48/+158
2016-08-29VPP-310 Mapping algorithm compute wrong ea-bitsOle Troan3-2/+208
2016-08-25VPP-228 VPP-326: MAP: Adding additional API/CLI input parameter checks.Ole Troan1-19/+30
2016-08-17Coding standards cleanup - remove trailing whitespace, fixes VPP-332Damjan Marion3-11/+11
2016-08-12VPP-237: indent fixes in prep for checkstyleEd Warnicke4-31/+25
2016-08-12VPP-189 fix more coverity warningsDave Barach1-3/+3
2016-08-11Coverty error: Incorrect expression (PW.ASSIGN_WHERE_COMPARE_MEANT)Ole Troan1-6/+13
2016-08-08VPP-189 Clean up more coverity warningsDave Barach1-1/+2
2016-08-08VPP-263 - Coding standards cleanup - vnet/vnet/mapKeith Burns (alagalah)6-3642/+5035
2016-07-30VPP-189: Fix another batch of coverity warningsDave Barach2-2/+2
2016-06-156rd: Move to pluginOle Troan4-752/+0
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion5-11/+11
2016-04-20Python-API: Inital commit of Python bindings for the VPP API.Ole Troan1-0/+141
2016-03-14fix declaration of symbol of different sizeJean-Mickael Guerin4-19/+16
2016-03-04Use xxhash in map code when SSE4.2 not availableDamjan Marion1-1/+1
2016-01-25MAP: Ensure fragmented packets get from ip4_map to ip4_map_reass.Ole Troan1-4/+8
2016-01-25MAP: Fix handling of jumbo frames.Ole Troan1-3/+0
2016-01-22aarch64 CPU arch / ThunderX platform initial supportDave Barach1-1/+1
2016-01-21PowerPC64-be arch support. Qemu ("qppc") platform support.Dave Barach1-0/+11
2016-01-17MAP: Updated rules generation script.Ole Troan2-23/+216
2016-01-14Dual loop decrement TTL.Ole Troan3-33/+124
2016-01-07- ICMP6: Add generic ICMP6 error node. Caller sets code/type fields.Ole Troan4-20/+102
2016-01-06MAP: Decrement TTL of payload IPv4 packet.Ole Troan3-2/+36
2016-01-05Fix dual loop >= 4. Fix format specified for printing u64 counter.Ole Troan3-4/+4
2016-01-05Clean up script to generate LW46 bindings / MAP-E rules.Ole Troan4-785/+53
2015-12-18Fix warnings/errors reported by clangDamjan Marion2-3/+3
2015-12-16Fix warnings in MAP-T codeDamjan Marion1-1/+1
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke16-0/+7745