aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/ipsec_api.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-13ipsec: use id in ipsec_tunnel_protect_detailsMatthew Smith1-4/+6
2020-04-30ipsec: Add/Del SA not MP safeNeale Ranns1-7/+0
2020-04-01api: ipsec: add missing IS_INBOUND flagChristian Hopps1-0/+4
2019-07-12ipsec: Reference count the SAsNeale Ranns1-5/+6
2019-07-11ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify"Neale Ranns1-9/+8
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-1/+138
2019-06-07ipsec: remove the set_key APINeale Ranns1-81/+0
2019-04-25IPSEC; dpdk backend for tunnel interface encryptionNeale Ranns1-13/+3
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns1-2/+2
2019-04-16IPSEC: support GCM in ESPNeale Ranns1-1/+1
2019-03-29IPSEC-GRE: fixes and API update to common types.Neale Ranns1-5/+12
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion1-3/+3
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion1-8/+8
2019-03-26IPSEC: more expressive API errorsNeale Ranns1-5/+5
2019-03-21ipsec: add ipv6 support for ipsec tunnel interfaceKingwel Xie1-2/+4
2019-03-19IPSEC: remove byte swap operations in DP during SPD classifyNeale Ranns1-8/+9
2019-03-19IPSEC: tidy the policy typesNeale Ranns1-3/+8
2019-03-13VPP-1576: fix a set of coverity warningsDave Barach1-1/+1
2019-02-25IKEv2 to pluginNeale Ranns1-337/+19
2019-02-20IPSEC: API coverity error of unitialised stat_index valueNeale Ranns1-0/+2
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-4/+8
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-86/+138
2019-02-05IPSEC: SPD counters in the stats sgementNeale Ranns1-18/+24
2019-01-31IPSEC: API modernisationNeale Ranns1-107/+206
2019-01-20fix data_length in IpSec API call (VPP-1548)Michal Cmarada1-4/+6
2018-12-11Add IPSec interface FIB index for TX packetPierre Pfister1-0/+5
2018-12-03Add UDP encap flagFilip Tehlar1-0/+1
2018-11-15ipsec: infra for selecting backendsKlement Sekera1-31/+118
2018-11-05VPP-1450: binary api call for dumping SPD to interface registrationFilip Varga1-0/+55
2018-10-23c11 safe string handling supportDave Barach1-6/+6
2018-10-02IPsec: add API for SPDs dump (VPP-1363)Matus Fabian1-0/+39
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-1/+1
2018-08-03ipsec: add udp-encap option to debug cli commandsRadu Nicolau1-1/+2
2018-07-13VPP-1338: fix ipsec api coverity warningsDave Barach1-4/+3
2018-05-09ipsec: support UDP encap/decap for NAT traversalKlement Sekera1-1/+2
2018-05-04ipsec: allow null/null for crypto/integ algorithms pairRadu Nicolau1-1/+1
2018-04-19Allow an IPsec tunnel interface to be renumberedMatthew Smith1-0/+2
2018-01-11api: remove transport specific code from handlersFlorin Coras1-12/+13
2018-01-09api: refactor vlibmemoryFlorin Coras1-5/+4
2017-12-15ESP_AH_test_automation_scripts rev1“mystarrocks”1-7/+0
2017-10-26Allow IPsec interface to have SAs resetMatthew Smith1-0/+24
2017-10-14Add API call to set keys on IPsec tunnel intfMatthew Smith1-0/+56
2017-10-04Add API support to dump IPsec SAsMatthew Smith1-0/+106
2017-05-15Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_delMatthew Smith1-2/+10
2017-05-09API support for IPsec tunnel interface creationMatthew Smith1-0/+44
2017-03-10Fix coverity CIDs 161048, 163895Pavel Kotucek1-2/+1
2017-03-01dpdk: be a pluginDamjan Marion1-4/+0
2017-02-17Implemented IKEv2 initiator features:Radu Nicolau1-1/+197
2017-01-27dpdk: rework cryptodev ipsec build and setupSergio Gonzalez Monroy1-33/+10
2017-01-16Add --without-libssl configure parameterDamjan Marion1-12/+12