aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-31ipsec: fix esp trace seq number overflowBenoît Ganne2-4/+12
2019-10-22ikev2: fix GCM cipherFilip Tehlar1-9/+17
2019-10-18ipsec: fix tunnel protection removalFilip Tehlar1-1/+1
2019-09-30ipsec: fix use-after-freeBenoît Ganne1-3/+7
2019-09-30ipsec: add insecure option for format of SAChristian E. Hopps3-3/+9
2019-09-27ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns2-25/+31
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera1-1/+2
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion1-4/+4
2019-08-27ipsec: Add 'detail' option to 'sh ipsec sa'Neale Ranns1-4/+8
2019-08-27ipsec: Fix NULL encryption algorithmNeale Ranns2-1/+9
2019-08-16ipsec: fix missed IPSEC_INTEG_ALG_MD5_96Dmitry Vakhrushev1-0/+5
2019-08-01ipsec: Redo the anit-replay check post decryptNeale Ranns2-0/+36
2019-07-31ipsec: Typo in flag nameNeale Ranns1-1/+1
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns4-42/+129
2019-07-19fib: FIB Entry trackingNeale Ranns1-10/+6