aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec
AgeCommit message (Expand)AuthorFilesLines
2020-05-13ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAsNeale Ranns2-38/+65
2020-05-05ipsec: User can choose the UDP source portNeale Ranns9-24/+110
2020-05-04fib: midchain adjacency optimisationsNeale Ranns4-205/+120
2020-04-30crypto: introduce async crypto infraFan Zhang8-708/+1862
2020-04-28ipsec: fix buffer allocFilip Tehlar1-1/+7
2020-04-24ipsec: add input node bypass/discard functionalityShivaShankarK3-164/+263
2020-04-16ipsec: fix use-after-freeBenoît Ganne1-1/+1
2020-04-14ipsec: validate number of input sasMatthew Smith2-1/+9
2020-04-02ipsec: provide stat index in sa detailsMatthew Smith2-3/+5
2020-03-31ipsec: use id in ipsec_tunnel_protect_detailsMatthew Smith1-4/+6
2020-03-31ipsec: fix chained ESPFilip Tehlar2-50/+145
2020-03-31ipsec: fix udp-encap in transport modeAlexander Chernavin1-1/+7
2020-03-23ipsec: Revert "ipsec: fix chained ESP"Florin Coras2-144/+50
2020-03-23ipsec: fix chained ESPFilip Tehlar2-50/+144
2020-03-23ipsec: increment no-tunnel counter in ipsec-tun-inputAlexander Chernavin1-0/+3
2020-03-21ipsec: efficient layout of ESP per thread dataRajesh Goel1-3/+4
2020-03-21ikev2: add support for custom ipsec-over-udp portFilip Tehlar4-10/+25
2020-03-17ipsec: initialize algs to none in 'create ipsec tunnel' cliDamjan Marion1-2/+2
2020-03-10ipsec: API cleanupJakub Grajciar2-25/+27
2020-03-05api: ipsec: add missing IS_INBOUND flag.Christian Hopps2-0/+6
2020-02-26ipsec: Revert API cleanupOle Trøan2-27/+25
2020-02-26ipsec: API cleanupJakub Grajciar2-25/+27
2020-02-25feature: provide a u16 version of vnet_feature_nextNeale Ranns1-3/+1
2020-02-25vlib: Punt reason allocation listener enable/disable callbackNeale Ranns3-23/+75
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns8-141/+556
2020-02-17misc: fix coverity warningsDave Barach1-1/+1
2020-02-11ipsec: add support for chained buffersFilip Tehlar3-97/+534
2020-02-10ipsec: fix AES-GCM block sizeDamjan Marion1-3/+6
2020-02-10ipsec: remove dead codeFilip Tehlar1-29/+0
2020-02-05ipsec: set l2_len for GRE-TEB tunnel decapJohn Lo1-0/+2
2020-01-27ipip: Multi-point interfaceNeale Ranns2-2/+2
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns2-2/+4
2020-01-22ipsec: re-enable DPDK IPSec for tunnel decap/encap (VPP-1823)Neale Ranns3-9/+28
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2020-01-07ipsec: Add FEATURE/yamlNeale Ranns1-0/+11
2020-01-04ipsec: AH copy destination and source address from templateNeale Ranns1-1/+1
2020-01-04ipsec: Targeted unit testingNeale Ranns6-97/+114
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns3-6/+6
2019-12-18ipsec: Fix decap of IPSEC/GRE in transport modeNeale Ranns1-6/+44
2019-12-17ipsec: bind an SA to a workerNeale Ranns10-43/+642
2019-12-10ipsec: Init salt value in SA creation CLI (so it's not random)Neale Ranns1-0/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-09ipsec: make sure pad_bytes does not exceed pad data sizeBenoît Ganne1-1/+5
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns2-3/+4
2019-12-03ipsec: Changes to make ipsec encoder/decoders reusable by the pluginsPrashant Maheshwari6-255/+365
2019-11-22ipsec: fix trailing data overflowFilip Tehlar1-23/+21
2019-11-20ipsec: Honour the renumber argument when selecting show instnaceNeale Ranns1-1/+1
2019-11-18ipsec: Coverity warningsNeale Ranns2-8/+12
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns15-1654/+494
2019-11-05ipsec: ipsec-input: check for too-short packetsBenoît Ganne1-12/+25