aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/ipsec_cli.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-21/+6
2021-02-09Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"Matthew Smith1-6/+21
2021-02-08ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-21/+6
2021-02-06ipsec: CLI improvement for udp port encapMohammed Hawari1-0/+5
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns1-195/+0
2021-01-05ipsec: ipsec cli nexthop erroryedg1-1/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-10/+10
2020-11-06ipsec: add support for tx-table-id in cli + exampleBenoît Ganne1-2/+16
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns1-5/+11
2020-10-21ipsec: Add to the SA info directly in the bihashNeale Ranns1-4/+4
2020-10-16ipsec: fix instance, and cli del for new ipsec interfaceEric Kinzie1-1/+3
2020-10-05ipsec: Use bihash for tunnel lookupNeale Ranns1-22/+26
2020-09-04ipsec: cli: add missing flags for SA addChristian Hopps1-0/+12
2020-07-29ipsec: fix cli uninitialized parametersBenoît Ganne1-15/+37
2020-05-13ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAsNeale Ranns1-4/+23
2020-05-05ipsec: User can choose the UDP source portNeale Ranns1-5/+8
2020-04-30crypto: introduce async crypto infraFan Zhang1-0/+38
2020-03-21ikev2: add support for custom ipsec-over-udp portFilip Tehlar1-3/+4
2020-03-17ipsec: initialize algs to none in 'create ipsec tunnel' cliDamjan Marion1-2/+2
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-3/+9
2020-01-27ipip: Multi-point interfaceNeale Ranns1-1/+1
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns1-1/+2
2019-12-10ipsec: Init salt value in SA creation CLI (so it's not random)Neale Ranns1-0/+1
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns1-2/+2
2019-11-18ipsec: Coverity warningsNeale Ranns1-5/+2
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns1-65/+90
2019-09-30ipsec: add insecure option for format of SAChristian E. Hopps1-1/+2
2019-08-27ipsec: Add 'detail' option to 'sh ipsec sa'Neale Ranns1-4/+8
2019-07-16ipsec: handle UDP keepalivesNeale Ranns1-0/+52
2019-07-12ipsec: Reference count the SAsNeale Ranns1-5/+5
2019-07-11ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify"Neale Ranns1-4/+0
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-1/+124
2019-06-14ipsec: Display user specified SPI ID not VPP's indexNeale Ranns1-1/+3
2019-06-07ipsec: remove the set_key APINeale Ranns1-131/+0
2019-06-05IPSEC: some CLI fixesNeale Ranns1-4/+3
2019-05-15IPSEC: remove CLI check for unsupported IPv6-AH - it is supportedNeale Ranns1-22/+0
2019-05-14IPSEC coverity fixesNeale Ranns1-1/+3
2019-04-25IPSEC; dpdk backend for tunnel interface encryptionNeale Ranns1-8/+7
2019-04-23Fix a ipsec command line typoSimon Zhang1-1/+1
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns1-2/+5
2019-04-16IPSEC: support GCM in ESPNeale Ranns1-1/+3
2019-04-03IPSEC: show CLI improvementsNeale Ranns1-31/+146
2019-03-21ipsec: add ipv6 support for ipsec tunnel interfaceKingwel Xie1-3/+2
2019-03-19IPSEC: remove byte swap operations in DP during SPD classifyNeale Ranns1-0/+4
2019-03-19IPSEC: tidy the policy typesNeale Ranns1-2/+17
2019-03-07ipsec: cli bug fixesKingwel Xie1-4/+8
2019-03-04IPSEC: script to bounce IPSEC traffic through a pipe to test encrypt and decrpytNeale Ranns1-0/+33
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-0/+1
2019-02-12ipsec: cli bug fixKingwel Xie1-6/+23
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-173/+71