aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mactime
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion4-30/+0
2022-09-26api: replace print functions wth formatDamjan Marion2-6/+3
2022-07-06misc: pass NULL instead of 0 for pointer in variadic functionsAndreas Schultz1-1/+1
2022-03-09stats: refactorDamjan Marion1-1/+1
2022-02-02http_static: add support for async tx from handlersFlorin Coras1-8/+7
2022-01-30http_static: incorporate builtinurl pluginFlorin Coras1-2/+1
2022-01-27http_static: code cleanupFlorin Coras1-3/+2
2022-01-15mactime: fix memory leakDave Barach1-1/+2
2021-11-12build: remove unnecesary link depsDamjan Marion1-1/+0
2021-09-28api: API trace improvementsFilip Tehlar1-8/+6
2021-05-13tests: move test source to vpp/testDave Wallace1-160/+0
2021-04-19interface: interface-output end node reworkDamjan Marion1-3/+2
2021-03-11misc: fix gcc-11 buildDamjan Marion1-5/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion4-18/+18
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns2-2/+2
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2020-08-13stats: remove offsets on vpp sideOle Troan1-16/+14
2020-06-07mactime: print error if feature not enabledDave Barach1-1/+8
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-1/+2
2020-03-12vppinfra: refactor clib_timebase_tDave Barach3-4/+6
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns4-26/+48
2019-12-10api: multiple connections per processDave Barach2-2/+2
2019-12-06mactime: update api to use explicit typesOle Troan2-11/+15
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra1-0/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-18mactime: fix handle_get_mactime fcn prototypeDave Barach1-4/+5
2019-10-14mactime: add the "mactime.json" builtin URLDave Barach5-1/+181
2019-10-13mactime: pass context in reply to mactime_dumpKeith Burns1-0/+1
2019-10-10tests: add cli_return_response to vpp_papi_providerDave Barach1-1/+6
2019-10-10mactime: fix undefined symbol in mactime_testOle Troan1-1/+2
2019-10-07mactime: add a "top" command to watch device statsDave Barach7-25/+938
2019-10-07mactime: remove unnecessary function declarationNeale Ranns1-2/+0
2019-09-30mactime: remove api boilerplateOle Troan6-214/+10
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-0/+155
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-1/+1
2019-07-09vat: unload unused vat pluginsDave Barach1-19/+1
2019-06-08mactime: add per-mac allow-with-quota featureDave Barach5-15/+73
2019-06-04mactime: upstream new featuresDave Barach6-25/+161
2019-05-09add mactime plugin unit / code coverage testsDave Barach1-5/+2
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-01-30Use IP and MAC API types for neighborsNeale Ranns2-3/+2
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-5/+6
2018-11-01Fix API name_crc format stored in msg_api_tableIgor Mikhailov (imichail)1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-09-11VAT: plugin load errorsOle Troan1-2/+19
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+4
2018-08-25cmake: handle api_test_plugins in add_vpp_plugin macroDamjan Marion1-4/+1
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-3/+6
2018-08-22Consolidate the [un]format_mac_address implementationsNeale Ranns2-24/+1