aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/esp_decrypt.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-30crypto: introduce async crypto infraFan Zhang1-558/+1015
2020-04-28ipsec: fix buffer allocFilip Tehlar1-1/+7
2020-03-31ipsec: fix chained ESPFilip Tehlar1-36/+120
2020-03-23ipsec: Revert "ipsec: fix chained ESP"Florin Coras1-119/+36
2020-03-23ipsec: fix chained ESPFilip Tehlar1-36/+119
2020-03-21ipsec: efficient layout of ESP per thread dataRajesh Goel1-3/+4
2020-02-11ipsec: add support for chained buffersFilip Tehlar1-75/+369
2020-02-05ipsec: set l2_len for GRE-TEB tunnel decapJohn Lo1-0/+2
2020-01-04ipsec: Targeted unit testingNeale Ranns1-7/+22
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns1-2/+2
2019-12-18ipsec: Fix decap of IPSEC/GRE in transport modeNeale Ranns1-6/+44
2019-12-17ipsec: bind an SA to a workerNeale Ranns1-9/+39
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns1-20/+14
2019-08-01ipsec: Redo the anit-replay check post decryptNeale Ranns1-0/+29
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns1-11/+18
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-18/+102
2019-06-05ipsec: fix sa counters in esp-decryptDamjan Marion1-6/+7
2019-05-30IPsec: modify post-decrypt buf len calculationMatthew G Smith1-2/+2
2019-05-14IPSEC: remove unecessary pass by reference of sequence numberNeale Ranns1-1/+1
2019-04-25crypto: AES GCM IV length is always 12Damjan Marion1-1/+0
2019-04-25ipsec: drop runts in esp-decryptDamjan Marion1-0/+8
2019-04-25crypto: improve key handlingDamjan Marion1-3/+2
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns1-3/+1
2019-04-16IPSEC: support GCM in ESPNeale Ranns1-1/+34
2019-04-15IPSEC: crypto overflowNeale Ranns1-1/+1
2019-04-11IPSEC: ESP with ESN tests and fixesNeale Ranns1-3/+3
2019-04-11IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns1-3/+1
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns1-2/+11
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion1-6/+5
2019-04-04ipsec: trunc_size -> icv_sizeDamjan Marion1-1/+1
2019-03-29IPSEC-GRE: fixes and API update to common types.Neale Ranns1-1/+1
2019-03-29ipsec: esp-decrypt reworkDamjan Marion1-199/+297
2019-03-28crypto: add vnet_crypto_op_init (...)Damjan Marion1-2/+1
2019-03-28ipsec: anti-replay code cleanupDamjan Marion1-28/+10
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion1-6/+7
2019-03-20ipsec: keep crypto data inside SADamjan Marion1-16/+8
2019-03-19crypto: introduce crypto infraDamjan Marion1-32/+20
2019-03-06ipsec: esp-encrypt and esp-decrypt cleanupDamjan Marion1-248/+207
2019-03-05ipsec: cleanup, remove unnecessary code,Kingwel Xie1-1/+1
2019-02-22IPSEC: header exportsNeale Ranns1-0/+1
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-1/+3
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-3/+4
2018-12-07Fix VPP-1515 IPSec receive packet error in transport mode with udp encapjackiechen19851-3/+13
2018-12-04ipsec: simplify bumping counters - cosmetic changeKlement Sekera1-44/+13
2018-11-30IPSEC-AH: fix packet dropNeale Ranns1-2/+0
2018-10-29migrate ipsec to new multiarch infraKlement Sekera1-11/+6
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera1-50/+98
2018-05-10Change the way IP header pointer is calculated in esp_decrypt nodesSzymon Sliwa1-3/+7
2018-04-18Fix the ip header offset counting in vnet/ipsecSzymon Sliwa1-5/+4