Age | Commit message (Expand) | Author | Files | Lines |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 1 | -0/+1 |
2019-08-19 | dpdk: fix ipsec coverity warning |  Matthew Smith | 1 | -2/+4 |
2019-08-15 | dpdk: ipsec tunnel support for ip6-in-ip4 |  Matthew G Smith | 2 | -23/+10 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess |  Neale Ranns | 1 | -2/+4 |
2019-06-25 | ipsec: print spi in hexadecimal |  Guillaume Solignac | 1 | -2/+3 |
2019-05-17 | dpdk-ipsec: fix encrypt/decrypt single queue |  Sergio Gonzalez Monroy | 6 | -39/+58 |
2019-05-14 | IPSEC: remove unecessary pass by reference of sequence number |  Neale Ranns | 1 | -1/+1 |
2019-05-14 | IPsec: increment tunnel intf tx counters |  Matthew Smith | 1 | -0/+9 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption |  Neale Ranns | 2 | -4/+75 |
2019-04-23 | dpdk_esp_encrypt: add to prefetch data |  Zhiyong Yang | 1 | -3/+13 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN |  Damjan Marion | 3 | -5/+5 |
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 | 3 | -22/+24 |
2019-02-18 | IPSEC: move SA counters into the stats segment |  Neale Ranns | 2 | -4/+12 |
2019-02-15 | dpdk-ipsec: store buffer index into crypto-op private |  Kingwel Xie | 5 | -44/+115 |
2019-02-07 | IPSEC: no second lookup after tunnel encap |  Neale Ranns | 1 | -4/+5 |
2019-02-06 | dpdp-crypto: fix cryptodev segfault with dpdk 19.02 |  Sergio Gonzalez Monroy | 1 | -11/+16 |
2019-02-05 | crypto-input: fix broken buffer trace issue |  Kingwel Xie | 1 | -37/+16 |
2019-02-02 | dpdk: bump to dpdk 19.02 |  Damjan Marion | 1 | -0/+17 |
2019-01-31 | dpdk-ipsec: use single queue pair per crypto resource |  Sergio Gonzalez Monroy | 6 | -32/+30 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 1 | -5/+7 |
2019-01-21 | crypto-input: fix crash bug |  Kingwel Xie | 1 | -8/+12 |
2019-01-20 | dpdk: add buffer.h |  Damjan Marion | 3 | -0/+3 |
2019-01-17 | Fix ASSERT usage issue in cryptodev |  Simon Zhang | 1 | -1/+1 |
2019-01-16 | fix dpdk cryptodev enable issuev19.04-rc0 |  Simon Zhang | 1 | -6/+9 |
2019-01-13 | remove useless line in dpdk cryptodev |  Simon Zhang | 1 | -2/+0 |
2019-01-02 | Fixes for buliding for 32bit targets: |  David Johnson | 1 | -1/+3 |
2018-12-24 | crypto-input: bug fix check-op |  Kingwel Xie | 1 | -6/+6 |
2018-12-22 | crypto-input impprovement: |  Kingwel Xie | 1 | -74/+163 |
2018-12-01 | dpdk-ipsec-mempool: allocate from dpdk mem specified by socket-mem in startup... |  Kingwel Xie | 1 | -22/+17 |
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 | 3 | -13/+21 |
2018-11-15 | ipsec: infra for selecting backends |  Klement Sekera | 1 | -37/+7 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 2 | -7/+7 |
2018-10-30 | dpdk: .function should be removed for mutiarch nodes |  Damjan Marion | 2 | -4/+0 |
2018-10-29 | migrate ipsec to new multiarch infra |  Klement Sekera | 2 | -31/+10 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 1 | -12/+9 |
2018-10-23 | dpdk: add esp6 decrypt nodes, func declarations |  Matthew Smith | 1 | -0/+30 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -3/+3 |
2018-10-22 | ipsec fix missing node renames |  Klement Sekera | 3 | -7/+11 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes |  Klement Sekera | 3 | -71/+254 |
2018-09-24 | Trivial: Clean up some typos. |  Paul Vinciguerra | 2 | -3/+3 |
2018-08-13 | dpdk: support for DPDK 18.08 |  Damjan Marion | 1 | -8/+0 |
2018-06-25 | dpdk: Enhancement to call crypto start api at initialization |  Sachin Saxena | 1 | -0/+4 |
2018-06-21 | dpdk/ipsec: add support for UDP encap/decap |  Radu Nicolau | 2 | -17/+65 |
2018-06-07 | Add support for DPDK 18.05 |  Damjan Marion | 1 | -0/+10 |
2018-05-30 | vppinfra: explicitely state for signed types that they are signed |  Damjan Marion | 4 | -6/+6 |
2018-05-22 | CSIT-928 dpdk/ipsec: performance improvement |  Radu Nicolau | 3 | -112/+114 |
2018-05-10 | Change the way IP header pointer is calculated in esp_decrypt nodes |  Szymon Sliwa | 1 | -1/+7 |
2018-05-04 | ipsec: allow null/null for crypto/integ algorithms pair |  Radu Nicolau | 1 | -0/+1 |