Age | Commit message (Expand) | Author | Files | Lines |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess |  Neale Ranns | 1 | -3/+6 |
2019-07-12 | ipsec: drop outbound ESP when no crypto alg set |  Matthew Smith | 1 | -0/+131 |
2019-06-25 | ipsec: print spi in hexadecimal |  Guillaume Solignac | 1 | -5/+6 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 1 | -6/+20 |
2019-06-17 | ipsec: One DPO per SA |  Neale Ranns | 1 | -1/+1 |
2019-06-05 | ipsec: fix sa counters in esp-encrypt |  Damjan Marion | 1 | -4/+7 |
2019-05-01 | esp_encrypt: remove unnecessary code |  Zhiyong Yang | 1 | -1/+1 |
2019-04-26 | crypto, ipsec: change GCM IV handling |  Damjan Marion | 1 | -3/+20 |
2019-04-25 | crypto: improve key handling |  Damjan Marion | 1 | -3/+2 |
2019-04-19 | IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654) |  Neale Ranns | 1 | -7/+14 |
2019-04-19 | IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653) |  Neale Ranns | 1 | -1/+3 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 1 | -0/+15 |
2019-04-11 | IPSEC: ESP with ESN tests and fixes |  Neale Ranns | 1 | -1/+1 |
2019-04-11 | IPSEC-MB: Use random & non-repeating IV (VPP-1642) |  Neale Ranns | 1 | -2/+0 |
2019-04-10 | crypto: Intel IPSEC-MB engine |  Neale Ranns | 1 | -0/+2 |
2019-04-07 | crypto: add support for AEAD and AES-GCM |  Damjan Marion | 1 | -7/+6 |
2019-04-04 | ipsec: trunc_size -> icv_size |  Damjan Marion | 1 | -1/+1 |
2019-04-02 | IPSEC: remove pointless feature ordering |  Neale Ranns | 1 | -4/+2 |
2019-03-29 | IPSEC: tunnel fragmentation |  Neale Ranns | 1 | -0/+10 |
2019-03-28 | crypto: add vnet_crypto_op_init (...) |  Damjan Marion | 1 | -3/+2 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN |  Damjan Marion | 1 | -1/+1 |
2019-03-28 | IPSEC: 4o6 and 6o4 for tunnel interfaces |  Neale Ranns | 1 | -2/+4 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel |  Neale Ranns | 1 | -6/+75 |
2019-03-27 | ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline |  Damjan Marion | 1 | -6/+6 |
2019-03-26 | ipsec: esp-encrypt rework |  Damjan Marion | 1 | -241/+337 |
2019-03-20 | ipsec: keep crypto data inside SA |  Damjan Marion | 1 | -17/+9 |
2019-03-19 | crypto: introduce crypto infra |  Damjan Marion | 1 | -31/+22 |
2019-03-06 | ipsec: esp-encrypt and esp-decrypt cleanup |  Damjan Marion | 1 | -283/+240 |
2019-03-05 | ipsec: cleanup, remove unnecessary code, |  Kingwel Xie | 1 | -4/+0 |
2019-02-18 | IPSEC: move SA counters into the stats segment |  Neale Ranns | 1 | -2/+6 |
2019-02-14 | Add -fno-common compile option |  Benoît Ganne | 1 | -0/+2 |
2019-02-07 | IPSEC: no second lookup after tunnel encap |  Neale Ranns | 1 | -13/+17 |
2018-12-11 | Add IPSec interface FIB index for TX packet |  Pierre Pfister | 1 | -2/+2 |
2018-12-11 | Fix [csit-dev] CSIT IPv6 IPSec transport mode tests are failing |  jackiechen1985 | 1 | -1/+9 |
2018-12-07 | Fix VPP-1515 IPSec receive packet error in transport mode with udp encap |  jackiechen1985 | 1 | -1/+1 |
2018-12-04 | ipsec: simplify bumping counters - cosmetic change |  Klement Sekera | 1 | -22/+7 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -5/+5 |
2018-11-13 | ipsec: fix typo |  Klement Sekera | 1 | -1/+1 |
2018-10-29 | migrate ipsec to new multiarch infra |  Klement Sekera | 1 | -11/+6 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes |  Klement Sekera | 1 | -26/+69 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 1 | -4/+4 |
2018-07-04 | fix VPP-1312 Invalid UDP packet length in ipsec |  Klement Sekera | 1 | -1/+2 |
2018-05-09 | ipsec: support UDP encap/decap for NAT traversal |  Klement Sekera | 1 | -24/+50 |
2017-11-29 | DES-CBC/3DES-CBC support for VPP IPSec Core |  “mukeshyadav1984” | 1 | -13/+19 |
2017-11-28 | IPSec AH protocol enhancement in VPP native core |  “mukeshyadav1984” | 1 | -4/+5 |
2017-11-10 | Allow Openssl 1.1.0 |  Marco Varlese | 1 | -0/+4 |
2017-10-24 | Add extern to *_main global variable declarations in header files. |  Dave Wallace | 1 | -0/+1 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 1 | -6/+7 |
2017-02-17 | Implemented IKEv2 initiator features: |  Radu Nicolau | 1 | -0/+2 |
2016-12-28 | Reorganize source tree to use single autotools instance |  Damjan Marion | 1 | -0/+425 |