aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/esp_encrypt.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-03ipsec: fix AES CBC IV generation (CVE-2022-46397)stable/2110Benoît Ganne1-26/+62
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-3/+3
2021-06-29ipsec: Fix setting the hi-sequence number for decryptNeale Ranns1-8/+8
2021-06-15ipsec: fix length check when adding footer+icvBenoît Ganne1-1/+2
2021-06-08ipsec: fix async crypto frame leakMatthew Smith1-20/+19
2021-03-05ipsec: Support async mode per-SANeale Ranns1-85/+96
2021-03-05ipsec: Submit fuller async framesNeale Ranns1-65/+58
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns1-1/+1
2021-02-25ipsec: ipsec.h tidy upNeale Ranns1-0/+25
2021-02-12ipsec: Store thread-index in buffer meta-data during SA handoffNeale Ranns1-0/+1
2021-02-10ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-0/+1
2021-02-09Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"Matthew Smith1-1/+0
2021-02-08ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-0/+1
2021-02-08tunnel: support copying TTL and flow label from inner to outerNeale Ranns1-5/+4
2021-02-05ipsec: add support for AES CTRBenoît Ganne1-71/+76
2021-02-04ipsec: one thread index per-SANeale Ranns1-3/+3
2021-01-21ipsec: Tunnelled packets are locally generatedNeale Ranns1-0/+1
2021-01-18ipsec: Support MPLS over IPSec[46] interfaceNeale Ranns1-37/+114
2020-12-01ipsec: change predictionFan Zhang1-1/+1
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns1-6/+33
2020-10-24ipsec: remove pending nodeFan Zhang1-58/+54
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-1/+0
2020-10-19ipsec: Layout and prefetching of SA structNeale Ranns1-0/+7
2020-09-07ipsec: fix padding/alignment for native IPsec encryptionChristian Hopps1-6/+6
2020-08-20ipsec: fix esp paddingMilan Lenco1-1/+1
2020-05-24ipsec: fixed chaining ops after add footer and icvPiotrX Kleski1-8/+11
2020-05-13ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAsNeale Ranns1-34/+42
2020-05-04fib: midchain adjacency optimisationsNeale Ranns1-68/+11
2020-04-30crypto: introduce async crypto infraFan Zhang1-134/+537
2020-03-31ipsec: fix chained ESPFilip Tehlar1-14/+25
2020-03-31ipsec: fix udp-encap in transport modeAlexander Chernavin1-1/+7
2020-03-23ipsec: Revert "ipsec: fix chained ESP"Florin Coras1-25/+14
2020-03-23ipsec: fix chained ESPFilip Tehlar1-14/+25
2020-02-25feature: provide a u16 version of vnet_feature_nextNeale Ranns1-3/+1
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-5/+6
2020-02-11ipsec: add support for chained buffersFilip Tehlar1-22/+161
2020-01-04ipsec: Targeted unit testingNeale Ranns1-11/+23
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns1-2/+2
2019-12-17ipsec: bind an SA to a workerNeale Ranns1-11/+35
2019-12-09ipsec: make sure pad_bytes does not exceed pad data sizeBenoît Ganne1-1/+5
2019-11-22ipsec: fix trailing data overflowFilip Tehlar1-23/+21
2019-09-27ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns1-0/+15
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns1-3/+6
2019-07-12ipsec: drop outbound ESP when no crypto alg setMatthew Smith1-0/+131
2019-06-25ipsec: print spi in hexadecimalGuillaume Solignac1-5/+6
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-6/+20
2019-06-17ipsec: One DPO per SANeale Ranns1-1/+1
2019-06-05ipsec: fix sa counters in esp-encryptDamjan Marion1-4/+7
2019-05-01esp_encrypt: remove unnecessary codeZhiyong Yang1-1/+1
2019-04-26crypto, ipsec: change GCM IV handlingDamjan Marion1-3/+20