aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/ah_decrypt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2023-10-30ipsec: huge anti-replay window supportMaxime Peim1-10/+36
2023-09-07ipsec: clear L4-cksum flags when decap'ing packetsFrédéric Perrin1-0/+2
2023-03-23ipsec: make pre-shared keys harder to misuseBenoît Ganne1-1/+1
2023-03-23ipsec: add per-SA error countersArthur de Kerhor1-19/+26
2022-08-11ipsec: Use .api declared error countersNeale Ranns1-26/+5
2021-09-29ipsec: Record the number of packets lost from an SANeale Ranns1-2/+10
2021-06-29ipsec: Fix setting the hi-sequence number for decryptNeale Ranns1-4/+7
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns1-4/+3
2021-02-25ipsec: ipsec.h tidy upNeale Ranns1-0/+19
2021-02-12ipsec: Store thread-index in buffer meta-data during SA handoffNeale Ranns1-0/+1
2021-02-04ipsec: one thread index per-SANeale Ranns1-3/+3
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns1-2/+2
2019-12-17ipsec: bind an SA to a workerNeale Ranns1-10/+28
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera1-1/+2
2019-08-01ipsec: Redo the anit-replay check post decryptNeale Ranns1-0/+7
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns1-2/+2
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-6/+1
2019-06-05ipsec: ah_decrypt reworkFilip Tehlar1-167/+283
2019-05-14IPSEC: remove unecessary pass by reference of sequence numberNeale Ranns1-1/+1
2019-04-04ipsec: trunc_size -> icv_sizeDamjan Marion1-1/+1
2019-03-29IPSEC-GRE: fixes and API update to common types.Neale Ranns1-4/+1
2019-03-28ipsec: anti-replay code cleanupDamjan Marion1-22/+4
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion1-5/+6
2019-03-25IPSEC tests fnd fix or Extended Sequence NumbersNeale Ranns1-8/+4
2019-03-20ipsec: keep crypto data inside SADamjan Marion1-4/+2
2019-03-19crypto: introduce crypto infraDamjan Marion1-4/+2
2019-03-05ipsec: cleanup, remove unnecessary code,Kingwel Xie1-4/+2
2019-02-22IPSEC: header exportsNeale Ranns1-0/+1
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-2/+8
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-3/+3
2018-12-04ipsec: simplify bumping counters - cosmetic changeKlement Sekera1-36/+10
2018-12-02IPSEC-AH: anti-replay testingNeale Ranns1-4/+5
2018-11-30IPSEC-AH: fix packet dropNeale Ranns1-5/+0
2018-10-29migrate ipsec to new multiarch infraKlement Sekera1-11/+6
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-23ipsec: fix wrong counter bumpKlement Sekera1-1/+1
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera1-81/+108
2018-10-03ipsec: add missing ipv6 ah code & ipv6 testsKlement Sekera1-13/+45
2017-11-28IPSec AH protocol enhancement in VPP native core“mukeshyadav1984”1-0/+343