aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipip/ipip.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21ip: add support for buffer offload metadata in ip midchainArthur de Kerhor1-3/+43
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-6/+4
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns1-3/+3
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 Ranns1-0/+52
2020-12-09fib: supporting inner flow hash on tunnelsMohammed Hawari1-6/+14
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-04teib: Rename NHRP to TEIBNeale Ranns1-30/+30
2020-01-30gre: Tunnel encap/decap flagsNeale Ranns1-65/+88
2020-01-27ipip: Multi-point interfaceNeale Ranns1-43/+279
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns1-27/+13
2019-12-12ikev2: fix crash during SA rekeyFilip Tehlar1-1/+5
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns1-2/+2
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns1-19/+50
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-0/+18
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns1-91/+13
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns1-48/+17
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-09-27IPIP and IPv6 fragmentationOle Troan1-0/+4
2018-07-23fix vector index range checksEyal Bari1-1/+1
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-3/+1
2018-05-25VPP-1277: IPIP - Copy TOS/TC from inner packet to outer.Ole Troan1-6/+49
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-3/+4
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-4/+3
2018-03-14IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support.Ole Troan1-0/+566