aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/map
AgeCommit message (Expand)AuthorFilesLines
2020-08-13map: handle IPv6 extension headers for TCP/UDPVladimir Isaev1-2/+2
2020-08-12map: honor pre-resolve param in map-tAlexander Chernavin6-30/+153
2020-08-12map: Prevent IPv4 prefix spoofing during IPv6 -> IPv4Jon Loeliger2-2/+279
2020-08-12map: api: fix tag overflow and leakBenoît Ganne2-4/+6
2020-08-12map: Fix a coverity MAP dead-code issue.Jon Loeliger1-3/+0
2020-08-12map: Avoid null dereference in 'map show' and 'map del'Jon Loeliger1-12/+22
2020-08-12map: Fix inverted 'map security check enable' CLI flag.Jon Loeliger1-2/+2
2019-09-30map: fix non-null-terminated C-stringBenoît Ganne1-3/+4
2019-09-09api: enforce vla is last and fixed string typeOle Troan2-9/+8
2019-08-23tests: move plugin tests to src/plugins/*/testDave Wallace1-0/+437
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha032-12/+9
2019-07-30vppinfra: refactor use of CLIB_MEMORY_BARRIER ()jaszha031-2/+2
2019-07-30vppinfra: conformed spinlocks to use CLIB_PAUSEjaszha031-2/+3
2019-07-23vlib: address vlib_error_t scaling issueDave Barach1-1/+1
2019-07-19fib: FIB Entry trackingNeale Ranns1-13/+4
2019-07-08map gbp papi: match endianess of f64Paul Vinciguerra1-5/+3
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-6/+6
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns1-1/+0
2019-06-18api: string type to convert to vectorOle Troan3-23/+18
2019-05-31tools: FEATURE.yaml meta-data infrastructureOle Troan1-0/+13
2019-05-29map: Use vl_api_string macros.Paul Vinciguerra2-27/+9
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-03-22MAP: Crush Coverity ComplaintJon Loeliger1-1/+1
2019-03-19MAP: Add optional user-supplied 'tag' field in MAPs.Jon Loeliger4-14/+135
2019-03-11VPP-1533: Deleting a non-existent pre-resolved MAP next-hop causes VPP core dumpOle Troan1-7/+10
2019-02-26Remove fake MAP domain 0 entry.Jon Loeliger1-7/+1
2019-02-02VPP-1543: show map stats crash when not configured.Ole Troan1-1/+1
2019-01-20minor fixup in map doc (people -> seconds)Jim Thompson1-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