aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/srv6
AgeCommit message (Expand)AuthorFilesLines
2020-05-13sr: fix srv6/srv6-ad/srv6-as promisc mode switchJohn Lo1-16/+10
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra1-2/+2
2020-04-20sr: fix non-NULL terminated string overflowBenoît Ganne1-1/+1
2020-04-08sr: Fix the coverity issueTetsuya Murakami1-15/+5
2020-04-07sr: fix byte-order in steering APIIgnas Bacius1-2/+2
2020-04-07sr: Support uSID function.Tetsuya Murakami3-12/+813
2020-03-25sr: Change the CLI keyword from address to prefix.Tetsuya Murakami1-1/+1
2020-03-23sr: srv6 API cleanupJakub Grajciar3-98/+138
2020-03-21srv6-mobile: Fix the localsid length issue on vnet/srv6Tetsuya Murakami1-5/+6
2020-03-21srv6-mobile: Support GTP4/6.DT and User Plane message mappingTetsuya Murakami1-0/+7
2020-03-12sr: SRv6 uN behaviorPablo Camarillo4-33/+42
2020-02-26srv6-mobile: Cherry-pick the update document from stable/2001Satoru Matsushima1-0/+1
2020-02-11sr: update NH value for Ethernet payloadspcamaril2-11/+11
2020-01-27sr: fix possible null-pointer dereferenceIgnas Bacius1-1/+1
2020-01-16sr: some fixes for SRv6 CLI/APIAhmed Abdelsalam2-4/+19
2020-01-15srv6-mobile: Revert "srv6-mobile:"Andrew Yourtchenko1-7/+0
2020-01-14srv6-mobile:Tetsuya Murakami1-0/+7
2020-01-10sr: feature YAML files for Segment Routingpcamaril1-0/+16
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-05srv6-mobileTetsuya Murakami3-18/+258
2019-11-19srv6-mobileTetsuya Murakami3-27/+71
2019-10-23sr: add "set sr encaps hop-limit" commandIgnas Bačius5-1/+74
2019-10-10sr: fix deleting an SR l2 steering policyAhmed Abdelsalam1-3/+7
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera2-24/+35
2019-08-22sr: fix sr_set_encap_source replyVratko Polak1-1/+1
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-3/+3
2019-07-28sr: ipv6 segment routing header (srh) updateAhmed Abdelsalam4-1581/+18
2019-07-28sr: fix srv6 end.t behaviorAhmed Abdelsalam1-1/+2
2019-04-08fixing typosJim Thompson1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach3-213/+216
2018-10-23c11 safe string handling supportDave Barach4-14/+15
2018-09-14Fix memory leak in API/CLI to create/modify SR policiesJohn Lo2-0/+4
2018-07-12srv6: fix pointers in quad loopsFrancois Clad1-6/+6
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-2/+2
2018-06-19Fixed bugs in SRv6 APIPablo Camarillo3-56/+216
2018-04-25Fix some build warnings about "Old Style VLA"Juraj Sloboda1-2/+7
2018-03-14srv6-plugins: fixing documentationFrancois Clad1-0/+7
2018-03-14srv6: minor CLI modificationsFrancois Clad4-15/+14
2018-02-27SRv6: API uses table-IDs not FIB indiciesNeale Ranns1-3/+3
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-9/+7
2018-01-09VPP-1120 SRv6 bug with SID list containing only one SID and no srhPablo Camarillo1-26/+64
2018-01-09api: refactor vlibmemoryFlorin Coras1-2/+2
2017-11-27SRv6 improvements to binary APIPablo Camarillo4-22/+84
2017-11-10add classify session action set-sr-policy-indexGabriel Ganne1-0/+24
2017-11-09BIERNeale Ranns1-1/+1
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-2/+6
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke1-0/+10
2017-09-11FIB table add/delete APINeale Ranns2-4/+8
2017-08-22SRv6 testsKris Michielsen3-32/+201