aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/ah_encrypt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2023-03-23ipsec: make pre-shared keys harder to misuseBenoît Ganne1-1/+1
2023-03-23ipsec: add per-SA error countersArthur de Kerhor1-5/+10
2022-08-11ipsec: Use .api declared error countersNeale Ranns1-23/+5
2021-03-25stats: python vpp_stats rewrite to access stat segment directlyOle Troan1-5/+4
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns1-2/+2
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-10ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-32/+39
2021-02-09Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"Matthew Smith1-3/+3
2021-02-08ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-3/+3
2021-02-04ipsec: one thread index per-SANeale Ranns1-3/+3
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns1-6/+32
2020-01-04ipsec: AH copy destination and source address from templateNeale Ranns1-1/+1
2019-12-17ipsec: bind an SA to a workerNeale Ranns1-9/+23
2019-06-25ipsec: print spi in hexadecimalGuillaume Solignac1-2/+2
2019-06-19ipsec: fix l2 header handling in ah encryptKlement Sekera1-6/+6
2019-06-17ipsec: One DPO per SANeale Ranns1-6/+4
2019-06-05ipsec: fix combined counters in ah-encrypt nodeFilip Tehlar1-3/+5
2019-05-28ipsec: ah_encrypt reworkFilip Tehlar1-194/+280
2019-04-04ipsec: trunc_size -> icv_sizeDamjan Marion1-1/+1
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion1-7/+9
2019-03-25IPSEC tests fnd fix or Extended Sequence NumbersNeale Ranns1-6/+7
2019-03-20ipsec: keep crypto data inside SADamjan Marion1-6/+3
2019-03-19crypto: introduce crypto infraDamjan Marion1-4/+2
2019-03-05ipsec: cleanup, remove unnecessary code,Kingwel Xie1-2/+1
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-4/+5
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-8/+13
2019-01-23AH encrypt; don't double enqueue nor emit clib_warnings when seq-num max exce...Neale Ranns1-5/+0
2018-12-04ipsec: simplify bumping counters - cosmetic changeKlement Sekera1-14/+5
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-10-29migrate ipsec to new multiarch infraKlement Sekera1-11/+6
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera1-41/+78
2018-10-03ipsec: add missing ipv6 ah code & ipv6 testsKlement Sekera1-8/+21
2018-06-24Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""Klement Sekera1-12/+10
2018-06-22Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"Ole Troan1-10/+12
2018-06-21ipsec: VPP-1316 calculate IP/TCP/UDP inner checksumsKlement Sekera1-12/+10
2017-11-28IPSec AH protocol enhancement in VPP native core“mukeshyadav1984”1-0/+344