Age | Commit message (Expand) | Author | Files | Lines |
2019-02-04 | ipsec: cli 'create ipsec tunnel' more options | Kingwel Xie | 1 | -3/+7 |
2019-02-01 | IPSEC: minor refactor | Neale Ranns | 10 | -754/+999 |
2019-01-31 | IPSEC: API modernisation | Neale Ranns | 3 | -257/+396 |
2019-01-30 | ipsec: fix check support functions | Klement Sekera | 2 | -5/+17 |
2019-01-28 | Add Ipsec IKE support to openssl 3.0.0 master branch | Ping Yu | 1 | -0/+24 |
2019-01-25 | IPSEC: tests use opbject registry | Neale Ranns | 1 | -1/+11 |
2019-01-24 | IPSEC Tests: to per-test setup and tearDown | Neale Ranns | 1 | -4/+4 |
2019-01-23 | AH encrypt; don't double enqueue nor emit clib_warnings when seq-num max exce... | Neale Ranns | 1 | -5/+0 |
2019-01-20 | fix data_length in IpSec API call (VPP-1548) | Michal Cmarada | 1 | -4/+6 |
2019-01-02 | ipsec: fix support check when using AES-GCM | Matthew Smith | 1 | -10/+15 |
2018-12-12 | fix spurious error setting SA on ipsec intf | Matthew Smith | 1 | -1/+1 |
2018-12-12 | Change ipsec feature node names | Pierre Pfister | 4 | -24/+24 |
2018-12-11 | Add IPSec interface FIB index for TX packet | Pierre Pfister | 6 | -6/+36 |
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 | 2 | -4/+14 |
2018-12-04 | ipsec: simplify bumping counters - cosmetic change | Klement Sekera | 4 | -116/+35 |
2018-12-03 | Add UDP encap flag | Filip Tehlar | 2 | -0/+3 |
2018-12-02 | IPSEC-AH: anti-replay testing | Neale Ranns | 2 | -6/+9 |
2018-11-30 | IPSEC-AH: fix packet drop | Neale Ranns | 2 | -7/+0 |
2018-11-29 | ipsec: move ipsec defs to ipsec.h | Klement Sekera | 2 | -51/+54 |
2018-11-26 | Fix IPSec CLI key parsing | Pierre Pfister | 2 | -4/+11 |
2018-11-20 | IPSEC: remove duplicate memcy | Neale Ranns | 1 | -6/+0 |
2018-11-15 | ipsec: infra for selecting backends | Klement Sekera | 6 | -177/+622 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 4 | -42/+43 |
2018-11-13 | ipsec: fix typo | Klement Sekera | 1 | -1/+1 |
2018-11-05 | VPP-1450: binary api call for dumping SPD to interface registration | Filip Varga | 2 | -1/+81 |
2018-10-29 | migrate ipsec to new multiarch infra | Klement Sekera | 7 | -73/+42 |
2018-10-25 | buffer trace is broken in ipsec-output. copy it from node->flags to frame->fr... | Kingwel Xie | 1 | -0/+5 |
2018-10-23 | c11 safe string handling support | Dave Barach | 11 | -39/+39 |
2018-10-23 | ipsec: fix wrong counter bump | Klement Sekera | 1 | -1/+1 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes | Klement Sekera | 10 | -311/+502 |
2018-10-03 | ipsec: add missing ipv6 ah code & ipv6 tests | Klement Sekera | 4 | -27/+103 |
2018-10-02 | IPsec: add API for SPDs dump (VPP-1363) | Matus Fabian | 2 | -1/+60 |
2018-09-26 | forget to assign spd_index to config | Kingwel Xie | 1 | -0/+2 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 6 | -10/+10 |
2018-08-30 | Add SHA2 support to IKEv2 implementation | Berenger Foucher | 2 | -8/+89 |
2018-08-03 | ipsec: add udp-encap option to debug cli commands | Radu Nicolau | 5 | -10/+17 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 2 | -10/+3 |
2018-07-13 | VPP-1338: fix ipsec api coverity warnings | Dave Barach | 1 | -4/+3 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 4 | -7/+7 |
2018-07-08 | Fix IPsec intf tx node setup at intf creation | Matthew Smith | 1 | -2/+2 |
2018-07-04 | fix VPP-1312 Invalid UDP packet length in ipsec | Klement Sekera | 1 | -1/+2 |
2018-06-29 | ipsec: fix VPP-1333 - crash in ipsec policy cli | Klement Sekera | 1 | -0/+6 |
2018-06-24 | Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"" | Klement Sekera | 5 | -194/+180 |
2018-06-22 | Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums" | Ole Troan | 5 | -180/+194 |
2018-06-21 | ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums | Klement Sekera | 5 | -194/+180 |
2018-06-20 | ipsec: VPP-1308 fix sorting of SPD entries | Klement Sekera | 2 | -10/+11 |
2018-05-29 | ipsec: fix IKEv2 crash when rsa cert is used for authentication | Radu Nicolau | 1 | -0/+1 |
2018-05-22 | CSIT-928 dpdk/ipsec: performance improvement | Radu Nicolau | 1 | -7/+5 |
2018-05-16 | Drop IPsec packets when interface is down | Matthew Smith | 1 | -10/+32 |