aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipip
AgeCommit message (Expand)AuthorFilesLines
6 daysipip: specify af for a tunnel ip addressesAnton Nikolaev1-11/+12
2024-03-21ip: add support for buffer offload metadata in ip midchainArthur de Kerhor1-3/+43
2024-03-12misc: remove GNU Indent directivesDamjan Marion5-32/+0
2023-07-14ipip: populate mode in tunnel detailsMatthew Smith1-2/+19
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-6/+4
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns1-1/+2
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns2-3/+6
2021-10-18api: remove legacy pd msg handlersKlement Sekera1-1/+0
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak1-4/+0
2021-02-15fib: Always honour flow hash flagNeale Ranns1-8/+15
2021-02-08tunnel: support copying TTL and flow label from inner to outerNeale Ranns1-2/+3
2021-01-07ipip: Support MPLS over IPNeale Ranns2-5/+69
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-5/+5
2020-12-09fib: supporting inner flow hash on tunnelsMohammed Hawari2-7/+15
2020-12-08tunnel: add cli support for encap_decap flagsMohammed Hawari1-2/+7
2020-12-08ipip: correct ipip_cli.c indentationMohammed Hawari1-212/+277
2020-11-19ipip: Don't crash when showing non-existant tunnel indexNeale Ranns1-0/+2
2020-09-22ipip: Add option to tunnel create help stringNeale Ranns1-1/+1
2020-09-17teib: Use ip_address_t not ip46_address_tNeale Ranns1-8/+10
2020-09-17teib: Add adj-fibs for peers/adjacencies on p2mp interfaceNeale Ranns1-1/+2
2020-05-04fib: midchain adjacency optimisationsNeale Ranns1-11/+27
2020-02-21ipip: Unintialized return variable (coverity warning)Neale Ranns1-0/+1
2020-02-04teib: Rename NHRP to TEIBNeale Ranns1-30/+30
2020-01-30gre: Tunnel encap/decap flagsNeale Ranns2-85/+100
2020-01-27ipip: Multi-point interfaceNeale Ranns7-79/+386
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns9-190/+27
2019-12-12ikev2: fix crash during SA rekeyFilip Tehlar1-1/+5
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns2-6/+6
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns9-34/+258
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra1-9/+11
2019-10-15ipip: fix typos in short_helpIgnas Bacius1-3/+3
2019-09-25api: split api generated filesOle Troan2-65/+31
2019-07-19fib: FIB Entry trackingNeale Ranns1-10/+7
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-2/+2
2019-06-18ipsec: ipsec-tun protectNeale Ranns2-1/+21
2019-05-31tools: FEATURE.yaml meta-data infrastructureOle Troan1-0/+22
2019-05-30ipip: refactor ipip.api with explicit typesOle Troan2-24/+16
2019-05-27IPIP tunnel: use address types on APINeale Ranns2-46/+48
2019-04-196rd: fix debug cli short-helpBenoƮt Ganne1-1/+2
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns2-110/+22
2019-03-06ipip: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-11/+5
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns2-51/+20
2018-11-29API: Add support for type aliasesOle Troan1-6/+7
2018-10-23c11 safe string handling supportDave Barach3-4/+4
2018-09-27IPIP and IPv6 fragmentationOle Troan2-0/+12
2018-08-22IPIP and SIXRD tunnels create API needs table-IDs not fib-indexesNeale Ranns5-59/+136
2018-08-10IP fragmentation to handle buffer chains.Ole Troan2-5/+14
2018-07-30SIXRD: fix post introduction of the directed subnet broadcastNeale Ranns1-11/+2
2018-07-23fix vector index range checksEyal Bari1-1/+1