aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/map
AgeCommit message (Expand)AuthorFilesLines
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra1-1/+2
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto3-3/+3
2019-10-18map: python3 support in testsOle Troan1-8/+8
2019-10-09map: use ip6-full-reassembly instead of own codeKlement Sekera6-978/+30
2019-10-03map: fix DF[Don't fragment] ip4-map-t behaviourVladimir Ratnikov1-0/+11
2019-10-03map: fix indent-offKlement Sekera1-121/+133
2019-10-01map: use SVR for MAP-TKlement Sekera9-624/+69
2019-09-26map: use SVR for MAP-EKlement Sekera5-456/+172
2019-09-25api: split api generated filesOle Troan4-129/+6
2019-09-16api: autogenerate api trace print/endianOle Troan2-0/+6
2019-09-12map: fix non-null-terminated C-stringBenoƮt Ganne1-3/+4
2019-09-03api: enforce vla is last and fixed string typeOle Troan2-9/+8
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-0/+437
2019-08-19vppapigen map: raise ValueError when fieldname is python keywordPaul Vinciguerra2-6/+6
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