aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/map
AgeCommit message (Expand)AuthorFilesLines
2019-11-25vlib: address vlib_error_t scaling issuestable/1901Steven Luong1-1/+1
2019-05-08plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-01-07MAP: Prevent duplicate MAP-E/T graph nodes.Jon Loeliger3-0/+35
2018-12-27MAP: Install lpm.h as map.h references it.Jon Loeliger1-0/+1
2018-12-21MAP: Convert from DPO to input feature.Jon Loeliger11-477/+582
2018-12-20Trivial: fix src/plugins/map/test.c memory leakPaul Vinciguerra1-1/+2
2018-12-19MAP: Add API support for MAP input feature.Jon Loeliger4-0/+216
2018-12-18MAP: Add longest matching prefix (LPM) data structuresOle Troan3-0/+220
2018-12-18MAP: Remove dual loop in MAP-T in preparation for refactor.Ole Troan3-587/+0
2018-12-17MAP: Encode ht-ratio as f64 for API.Jon Loeliger1-2/+2
2018-12-13MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call.Jon Loeliger1-1/+1
2018-12-13make build failure.Paul Vinciguerra1-1/+1
2018-12-11MAP: Add API support for setting parameters.Jon Loeliger4-212/+648
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-1/+1
2018-11-29MAP: Use bool type in map.api instead of u8.Ole Troan1-5/+5
2018-11-22MAP: Use explicit address/prefix types in APIOle Troan4-540/+26
2018-11-22Revert "Add support for MAP-T CE (VPP-1058)"Ole Troan5-442/+163
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach4-18/+16
2018-10-23c11 safe string handling supportDave Barach3-13/+13
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-4/+4
2018-09-28MAP: Add check for well known ports.Ole Troan1-0/+8
2018-09-27MAP: Correctly print ea-bits-len in map commands.Ole Troan1-1/+1
2018-09-27MAP: 64-bit DMROle Troan2-17/+15
2018-09-27IPIP and IPv6 fragmentationOle Troan4-19/+4
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+6
2018-08-27cmake: add missing vat pluginsDamjan Marion1-0/+3
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-2/+5
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion4-0/+459
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns1-3/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion4-9/+9
2018-06-25MAP: Move MAP-E/T to a plugin.Ole Troan16-0/+8656