aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/srv6/sr_localsid.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-22/+0
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-16/+16
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-5/+5
2020-07-28sr: fix prefix_len type parsingBenoƮt Ganne1-1/+1
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-04-08sr: Fix the coverity issueTetsuya Murakami1-15/+5
2020-04-07sr: Support uSID function.Tetsuya Murakami1-9/+792
2020-03-25sr: Change the CLI keyword from address to prefix.Tetsuya Murakami1-1/+1
2020-03-21srv6-mobile: Fix the localsid length issue on vnet/srv6Tetsuya Murakami1-5/+6
2020-03-12sr: SRv6 uN behaviorPablo Camarillo1-26/+35
2020-02-11sr: update NH value for Ethernet payloadspcamaril1-1/+1
2020-01-27sr: fix possible null-pointer dereferenceIgnas Bacius1-1/+1
2020-01-16sr: some fixes for SRv6 CLI/APIAhmed Abdelsalam1-3/+8
2019-11-19srv6-mobileTetsuya Murakami1-20/+52
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera1-12/+20
2019-07-28sr: fix srv6 end.t behaviorAhmed Abdelsalam1-1/+2
2018-10-23c11 safe string handling supportDave Barach1-3/+3
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 Camarillo1-2/+1
2018-03-14srv6: minor CLI modificationsFrancois Clad1-2/+2
2018-02-27SRv6: API uses table-IDs not FIB indiciesNeale Ranns1-3/+3
2017-08-22SRv6 testsKris Michielsen1-29/+196
2017-06-07VPP-872 and End.T function for SRv6Pablo Camarillo1-98/+93
2017-05-05First commit SR MPLSPablo Camarillo1-0/+1492