aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mactime
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+24
2018-07-11VPP-1338: fix coverity warning in mactime pluginDave Barach1-1/+3
2018-06-23Tx feature node, for accounting purposesDave Barach3-136/+204
2018-06-21Null terminate name stringDave Barach1-1/+1
2018-06-20Nested-loop index typo. Oops.Dave Barach1-6/+6
2018-06-19Driver level time-based src mac filterDave Barach7-0/+1458