aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/ipsec_tun.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-14/+0
2022-08-19ipsec: enable UDP encap for IPv6 ESP tun protectMatthew Smith1-9/+5
2022-01-17ipsec: IPSec interface correct drop w/ no protectionNeale Ranns1-8/+2
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns1-57/+71
2021-10-07ipsec: fix protect update log if nexthop is NULLBenoît Ganne1-2/+3
2021-07-29ipsec: move startup config to common fileZachary Leaf1-51/+1
2021-02-25ipsec: enable input features on tunnelsBrian Russell1-0/+45
2021-02-10ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-7/+7
2021-02-09Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"Matthew Smith1-7/+7
2021-02-08ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-7/+7
2021-02-08ipsec: Checking wrong DB for initialistationNeale Ranns1-17/+17
2021-01-18ipsec: Support MPLS over IPSec[46] interfaceNeale Ranns1-16/+31
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns1-108/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-10-21ipsec: support for multipoint on ipsec interfacesNeale Ranns1-2/+3
2020-10-21ipsec: Add to the SA info directly in the bihashNeale Ranns1-22/+30
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-1/+1
2020-10-08ipsec: Allow SAs with NULL auth &crypto on IPSec interfaceNeale Ranns1-2/+3
2020-10-05ipsec: Use bihash for tunnel lookupNeale Ranns1-26/+122
2020-09-17teib: Use ip_address_t not ip46_address_tNeale Ranns1-23/+5
2020-09-17teib: Add adj-fibs for peers/adjacencies on p2mp interfaceNeale Ranns1-1/+3
2020-07-21ipsec: Dedicated IPSec interface typeNeale Ranns1-14/+47
2020-05-05ipsec: User can choose the UDP source portNeale Ranns1-4/+2
2020-05-04fib: midchain adjacency optimisationsNeale Ranns1-96/+92
2020-04-16ipsec: fix use-after-freeBenoît Ganne1-1/+1
2020-04-14ipsec: validate number of input sasMatthew Smith1-0/+6
2020-02-25vlib: Punt reason allocation listener enable/disable callbackNeale Ranns1-23/+54
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-95/+472
2020-01-04ipsec: Targeted unit testingNeale Ranns1-19/+51
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns1-2/+117
2019-10-18ipsec: fix tunnel protection removalFilip Tehlar1-1/+1
2019-09-27ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns1-25/+16
2019-07-16ipsec: handle UDP keepalivesNeale Ranns1-6/+14
2019-07-12ipsec: Reference count the SAsNeale Ranns1-3/+11
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-0/+398