Age | Commit message (Expand) | Author | Files | Lines |
2020-04-17 | dpdk: fix udp-encap for esp in transport mode |  Alexander Chernavin | 1 | -9/+7 |
2020-01-22 | ipsec: re-enable DPDK IPSec for tunnel decap/encap (VPP-1823) |  Neale Ranns | 1 | -1/+4 |
2019-11-07 | dpdk: ipsec gcm fixes |  Christian Hopps | 1 | -1/+4 |
2019-08-15 | dpdk: ipsec tunnel support for ip6-in-ip4 |  Matthew G Smith | 1 | -2/+1 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess |  Neale Ranns | 1 | -2/+4 |
2019-05-17 | dpdk-ipsec: fix encrypt/decrypt single queue |  Sergio Gonzalez Monroy | 1 | -2/+3 |
2019-05-14 | IPSEC: remove unecessary pass by reference of sequence number |  Neale Ranns | 1 | -1/+1 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN |  Damjan Marion | 1 | -2/+2 |
2019-03-28 | ipsec: anti-replay code cleanup |  Damjan Marion | 1 | -35/+15 |
2019-03-27 | ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline |  Damjan Marion | 1 | -10/+11 |
2019-02-18 | IPSEC: move SA counters into the stats segment |  Neale Ranns | 1 | -2/+7 |
2019-02-15 | dpdk-ipsec: store buffer index into crypto-op private |  Kingwel Xie | 1 | -0/+2 |
2019-01-31 | dpdk-ipsec: use single queue pair per crypto resource |  Sergio Gonzalez Monroy | 1 | -2/+2 |
2019-01-20 | dpdk: add buffer.h |  Damjan Marion | 1 | -0/+1 |
2018-11-30 | coding-style: missing coding-style-patch |  Kingwel Xie | 1 | -168/+200 |
2018-11-29 | dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN style |  Kingwel Xie | 1 | -5/+8 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -5/+5 |
2018-10-30 | dpdk: .function should be removed for mutiarch nodes |  Damjan Marion | 1 | -2/+0 |
2018-10-29 | migrate ipsec to new multiarch infra |  Klement Sekera | 1 | -18/+4 |
2018-10-23 | dpdk: add esp6 decrypt nodes, func declarations |  Matthew Smith | 1 | -0/+30 |
2018-10-22 | ipsec fix missing node renames |  Klement Sekera | 1 | -4/+7 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes |  Klement Sekera | 1 | -28/+120 |
2018-06-21 | dpdk/ipsec: add support for UDP encap/decap |  Radu Nicolau | 1 | -11/+20 |
2018-05-10 | Change the way IP header pointer is calculated in esp_decrypt nodes |  Szymon Sliwa | 1 | -1/+7 |
2018-03-26 | plugins: dpdk: ipsec: fix l3 offset |  Szymon Sliwa | 1 | -2/+1 |
2017-12-05 | dpdk/ipsec: multiple fixes |  Sergio Gonzalez Monroy | 1 | -25/+14 |
2017-11-20 | dpdk: add support for DPDK 17.11 |  Damjan Marion | 1 | -16/+0 |
2017-11-01 | dpdk/ipsec: fix digest physical address |  Sergio Gonzalez Monroy | 1 | -3/+4 |
2017-10-18 | ipsec: use boolean or vs. bitwise or to avoid compiler error |  Andrew Yourtchenko | 1 | -4/+4 |
2017-10-14 | change format_get_indent() to use u32 instead of uword |  Gabriel Ganne | 1 | -2/+2 |
2017-10-12 | dpdk/ipsec: coverity fixes |  Sergio Gonzalez Monroy | 1 | -3/+3 |
2017-10-05 | dpdk/ipsec: rework plus improved cli commands |  Sergio Gonzalez Monroy | 1 | -179/+232 |
2017-08-25 | dpdk: required changes for 17.08 |  Sergio Gonzalez Monroy | 1 | -82/+58 |
2017-06-07 | dpdk: ipsec fixes |  Sergio Gonzalez Monroy | 1 | -10/+7 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 1 | -2/+2 |
2017-03-01 | dpdk: be a plugin |  Damjan Marion | 1 | -0/+594 |