aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/ipsec/esp_decrypt.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-04dpdk: deprecate ipsec backendFan Zhang1-739/+0
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns1-4/+2
2020-12-11dpdk: bump to dpdk 20.11Fan Zhang1-2/+1
2020-09-08dpdk-ipsec: don't leak buffers on crypto alloc failureChristian Hopps1-3/+4
2020-09-04dpdk-ipsec: fix show outputChristian Hopps1-1/+1
2020-05-24dpdk: del warnings that duplicate counters in espAlexander Chernavin1-6/+0
2020-04-17dpdk: fix udp-encap for esp in transport modeAlexander Chernavin1-9/+7
2020-01-22ipsec: re-enable DPDK IPSec for tunnel decap/encap (VPP-1823)Neale Ranns1-1/+4
2019-11-07dpdk: ipsec gcm fixesChristian Hopps1-1/+4
2019-08-15dpdk: ipsec tunnel support for ip6-in-ip4Matthew G Smith1-2/+1
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns1-2/+4
2019-05-17dpdk-ipsec: fix encrypt/decrypt single queueSergio Gonzalez Monroy1-2/+3
2019-05-14IPSEC: remove unecessary pass by reference of sequence numberNeale Ranns1-1/+1
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion1-2/+2
2019-03-28ipsec: anti-replay code cleanupDamjan Marion1-35/+15
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion1-10/+11
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-2/+7
2019-02-15dpdk-ipsec: store buffer index into crypto-op privateKingwel Xie1-0/+2
2019-01-31dpdk-ipsec: use single queue pair per crypto resourceSergio Gonzalez Monroy1-2/+2
2019-01-20dpdk: add buffer.hDamjan Marion1-0/+1
2018-11-30coding-style: missing coding-style-patchKingwel Xie1-168/+200
2018-11-29dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN styleKingwel Xie1-5/+8
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-5/+5
2018-10-30dpdk: .function should be removed for mutiarch nodesDamjan Marion1-2/+0
2018-10-29migrate ipsec to new multiarch infraKlement Sekera1-18/+4
2018-10-23dpdk: add esp6 decrypt nodes, func declarationsMatthew Smith1-0/+30
2018-10-22ipsec fix missing node renamesKlement Sekera1-4/+7
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera1-28/+120
2018-06-21dpdk/ipsec: add support for UDP encap/decapRadu Nicolau1-11/+20
2018-05-10Change the way IP header pointer is calculated in esp_decrypt nodesSzymon Sliwa1-1/+7
2018-03-26plugins: dpdk: ipsec: fix l3 offsetSzymon Sliwa1-2/+1
2017-12-05dpdk/ipsec: multiple fixesSergio Gonzalez Monroy1-25/+14
2017-11-20dpdk: add support for DPDK 17.11Damjan Marion1-16/+0
2017-11-01dpdk/ipsec: fix digest physical addressSergio Gonzalez Monroy1-3/+4
2017-10-18ipsec: use boolean or vs. bitwise or to avoid compiler errorAndrew Yourtchenko1-4/+4
2017-10-14change format_get_indent() to use u32 instead of uwordGabriel Ganne1-2/+2
2017-10-12dpdk/ipsec: coverity fixesSergio Gonzalez Monroy1-3/+3
2017-10-05dpdk/ipsec: rework plus improved cli commandsSergio Gonzalez Monroy1-179/+232
2017-08-25dpdk: required changes for 17.08Sergio Gonzalez Monroy1-82/+58
2017-06-07dpdk: ipsec fixesSergio Gonzalez Monroy1-10/+7
2017-04-06Use thread local storage for thread indexDamjan Marion1-2/+2
2017-03-01dpdk: be a pluginDamjan Marion1-0/+594