aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/srv6-ad
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion2-10/+0
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-2/+0
2022-03-21vppinfra: use clib_mem_allocDamjan Marion1-1/+1
2021-10-13docs: convert plugins doc md->rstNathan Skrzypczak2-73/+86
2021-05-13tests: move test source to vpp/testDave Wallace2-1007/+0
2020-05-13sr: fix srv6/srv6-ad/srv6-as promisc mode switchJohn Lo1-3/+11
2020-04-07sr: Support uSID function.Tetsuya Murakami1-1/+3
2020-03-23sr: srv6 API cleanupJakub Grajciar1-55/+29
2020-02-11sr: update NH value for Ethernet payloadspcamaril2-3/+3
2020-01-10sr: feature YAML files for Segment Routingpcamaril1-0/+8
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+1
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-2/+0
2019-11-19srv6-mobileTetsuya Murakami2-5/+9
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace2-0/+1033
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoƮt Ganne2-1/+2
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-19/+19
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+3
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-1/+2
2018-08-22srv6-ad: Adding support for L2 trafficFrancois Clad3-101/+344
2018-08-22srv6-ad: Adding rewrite countersFrancois Clad3-36/+82
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+17
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-04-10srv6-ad: fixing cache size issueFrancois Clad3-11/+18
2018-03-14srv6-plugins: fixing documentationFrancois Clad1-19/+69
2018-02-01srv6-ad: fixing coverity issuesFrancois Clad1-8/+32
2018-01-29SRv6 dynamic proxy pluginFrancois Clad4-0/+979